RiksdagenDataDownloader

A tool to download data from data.riksdagen.se


License
MIT
Install
pip install RiksdagenDataDownloader==0.2.0

Documentation

Python code to download and save data from data.riksdagen.se to a local SQLite DB.

TODO/Things to contribute with:

  • Add primary keys, foreign keys and indexing to sql database
  • Add functionality to ignore multirow comments to sql feeder
  • Add syntax checking to sql feeder
  • Make the RiksDatasetInterface smarter, is there a better way to do this?
  • ...