Public
Edited
Feb 6, 2024
Fork of PSET 3
2 forks
Insert cell
Insert cell
Insert cell
Insert cell
5800a0a2-6acd-41a3-9fe0-1bf7b038750d.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
url_boston = "https://data.boston.gov/datastore/dump/5800a0a2-6acd-41a3-9fe0-1bf7b038750d?bom=True"
Insert cell
boston_fetched_data = d3.csv(url_boston, d3.autoType)
Insert cell
Insert cell
// Your code here

Insert cell
Insert cell
// your code here

Insert cell
Insert cell
// Your code here

Insert cell
Insert cell
// Your code here

Insert cell
Insert cell
// Your code here

Insert cell
Insert cell
// Your code here

Insert cell
Insert cell
// Your code here

Insert cell
Insert cell
requestsData = "https://data.boston.gov/datastore/dump/e6013a93-1321-4f2a-bf91-8d8a02f1e62f?bom=True"
Insert cell
requests_fetched_data = d3.csv(requestsData, d3.autoType)
Insert cell
// Your code here....
Insert cell
Insert cell
// Your code here...
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