diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 5729d632a64ec..8d5d900cc343f 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -971,9 +971,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.