Published
Edited
Sep 12, 2022
1 fork
Insert cell
Insert cell
Insert cell
// This reads in everything in as strings
raw = FileAttachment("penguins.csv").csv()
Insert cell
// can specify typed, but how can I make the NAs not be strings?
typed = FileAttachment("penguins.csv").csv({typed: true})
Insert cell
// some values are "NA" rather than null/undefined, etc.
typed[3]
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