/2021-07-13-scipy-pandas

Learn Python Through Data Processing in Pandas

Primary LanguageJupyter NotebookMIT LicenseMIT

2021-07-13-scipy-pandas

Learn Python Through Data Processing in Pandas

Installation

  1. Install anaconda (use the Python 3 version): https://www.anaconda.com/distribution/
  2. See the Software-Carpentry Installations for bash, git, python, and text editor: https://carpentries.github.io/workshop-template/

Testing your installation

  1. Run the test_installation.py script (or copy/paste the import statments into a python interpreter)
import pandas as pd
import seaborn as sns
import sklearn as sk

How to run the Jupyter Notebook

Windows/Mac

There will be an Anaconda Navigator application that installs to your system. You can launch the Jupyter notebook from there to run your python code.

Linux

Anaconda's Python installation should be your system's default python. Make sure you open a new terminal window for this to take effect. You can launch python by typing jupyter notebook

Creating a Notebook

Once you have the Jupyter notebook launched, there's a button towards the top right called new. Click this and select Python 3.

Get Data

  1. Download or Clone the this repository.
    • Press the green button towards the top right
    • click download zip
    • extract
    • celebrate