In [1]:
import pandas as pd
df = pd.read_csv('./data/Weekend_Room_11_Sales.csv', index_col=0, parse_dates=True)
df.plot(figsize(12,4))
print(len(df))
In [2]:
pd.__version__
Out[2]:
In [3]:
matplotlib.__version__
Out[3]:
In [ ]: