Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Oct 10, 2024
1 parent b1231e4 commit 0f4774a
Show file tree
Hide file tree
Showing 6 changed files with 396 additions and 396 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
update:
pipenv run python cpi/download.py
pipenv run python -m cpi.download
pipenv run jupyter-execute notebooks/analysis.ipynb
pipenv run python sample.py

Expand Down
4 changes: 2 additions & 2 deletions notebooks/cpi-mom.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
date,pct_change,pct_change_rounded
2022-06-01,1.2482881942895263,1.2
2022-07-01,-0.006440765298509898,-0.0
2022-08-01,0.07865019984609756,0.1
2022-09-01,0.38345714392176156,0.4
2022-10-01,0.5135975109755275,0.5
Expand All @@ -25,3 +23,5 @@ date,pct_change,pct_change_rounded
2024-05-01,0.00574699799176237,0.0
2024-06-01,-0.05618964003513138,-0.1
2024-07-01,0.1549278228009099,0.2
2024-08-01,0.1872205247277714,0.2
2024-09-01,0.17986699392908978,0.2
2 changes: 1 addition & 1 deletion notebooks/latest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"all": {"latest_month": "2024-07-01", "latest_change": 0.2, "previous_month": "2024-06-01", "previous_change": -0.1}, "food": {"latest_month": "2024-07-01", "latest_change": 0.2, "previous_month": "2024-06-01", "previous_change": 0.2}, "energy": {"latest_month": "2024-07-01", "latest_change": 0.0, "previous_month": "2024-06-01", "previous_change": -2.0}, "less_food_and_energy": {"latest_month": "2024-07-01", "latest_change": 0.2, "previous_month": "2024-06-01", "previous_change": 0.1}, "yoy_change": 2.9}
{"all": {"latest_month": "2024-09-01", "latest_change": 0.2, "previous_month": "2024-08-01", "previous_change": 0.2}, "food": {"latest_month": "2024-09-01", "latest_change": 0.4, "previous_month": "2024-08-01", "previous_change": 0.1}, "energy": {"latest_month": "2024-09-01", "latest_change": -1.9, "previous_month": "2024-08-01", "previous_change": -0.8}, "less_food_and_energy": {"latest_month": "2024-09-01", "latest_change": 0.3, "previous_month": "2024-08-01", "previous_change": 0.3}, "yoy_change": 2.4}
Loading

0 comments on commit 0f4774a

Please sign in to comment.