Skip to content

Commit dce547e

Browse files
authored
DOC: Remove confusing description from core.DataFrame.iterrows (#37331)
1 parent 66039b4 commit dce547e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pandas/core/frame.py

-3
Original file line numberDiff line numberDiff line change
@@ -974,9 +974,6 @@ def iterrows(self) -> Iterable[Tuple[Label, Series]]:
974974
data : Series
975975
The data of the row as a Series.
976976
977-
it : generator
978-
A generator that iterates over the rows of the frame.
979-
980977
See Also
981978
--------
982979
DataFrame.itertuples : Iterate over DataFrame rows as namedtuples of the values.

0 commit comments

Comments
 (0)