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 7ff6e35 commit 715ba19Copy full SHA for 715ba19
pandas/core/frame.py
@@ -13677,6 +13677,10 @@ def isin_(x):
13677
doc="""
13678
The column labels of the DataFrame.
13679
13680
+ This property holds the column names as a pandas ``Index`` object.
13681
+ It provides an immutable sequence of column labels that can be
13682
+ used for data selection, renaming, and alignment in DataFrame operations.
13683
+
13684
Returns
13685
-------
13686
pandas.Index
0 commit comments