xorbits.pandas.DataFrame.keys#

DataFrame.keys()[source]#

Get the ‘info axis’ (see Indexing for more).

This is index for Series, columns for DataFrame.

Returns

Info axis.

Return type

Index

This docstring was copied from pandas.core.frame.DataFrame.