Skip to content

Instantly share code, notes, and snippets.

@rauljordan
Created September 19, 2017 18:05
Show Gist options
  • Save rauljordan/f8c5fccdf84804462946522964884eca to your computer and use it in GitHub Desktop.
Save rauljordan/f8c5fccdf84804462946522964884eca to your computer and use it in GitHub Desktop.
Jupyter Notebook Exploration
import pandas as pd
import seaborn as sns
df_2012_2013 = pd.read_csv('./data/2012-2013.csv');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment