Published
Edited
Jul 3, 2022
3 stars
Also listed in…
Tips and Utilities
Insert cell
Insert cell
Insert cell
Insert cell
ppp = require('papaparse@5.3.2/papaparse.min.js')
Insert cell
csv = `
Column 1,Column 2,Column 3,Column 4
1-1,1-2,1-3,1-4
2-1,2-2,2-3,2-4
3-1,3-2,3-3,3-4
4,5,6,7
`
Insert cell
res = ppp.parse(csv)
Insert cell
biggerRes = ppp.parse(await FileAttachment("normal.csv").text() )
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