This property holds the column names as a pandas Index object. It provides an immutable sequence of column labels that can be used for data selection, renaming, and alignment in DataFrame operations.
Returns:
pandas.Index
The column labels of the DataFrame.
See also:
DataFrame.index
The index (row labels) of the DataFrame.
DataFrame.axes
Return a list representing the axes of the DataFrame.