Public
Edited
Jan 3, 2024
Insert cell
Insert cell
Insert cell
Insert cell
d20240104_2058
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
vl
.markCircle({ size: 20 })
.data(currDf)
.encode(
vl
.y()
.fieldQ("count")
.scale({ domain: [0, 3500000000] }),
vl.x().fieldT("date"),
vl.tooltip().fieldT("date")
)
.render({ renderer: "svg" }) // this option allows downloading SVGs as well as PNGs
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
d20230422 = FileAttachment("sarscov-2_rna_levels_in_wastewater_for_sewershed_486_treatment_plant_in_district_of_columbia 2023-04-22.csv").csv()
Insert cell
d20230405 = FileAttachment(
"2023-04-05 sarscov-2_rna_levels_in_wastewater_for_sewershed_486_treatment_plant_in_district_of_columbia@1.csv"
).csv()
Insert cell
d20230512 = FileAttachment(
"2023-05-12 new site sarscov-2_rna_levels_in_wastewater_for_sewershed_486_treatment_plant_in_district_of_columbia.csv"
).csv()
Insert cell
d20240104_2058 = FileAttachment("sewershed_2058_2024-01-03.csv").csv()
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