Public
Edited
Jul 9, 2024
Insert cell
Insert cell
Insert cell
gdt_thru_july2.map((e) => {
e.score = Number(e.score);
e.num_comments = Number(e.num_comments);
e.created_dt = new Date(e.created_utc * 1000);
return e;
})
Insert cell
gdt_thru_july2 = FileAttachment("gdt_thru_july@2.csv").csv({ autotype: true })
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