/data-science-playground

Pandas-JupyterNotebook playground

Primary LanguageJupyter Notebook

Getting Started 🐼

Install

  • Run in your terminal.

Download Python 3

or install via Homebrew

  • brew install python3

virtualenv --help

  • If you do not have it pip3 install virtualenv

  • Create and activate a python environment. Run these commands in order.

cd data-science-playground

virtualenv -p python3 venv

source ./venv/bin/activate

pip3 install -r requirements.txt

Run

be sure to be in the directory data-science-playground in your terminal.

be sure you have activated your virtual environment. source ./venv/bin/activate

  • run the command jupyter notebook to start your notebook

Tutorial

navigate to http://localhost:8888/notebooks/notebook.ipynb in your browser

  • shift+enter to run each cell

  • open different json files and learn pandas :)