Skip to content

Commit

Permalink
DOC: fix ES01 for pandas.DataFrame.columns (#60836)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuhinsharma121 authored Feb 3, 2025
1 parent 2a49a4f commit 569f94d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -13673,6 +13673,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
Expand Down

0 comments on commit 569f94d

Please sign in to comment.