fcpython.com
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
#This next line makes our charts show up in the notebook
%matplotlib inline
table = pd.read_csv("../../data/1617table.csv")
table.head()
Handsome Hedgehog