Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/defgsus/wahl17
Bundestagswahl 2017 Wahlergebnisse
https://github.com/defgsus/wahl17
bokeh clustering election-data plot politics python
Last synced: 23 days ago
JSON representation
Bundestagswahl 2017 Wahlergebnisse
- Host: GitHub
- URL: https://github.com/defgsus/wahl17
- Owner: defgsus
- Created: 2017-09-26T05:59:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T05:45:47.000Z (over 7 years ago)
- Last Synced: 2024-10-10T15:28:51.257Z (3 months ago)
- Topics: bokeh, clustering, election-data, plot, politics, python
- Language: HTML
- Size: 1.69 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Principal Component Analysis (PCA) für die Ergebnisse der Bundestagswahl 2017 pro Wahlkreis
Kleines Experiment zum Verständnis der politischen Situation.
Online hier: https://defgsus.github.io/wahl17/
### selber experimentieren
- getestet unter debian (siehe requirements.txt für nötige Pakete)
- virtualenv erzeugen mit **python 3.4+**, dann
```bash
pip install -r requirements.txt
python data.py
python make_website.py
````data.py` holt die json Daten von der [Welt.de - app](https://www.welt.de/politik/deutschland/article168883713).
Die Daten liegen hier auch hier im repo unter `./welt.de/` (Stand 25.Sep.2017).