Platform
Resources
Pricing
Sign in
Get started
John Haldeman
Software Developer, Guardium Guy, Dad
Workspace
Fork
Published
By
John Haldeman
Edited
Jun 3, 2022
1
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.
Try it for free
Learn more
Fork
View
Export
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
vega
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML