Public
Edited
Oct 20, 2023
Insert cell
# Public transit Team Project Visualization
Insert cell
visualizationTables = FileAttachment("Visualization Tables.json").json()
Insert cell
workbook = FileAttachment("Visualization Tables@1.xlsx").xlsx()
Insert cell
workbook.sheetNames
Insert cell
data = workbook.sheet(0, {
headers: false,
// range: "A1:J10"
})
Insert cell
visualizationTables
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
transit
X
Country
Y
Passenger Trips (Millions)
Color
Country
Size
Facet X
Year
Facet Y
Mark
bar
Type Chart, then Shift-Enter. Ctrl-space for more options.

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