This is a blog post about bla...
import pandas as pd
df = pd.read_csv('train.csv', nrows=100)
df.head()
5 rows × 211 columns
%matplotlib inline df.Feature_8.ix[:2000].plot.line()
<matplotlib.axes._subplots.AxesSubplot at 0x10c5104e0>