Skip to content

Commit

Permalink
Update to 2025 and 2026 ballot ready data
Browse files Browse the repository at this point in the history
  • Loading branch information
bendnorman committed Sep 27, 2024
1 parent 03c19b4 commit c1decbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbcp/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def etl_energy_communities_by_county() -> dict[str, pd.DataFrame]:

def etl_ballot_ready() -> dict[str, pd.DataFrame]:
"""ETL Ballot Ready election data."""
source_uri = "gs://dgm-archive/ballot_ready/Climate Partners_Upcoming Races_All Tiers_20240524.csv"
source_uri = "gs://dgm-archive/ballot_ready/Climate Partners_Upcoming Races_2025-2026_20240826.csv"
raw_df = dbcp.extract.ballot_ready.extract(source_uri)
transformed = dbcp.transform.ballot_ready.transform(raw_df)
return transformed
Expand Down

0 comments on commit c1decbe

Please sign in to comment.