Skip to content

Commit 2e9c615

Browse files
committed
DOC: Remove confusing description on Dataframe.iterrows
1 parent f162aac commit 2e9c615

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/frame.py

-2
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,6 @@ def iterrows(self) -> Iterable[Tuple[Label, Series]]:
971971
data : Series
972972
The data of the row as a Series.
973973
974-
it : generator
975-
A generator that iterates over the rows of the frame.
976974
977975
See Also
978976
--------

0 commit comments

Comments
 (0)