Published
Edited
May 5, 2022
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
viewof SVIselected = navio(SVI)
Insert cell
viewof SVIdata = aq.from(SVI).view(10)
Insert cell
viewof cciselected = navio(cci)
Insert cell
Insert cell
cci = FileAttachment("cci.csv").csv()
Insert cell
viewof cciData = aq.from(cci).view(10)
Insert cell
Insert cell
viewof hefpiselected = navio(hefpi)
Insert cell
hefpi = FileAttachment("HEFPIData.csv").csv()
Insert cell
Inputs.table(hefpi, {columns: ["Country Name", "Indicator Name", "2010", "2011", "2012", "2013", "2014", "2015", "2016", "2017", "2018"]})
Insert cell
viewof RUCAselected = navio(RUCA)
Insert cell
Insert cell
viewof RUCAdata = aq.from(RUCA).view(10)
Insert cell
Insert cell
viewof Obesityselected = navio(obesity)
Insert cell
viewof Obesitydata = aq.from(obesity).view()
Insert cell
SVI = FileAttachment("SVI.csv").csv()
Insert cell
RUCA = FileAttachment("RUCA@1.csv").csv()
Insert cell
obesity = FileAttachment("obesity.csv").csv()
Insert cell
import {aq, op} from "@uwdata/arquero"
Insert cell
import { navio } from "@john-guerra/navio"
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