I want to take a look at the data, but when I do
pd_data.sort('imdb_rating',ascending=False), or
pd_data.sort('imdb_rating',ascending=False).head(100),
the data in the middle would get left out. How can I display a bigger set of data?
I want to take a look at the data, but when I do
pd_data.sort('imdb_rating',ascending=False), or
pd_data.sort('imdb_rating',ascending=False).head(100),
the data in the middle would get left out. How can I display a bigger set of data?