Published
Edited
Jun 16, 2021
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
avail_url = "https://tidytuesdayapi.com/api/available"
Insert cell
avail_data = fetch(avail_url).then(response => response.json())
Insert cell
Inputs.table(avail_data)
Insert cell
Insert cell
Insert cell
mk_url = "https://tidytuesdayapi.com/api/data?date=2021-05-25"
Insert cell
mk_data = fetch(mk_url).then(response => response.json())
Insert cell
Insert cell
mk_records = mk_data.data.records
Insert cell
Inputs.table(mk_records)
Insert cell
mk_drivers = mk_data.data.drivers
Insert cell
Inputs.table(mk_drivers)
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