In [1]:
%matplotlib inline
import pandas as pd
In [4]:
df = pd.read_csv('../../../datasets/movie_metadata.csv')
In [5]:
df.head()
Out[5]:
In [ ]: