Public
Edited
Mar 8, 2023
2 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// Pull institution type categories from Google Sheets as a CSV. Change this URL to a different sheet if desired.
institution_type_data = d3.tsv(getTsvUrl("https://docs.google.com/spreadsheets/d/1qJBKjaCgBFXIJTWjnhbrVrX41646PXn5c5DjVY8ZGTw/edit#gid=692350962"), d3.autoType)
Insert cell
// Pull school names from Google Sheets as a CSV, as well as the institution type and geocoordinates for each school. Change this URL to a different sheet if desired.
school_name_data = d3.tsv(getTsvUrl("https://docs.google.com/spreadsheets/d/1qJBKjaCgBFXIJTWjnhbrVrX41646PXn5c5DjVY8ZGTw/edit#gid=1980599465"), d3.autoType)
Insert cell
// Pull the school programs for each school from Google Sheets as a CSV. Change this URL to a different sheet if desired.
major_data = d3.tsv(getTsvUrl("https://docs.google.com/spreadsheets/d/1qJBKjaCgBFXIJTWjnhbrVrX41646PXn5c5DjVY8ZGTw/edit#gid=1693796963"), d3.autoType)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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