https://github.com/quartz/eu-polarization
Analysis of European political polarization using ParlGov data
https://github.com/quartz/eu-polarization
graphics project qz-things
Last synced: 4 months ago
JSON representation
Analysis of European political polarization using ParlGov data
- Host: GitHub
- URL: https://github.com/quartz/eu-polarization
- Owner: Quartz
- Created: 2016-03-22T22:49:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T16:20:57.000Z (over 8 years ago)
- Last Synced: 2025-01-12T02:01:42.106Z (9 months ago)
- Topics: graphics, project, qz-things
- Language: JavaScript
- Homepage: https://qz.com/645649/european-politics-is-more-polarized-than-ever-and-these-numbers-prove-it/
- Size: 1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
eu-polarization
===============Analysis of political polarization using the [ParlGov database](http://www.parlgov.org/).
Setup
-----Requires Python 3.
```
curl http://www.parlgov.org/static/stable/2015/parlgov-stable.db > data/parlgov-stable.dbmkvirtualenv eu-polarization
pip install -r requirements.txt
```Run
---```
python parl.py
```