Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

maven

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maven

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.

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

Maven

/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:

  • Improve availability and integrity of open data by eliminating data issues, adding common identifiers, and reshaping data to become model-ready.
  • Source data in its rawest form from the most authoritative data provider available with all transformations available as open source code to enhance integrity and trust.
  • Honour data licences wherever possible whilst avoiding potential issues relating to re-distribution of data (especially open datasets where no clear licence is provided) by performing all data retrieval and processing on-device.

Install

pip install maven

Usage

import maven
maven.get('general-election/UK/2017/results', data_directory='./data/')

Datasets

Data dictionaries for all datasets are available by clicking on the dataset's name.

DatasetDescriptionDateSourceLicence
general-election/UK/2010/resultsUK 2010 General Election results6th May 2010House of Commons LibraryOpen Parliament Licence v3.0
general-election/UK/2015/resultsUK 2015 General Election results7th May 2015House of Commons LibraryOpen Parliament Licence v3.0
general-election/UK/2017/resultsUK 2017 General Election results8th June 2017House of Commons LibraryOpen Parliament Licence v3.0
general-election/UK/2015/modelModel-ready datasets for forecasting the 2015 UK General Election2010 & 2015 datauk_2015_model.pyMixed
general-election/UK/2017/modelModel-ready datasets for forecasting the 2017 UK General Election2015 & 2017 datauk_2017_model.pyMixed
general-election/UK/pollsUK General Election opinion pollingMay 2005 - June 2017SixFiftyUnknown

Running tests

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

Licences

NameDescriptionAttribution Statement
Open Parliament LicenceFree 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 LicenceFree 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.

Contributing

Maven was designed for your contributions!

  1. Check for open issues or open a fresh issue to start a discussion around your idea or a bug.
  2. Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
  3. For new datasets ensure the processed dataset is fully documented with a data dictionary. For new features and bugs, please write a test which shows that the bug was fixed or that the feature works as expected.
  4. Send a pull request and bug the maintainer until it gets merged and published. 😄

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc