Skip to content

open-data-kazakhstan/birth-rate-and-child-mortality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

birth-rate-and-child-mortality

Installation

Clone the repository

https://github.com/open-data-kazakhstan/birth-rate-and-child-mortality.git

Requires Python 3.8.10

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

Data collected from https://gender.stat.gov.kz/ru/category/12

We extracted the data from these sources and put it in the acrhive folder as birthrate.xlsx .

We processed the original data to bring them back to normal, and extracted several aggregated datasets from them into the Data folder:

  • Data/birthrate.csv
  • Data/datapackage.json - contains all the key information about our dataset

Scripts

  • main.py - runs the script

Visualization

The end result is visualized data showing the birth rate and female mortality

Fertility and female mortality rate

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages