Created
September 19, 2017 18:05
-
-
Save rauljordan/f8c5fccdf84804462946522964884eca to your computer and use it in GitHub Desktop.
Jupyter Notebook Exploration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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