Skip to content

wegar-2/moddata

Repository files navigation

moddata

CI codecov Flake8 Lint Check Pylint Check

Provides data for use in modeling.

Interface consists of a single function load_data. It accepts a single parameter - name of the dataset to load.

List of currently available datasets:

  1. bankchurn - this Kaggle dataset
  2. btc - bitcoin price data in USD for years 2017-2021, based on this Kaggle dataset
  3. pl_banking_stocks - daily prices of stocks of select Polish banks for period 2005-01-01 through 2024-12-31 (data source: stooq.com)

To install this package run:

pip install git+https://github.com/wegar-2/moddata.git@main

Run unit tests from the main package directory with:

pytest

Check tests coverage with:

pytest --cov=moddata tests/

About

readymade data for use in data ML modeling, data analysis etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages