Skip to content

Commit 715ba19

Browse files
tuhinsharma121ShashwatAgrawal20
authored andcommitted
DOC: fix ES01 for pandas.DataFrame.columns (pandas-dev#60836)
1 parent 7ff6e35 commit 715ba19

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
@@ -13677,6 +13677,10 @@ def isin_(x):
1367713677
doc="""
1367813678
The column labels of the DataFrame.
1367913679
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+
1368013684
Returns
1368113685
-------
1368213686
pandas.Index

0 commit comments

Comments
 (0)