Metadata-Version: 2.1
Name: rs-datasets
Version: 0.2.0
Summary: Tool for autodownloading recommendation systems datasets
Home-page: https://github.com/Darel13712/rs_datasets
Author: Yan-Martin Tamm
Author-email: darel142857@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: datatable
Requires-Dist: pandas
Requires-Dist: gdown
Requires-Dist: pyarrow
Requires-Dist: tqdm
Requires-Dist: xlrd

# Welcome to rs_datasets

This tool allows you download, unpack and read 
recommender systems datasets into `pandas.DataFrame` as easy as `data = Dataset()`.

## Installation

```
pip install rs_datasets
```

## Documentation
Please see [documentation](https://darel13712.github.io/rs_datasets/) to this project to 
see available datasets and examples of use.


