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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more