You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
jorisvandenbossche
changed the title
See also for DataFrame.iterrows() should say Dataframe.x() instead of just .x()
DOC: See also for DataFrame.iterrows() should say Dataframe.x() instead of just .x()
Aug 12, 2019
See also for DataFrame.iterrows() currently has a "See also" section that lists
while DataFrame.itertuples() shows
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
The text was updated successfully, but these errors were encountered: