Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.39 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.39 KB

city-cost-of-living-index

Installation

Clone the repository

$ git clone https://github.com/open-data-kazakhstan/city-cost-of-living-index.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

Data

Salary data collected by hand from stat.gov.kz stats: https://stat.gov.kz/ru/industries/environment/stat-eco/dynamic-tables/

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/cost_piv.csv - living space cost data
  • data/spend_piv.csv - houshold spending per month
  • datapackage.json - conatins all of the key information about our dataset

Scripts

  • cost.py - our .py file to work with cost of the living space
  • spend.py - our .py file to work with the average spendings of households
  • datapack.py - creating datapckage.json file that conatinsall meatadata

License

This dataset is licensed under the Open Data Commons Public Domain and Dedication License.