modin.pandas.DataFrame.axes¶
- property DataFrame.axes: list[pandas.core.indexes.base.Index][source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/.tox/docs/lib/python3.9/site-packages/modin/pandas/dataframe.py#L377-L382)¶
Return 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.
Examples