Maven provides easy access to open datasets in both raw and model-ready formats.
/meɪvən/ – a trusted expert who seeks to pass timely and relevant knowledge on to others.
Maven’s goal is to reduce the time data scientists spend on data cleaning and preparation by providing easy access to open datasets in both raw and processed formats.
Maven was built to:
pip install maven
import maven
maven.get('general-election/UK/2017/results', data_directory='./data/')
Data dictionaries for all datasets are available by clicking on the dataset’s name.
Dataset | Description | Date | Source | Licence |
---|---|---|---|---|
Coronavirus Datasets | ||||
coronavirus/CSSE |
Daily CSSE cases/deaths/recovered by country/region/state | Updated daily | Johns Hopkins Center for Systems Science and Engineering | See “Terms of Use” on CSSE repo |
UK Political Datasets | ||||
general-election/UK/2010/results |
UK 2010 General Election results | 6th May 2010 | House of Commons Library | Open Parliament Licence v3.0 |
general-election/UK/2015/results |
UK 2015 General Election results | 7th May 2015 | House of Commons Library | Open Parliament Licence v3.0 |
general-election/UK/2017/results |
UK 2017 General Election results | 8th June 2017 | House of Commons Library | Open Parliament Licence v3.0 |
general-election/UK/2015/model |
Model-ready datasets for forecasting the 2015 UK General Election | 2010 & 2015 data | uk_2015_model.py | Mixed |
general-election/UK/2017/model |
Model-ready datasets for forecasting the 2017 UK General Election | 2015 & 2017 data | uk_2017_model.py | Mixed |
general-election/UK/polls |
UK General Election opinion polling | May 2005 - June 2017 | SixFifty | Unknown |
To run tests against an installed version (either pip install .
or pip install maven
):
$ cd /path/to/repo
$ pytest
To run tests whilst in development:
$ cd /path/to/repo
$ python -m pytest
Name | Description | Attribution Statement |
---|---|---|
Open Parliament Licence | Free to copy, publish, distribute, transmit, adapt and exploit commercially or non-commercially. See URL for full details. | Contains Parliamentary information licensed under the Open Parliament Licence v3.0. |
Open Government Licence | Free to copy, publish, distribute, transmit, adapt and exploit commercially and non-commercially. See URL for full details. | Contains public sector information licensed under the Open Government Licence v2.0. |
Maven was designed for your contributions!