https://github.com/datasets/gini-index
Repository of the GINI index official repository.
https://github.com/datasets/gini-index
Last synced: 4 months ago
JSON representation
Repository of the GINI index official repository.
- Host: GitHub
- URL: https://github.com/datasets/gini-index
- Owner: datasets
- Created: 2016-04-29T11:30:19.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2026-03-06T23:44:10.000Z (4 months ago)
- Last Synced: 2026-03-07T04:18:43.455Z (4 months ago)
- Language: Python
- Homepage: https://datahub.io/core/gini-index
- Size: 166 KB
- Stars: 17
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The repository of the data package of the GINI Index.
## Data
The data that is contained in the `gini-index.csv` file, under `/data` was
retrieved from [the World Bank](http://data.worldbank.org/indicator/SI.POV.GINI).
## Preparation
Run the requirements through `pip` in order to install all required packages to run the script.
`pip install -r scripts/requirements.txt`
The process is recorded and automated in a Python script:
`scripts/process.py`
Or, alternatively just by running:
`make`
## Automation
Up-to-date (auto-updates each 2 month) gini-index dataset could be found on the datahub.io:
https://datahub.io/core/gini-index
## Licence
All data is licensed under the Open Data Commons Public Domain Dedication and License. All code is licensed under the MIT/BSD license.
Note that while no credit is formally required a link back or credit to Rufus Pollock and the Open Knowledge Foundation is much appreciated.