Public
Edited
Oct 4, 2024
Insert cell
Insert cell
import {aq, dt, op} from "@uwdata/arquero"

Insert cell
Insert cell
Insert cell
austst = d3.json("https://raw.githubusercontent.com/tonywr71/GeoJson-Data/master/australian-states.json");
Insert cell
Insert cell
Insert cell
d3.timeFormat("%b")([...Array(12).keys()].map(d => op.datetime(2019, d, 1)));
Insert cell
d3.timeFormat("%d %b %Y")(new Date(2019, 0, 0))
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