Skip to content

Commit 569f94d

Browse files
DOC: fix ES01 for pandas.DataFrame.columns (#60836)
1 parent 2a49a4f commit 569f94d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/core/frame.py

+4
Original file line numberDiff line numberDiff line change
@@ -13673,6 +13673,10 @@ def isin_(x):
1367313673
doc="""
1367413674
The column labels of the DataFrame.
1367513675
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+
1367613680
Returns
1367713681
-------
1367813682
pandas.Index

0 commit comments

Comments
 (0)