pip install yake
pip install pandas
├── data
| ├── intermediate <- The intermediate data output when processing
| ├── processed <- The final datasets for analysis
| └── raw <- The original data
|
├── modules
| ├── __init__.py
| ├── get_data.py <- Get data by subsetting
| ├── analysis.py
| ├──
| ├──
| ├──
| └──
|
└── notebooks <- The notebook with instructions on
how to use the package