Published
Edited
Jul 19, 2022
4 stars
Insert cell
# US Border Crossings by State and Type

- https://www.splitgraph.com/bts-gov/border-crossing-entry-data-keg4-3bc2
- Queried via Splitgraph SQL-over-HTTP API
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
sorted_states = (unique_states.sort((a,b) => (state_counts.get(b) ?? 0) - (state_counts.get(a) ?? 0)))
Insert cell
Insert cell
Insert cell
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