Closed
Description
See also for DataFrame.iterrows() currently has a "See also" section that lists
itertuples
items
while DataFrame.itertuples() shows
DataFrame.iterrows
DataFrame.items
We should change DataFrame.iterrows() to be like DataFrame.itertuples()
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.iterrows.html
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.itertuples.html