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:
bankchurn- this Kaggle datasetbtc- bitcoin price data in USD for years 2017-2021, based on this Kaggle datasetpl_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/