DEV Community

Discussion on: Pandas Tutorials - Python for Data Science

Collapse
 
kathanvakharia profile image
Kathan Vakharia

Awesome !, but I suppose df.dtype , df.columns, df.index and df.shape are attributes NOT functions for a given dataframe df

Collapse
 
surendraarivappagari profile image
Surendra Kumar Arivappagari

Yes, you are correct.
These are attributes for Pandas DataFrame. I've modified the headings for the same.

Thanks for your valuable suggestion Kathan.