Skip to content

bnn-ddj/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.

About

Parses JSON data from dawum.de to CSV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%