JDhyeok / data-science-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data-science-study

This is a repository that deals with a bunch of various data in order to become familiar with data analysis and visualization

Dependencies

  • Matplotlib
  • Seaborn
  • Numpy
  • Jupyter
  • Scipy
  • Pandas

Setup

Virtual environment setup

 $ virtualenv venv
 $ ./venv/Script/activate
 (venv) $

Install requirements

 (venv) $ pip install -r requirements.txt

Start with jupyter notebook

 (venv) $ jupyter notebook

Dataset source

NBA

Netfilx

Covid19

About

License:MIT License


Languages

Language:Jupyter Notebook 100.0%