nik-davis / steam-data-science-project

Data Science project: downloading, cleaning and analysing Steam Store Data. Write-ups on blog:

Home Page:http://nik-davis.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Data Science project: downloading, cleaning and analysing Steam Store Data. Write-ups on blog:

http://nik-davis.github.io/

License:MIT License


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%