Published
Edited
Jun 5, 2021
Importers
Insert cell
Insert cell
viewof file1 = csvInput({
initialUrl: await FileAttachment("a-csv-with-commas.csv").url(),
})
Insert cell
file1.data
Insert cell
viewof file2 = csvInput({
initialUrl: await FileAttachment("a-csv-with-semicolon.csv").url(),
})
Insert cell
file2.data
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