We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1441b2 commit 4e382bfCopy full SHA for 4e382bf
pandas/core/frame.py
@@ -13673,6 +13673,10 @@ def isin_(x):
13673
doc="""
13674
The column labels of the DataFrame.
13675
13676
+ This property holds the column names as a pandas ``Index`` object.
13677
+ It provides an immutable sequence of column labels that can be
13678
+ used for data selection, renaming, and alignment in DataFrame operations.
13679
+
13680
Returns
13681
-------
13682
pandas.Index
0 commit comments