Skip to content

Commit

Permalink
DOC: Remove confusing description from core.DataFrame.iterrows (#37331
Browse files Browse the repository at this point in the history
)
  • Loading branch information
takegue authored Oct 24, 2020
1 parent 66039b4 commit dce547e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pandas/core/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -974,9 +974,6 @@ def iterrows(self) -> Iterable[Tuple[Label, Series]]:
data : Series
The data of the row as a Series.
it : generator
A generator that iterates over the rows of the frame.
See Also
--------
DataFrame.itertuples : Iterate over DataFrame rows as namedtuples of the values.
Expand Down

0 comments on commit dce547e

Please sign in to comment.