Skip to content

Commit 0493f5e

Browse files
authored
Update start year for unemployment data to 2025
1 parent 62685e0 commit 0493f5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

laus-fetchers/stateUnemployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def get_data(place_series_ids, df):
1212

1313
payload = {
1414
"seriesid": place_series_ids,
15-
"startyear": "2020",
15+
"startyear": "2025",
1616
"endyear": "2025",
1717
"annualaverage": True,
1818
"catalog": True,

0 commit comments

Comments
 (0)