Skip to main content

A quick and easy way to download datasets from the DARE lab.

Project description

Darelab Datasets Docs

A quick access library of datasets used in Darelab.

Installation

Install: pip install dare-datasets

Documentation: https://darelab.athenarc.gr/datasets-docs/add_dataset/

Datasets included:

Usage

from dare_datasets import QR2TBenchmark

qr2t_benchmark = QR2TBenchmark()
qr2t_data = qr2t_benchmark.get()

For each dataset, additional methods might exist. Check the documentation of each dataset for more details.

Dev Installation

For development purposes, additional libraries must be installed such as pytest and mkdocs.

Prerequisites:

1. Clone the repository
2. poetry install
3. pre-commit install (Optional)
4. git branch new_dataset_name

After any contribution you should open a pull request.

Testing

pytest is the testing framework used for this project. Commands:

  • pytest - Run all tests. Warning: This will download all datasets in a temp directory (~4GB).
  • pytest -m "not download" - Run all tests except the ones that download datasets (suggested during development).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dare_datasets-1.0.1.tar.gz (15.6 kB view hashes)

Uploaded Source

Built Distribution

dare_datasets-1.0.1-py3-none-any.whl (22.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page