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: axes

DataFrame - axes property

The axes property returns a list representing the axes of the DataFrame.

It has the row axis labels and column axis labels as the only members. They are returned in that order.

Syntax:

DataFrame.axes

Example:


Download the Pandas DataFrame Notebooks from here.

Previous: DataFrame - values property
Next: DataFrame - ndim property