i am very new to pandas, i am using a standard emacs python mode.
I am expecting the first 5 rows, instead of a summary, does anyone knows why this is happenning?
>>> test.head()
<class 'pandas.core.frame.DataFrame'>
Int64Index: 5 entries, 0 to 4
Data columns:
myname 5 non-null values
sid 5 non-null values
age 5 non-null values
country 5 non-null values
DOB 5 non-null values
income 5 non-null values
height 5 non-null values