Published
Edited
Jul 20, 2022
1 fork
1 star
Insert cell
Insert cell
arrow = require("apache-arrow@8")
Insert cell
url = "https://gist.githubusercontent.com/domoritz/0f53a5abde95564c36dfaac623a7a922/raw/cce3719b853e25d5dfff97a270283ba83af3c0e6/flights-10k.arrow"
Insert cell
table = arrow.tableFromIPC(fetch(url))
Insert cell
console.table([...table])
Insert cell
Inputs.table(table)
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