Skip to content

kennell/dawum-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages