https://github.com/yaph/evolution-internet-users
Process data for Evolution of Internet Users dataviz
https://github.com/yaph/evolution-internet-users
data-cleaning data-processing worldbank
Last synced: 8 days ago
JSON representation
Process data for Evolution of Internet Users dataviz
- Host: GitHub
- URL: https://github.com/yaph/evolution-internet-users
- Owner: yaph
- Created: 2014-05-08T14:37:59.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-08T14:41:12.000Z (about 12 years ago)
- Last Synced: 2025-02-25T22:45:58.757Z (over 1 year ago)
- Topics: data-cleaning, data-processing, worldbank
- Language: Python
- Homepage: http://exploringdata.github.io/vis/evolution-internet-users/
- Size: 320 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Evolution of Internet Users
Scripts to pre-process data for creating the
[Evolution of Internet Users](http://exploringdata.github.io/vis/evolution-internet-users/) visualization.
The data is downloaded from the [Worldbank Databank](http://databank.worldbank.org/data/views/reports/tableview.aspx).
## Required Indicators
* x-axis: NY.GDP.PCAP.CD - GDP per capita (current US$)
* y-axis: IT.NET.USER.P2 - Internet users (per 100 people)
* bubble size: SP.POP.TOTL - Population, total
## Enhancements
* Automate download, currently a manual process
* Assign values in worldbank.py based on column names rather than indexes to support different column orders.