Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 651 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 651 Bytes

dawum-to-csv

This script parses german election survey result data data from dawum.de JSON format to a flat CSV file for easier processing.

Requirements

  • Python 3.6+

Dependencies

  • requests
  • python-slugify[unidecode]

Usage

  1. Clone this repository

git clone https://github.com/kennell/dawum-to-csv

  1. Install the dependencies

pip install requests python-slugify[unidecode]

  1. Run script

python3 dawum-to-csv.py > output.csv

Legal

This script only parses the data provided by dawum.de Please make sure you understand the licensing requirements for the actual data.