diff --git a/pandas/core/frame.py b/pandas/core/frame.py index c6fa2bf5ecc08..38e16f39d4350 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -13677,6 +13677,10 @@ def isin_(x): doc=""" The column labels of the DataFrame. + 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