Skip to content

DOC: See also for DataFrame.iterrows() should say Dataframe.x() instead of just .x() #27862

Closed
@benthayer

Description

@benthayer

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions