Public
Edited
Apr 10, 2023
5 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
enrollment = files["college-enrollment"]
Insert cell
We'll want to filter the data down to just the "Total" category:
Insert cell
enrollmentTotal = enrollment.filter(d => d.category == "Total")
Insert cell
faculty = files["instructional-faculty"]
Insert cell
facultyTotal = faculty.filter(d => d.category == "Total")
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more