Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 473 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 473 Bytes

Steam Store project

Data download and cleaning stages of Steam Store analysis project.

To run locally:

clone repo
download raw data from Kaggle and extract into data/raw folder

If using conda

conda config --add channels conda-forge
conda install --file requirements.txt

If using pip

pip install -r requirements.txt

Then run jupyter notebook and open .ipynb files inside notebooks folder.