Clone the repository
$ git clone https://github.com/open-data-kazakhstan/inflation-and-avg-salary-with-projections.git
Requires Python 3.11.3
Create a virtual environment and activate it
pip install venv
python -m venv /path/to/localrepo
Swicth to venv directory by using cd comand
cd /path/to/localrepo
Scripts/activate
Install dependecies in venv by using pip
pip install -r requirements.txt
Run the project:
python scripts/main.py
Salary data collected by hand from qamqor.gov.kz stats: https://qamqor.gov.kz/crimestat/statistics
We downoladed data from this source and placed it in the data folders
We have processed the source data to make it normalized and derived several aggregated datasets from it:
data/comb.csv
- final combined data about occured crime acts, that we later would use for graphdatapackage.json
- conatins all of the key information about our dataset
anim.py
- uses matplotlib to create an infographicdatapack.py
- creating datapckage.json file that conatinsall meatadata
This dataset is licensed under the Open Data Commons Public Domain and Dedication License.