Public
Edited
May 15, 2024
Paused
Insert cell
Insert cell
Insert cell
drug_clm_cost_changes_from_2020_2021.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
data = drug_clm_cost_changes_from_2020_2021.filter(
(d) => Math.abs(d.tot_drug_cst - d.tot_drug_cst_prev) > 200000000
)
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