Public
Edited
Aug 10, 2022
Insert cell
Insert cell
Insert cell
Insert cell
nycdb
select * from oca_index limit 5
Insert cell
Insert cell
Insert cell
nycdb
select classification, count(indexnumberid) from oca_index group by classification order by count desc
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
nycdb
select fileddate, count(indexnumberid) from oca_index group by fileddate order by fileddate desc limit 30
Insert cell
Plot.plot({
grid: true,
width: width,
x: {
tickFormat: (date) => d3.timeFormat("%B %d")(date) //format date to show month and day
},
marks: [Plot.barY(cases_count_by_date, { y: "count", x: "fileddate" })] // grab the data
})
Insert cell
Insert cell
nycdb
select * from oca_addresses limit 10
Insert cell
Insert cell
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