Published
Edited
Jun 3, 2022
Insert cell
# Ontario Political Financing - 2019 to 2022
Insert cell
Insert cell
Insert cell
data = (await FileAttachment("RTD_Contributions_PartyRollup.csv").csv()).filter((d) =>
["2019", "2020", "2021", "2022"].includes(d["Month"].split("-")[0])
)
Insert cell
FileAttachment("RTD_Contributions_PartyRollup.csv").csv()
Insert cell
vega = require("vega-embed@6")
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