File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ moddata/data/archive.zip
66moddata /data /btc.parquet
77moddata /data /stooq_data /
88sandbox.py
9+ .coverage
Original file line number Diff line number Diff line change 11# moddata
22
3+ ![ CI] ( https://github.com/wegar-2/moddata/actions/workflows/python-tests.yml/badge.svg )
4+ ![ Python] ( https://img.shields.io/pypi/pyversions/moddata )
5+
36Provides data for use in modeling.
47
58Interface consists of a single function ``` load_data ``` . It accepts
@@ -11,9 +14,19 @@ List of currently available datasets:
11143 . ` pl_banking_stocks ` - daily prices of stocks of select
1215Polish banks for period 2005-01-01 through 2024-12-31
1316(data source: [ stooq.com] ( https://stooq.com/ ) )
14- 4 .
17+
1518
1619To install this package run:
1720```
1821pip install git+https://github.com/wegar-2/moddata.git@main
22+ ```
23+
24+ Run unit tests from the main package directory with:
25+ ```
26+ pytest
27+ ```
28+
29+ Check tests coverage with:
30+ ```
31+ pytest --cov=moddata tests/
1932```
Original file line number Diff line number Diff line change 11annotated-types == 0.7.0
22certifi == 2025.4.26
33charset-normalizer == 3.4.2
4+ coverage == 7.8.2
45cramjam == 2.10.0
56fastparquet == 2024.11.0
67fsspec == 2025.5.0
@@ -16,6 +17,7 @@ pyarrow==20.0.0
1617pydantic == 2.11.5
1718pydantic_core == 2.33.2
1819pytest == 8.3.5
20+ pytest-cov == 6.1.1
1921python-dateutil == 2.9.0.post0
2022pytz == 2025.2
2123PyYAML == 6.0.2
You can’t perform that action at this time.
0 commit comments