Skip to content

open-data-kazakhstan/city-school-private-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number of schools (private and public) in each region of Kazakhstan

Description

Main outut data collected in file data/schools-rate.csv. Column School-number describes number of schools in certain region, and School-number-rate is a number of schools for 10000 people in region

Data

Data is in xlsx format and synced with upstream source yearly. It is sourced from https://stat.gov.kz/ru/industries/social-statistics/stat-edu-science-inno/dynamic-tables/

Note: Since stat.gov.kz requested for a signed key for authorization, we just downloaded and put in directory archive. It is temporary solution

We have processed the source data to make it normalized and derived from it several aggregated datasets:

  • data/schools-final.csv - data by segments.
  • archive/city_population.csv - population number collected from repository city-population

We have also added some metadata such as column descriptions and data packaged it.

Preparation

Python 3.6

This repository uses openpyxl to convert excel files into CSV format, so you will need to install that library if you haven't already

You first need to install the dependencies:

pip install -r scripts/requirements.txt

Then run the script

python scripts/process.py

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