Skip to content

Analyse cereal price inflation and for developing countries with data visualisation.

Notifications You must be signed in to change notification settings

MJCruickshank/cereal-price-inflation-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Cereal Price Inflation Analysis

Analyse cereal price inflation and for developing countries with data visualisation.

image

How To Run the Inflation Analysis

1. Install package dependency requirements

$ pip3 install -r requirements.txt

2. Download World Food Programme dataset

3. Move dataset to expected location

The analysis Jupyter notebook, Global Food Prices.ipynb, expects the dataset to be saved locally in this repository folder at the root level.

If you want to save it in a different location, update Global Food Prices.ipynb to read from the location you saved it to when initializing the dataframe, df:

df = pd.read_csv('/your_path_to/wfpvam_foodprices.csv')

4. Open inflation analysis Jupyter notebook

$ jupyter notebook

Then navigate to browser where the Global Food Prices.ipynb notebook was launched & execute cells (Cells > Run All)

5. (Optional) Modify analysis timeframe according to your needs

Currently, the inflation analysis is conducted on a 6 month horizon, with start month October 2020 and end month April 2021. However, if you'd like to change the time window of analysis or start and end month, modify accordingly.

About

Analyse cereal price inflation and for developing countries with data visualisation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published