Please note, this is a STATIC archive of website www.w3resource.com from 19 Jul 2022, cach3.com does not collect or store any user information, there is no "phishing" involved.
w3resource

Pandas DataFrame property: shape

DataFrame - shape property

The shape property is used to get a tuple representing the dimensionality of the DataFrame.

Syntax:

DataFrame.shape

Example:


Download the Pandas DataFrame Notebooks from here.

Previous: DataFrame - size property
Next: DataFrame - memory_usage() function