Unlisted
Edited
Jul 18
Insert cell
Insert cell
universities = FileAttachment("universities@6.geojson").json({ typed: true })
Insert cell
Insert cell
Insert cell
Insert cell
rpu_rsi_data = FileAttachment("rpu-data-rsi-features.csv").csv({ typed: true })
Insert cell
Insert cell
import { vl } from "@vega/vega-lite-api-v5"
Insert cell
datasets = require("vega-datasets@1")
Insert cell
airports = datasets["airports.csv"].url
Insert cell
flights = datasets["flights-airport.csv"].url
Insert cell
Insert cell
Insert cell
nation = topojson.feature(us, us.objects.nation)
Insert cell
countymesh = topojson.mesh(us, us.objects.counties)
Insert cell
us = FileAttachment("us-counties-10m.json").json()
Insert cell
usa = datasets["us-10m.json"]()
Insert cell
statemesh = topojson.feature(us, us.objects.states)
Insert cell
walmarts = FileAttachment("walmarts.tsv").tsv({ typed: true })
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
// // automatically add tooltips to every Plot in a notebook
// // this allows users to do import { Plot } from "@mkfreeman/plot-tooltip
// Plot = tooltipPlugin(await require("@observablehq/plot"))
Insert cell
Insert cell
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