Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
benthayer opened this issue Aug 11, 2019 · 3 comments · Fixed by #27893
Closed

Comments

@benthayer
Copy link
Contributor

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

@jorisvandenbossche 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
@jorisvandenbossche
Copy link
Member

Do you want to do a PR do change this?

@jorisvandenbossche jorisvandenbossche added this to the Contributions Welcome milestone Aug 12, 2019
@Ankit-Dhankhar
Copy link
Contributor

If this issue is not assigned I would like to make PR for this :)

@benthayer
Copy link
Contributor Author

I'm not working on it. Go for it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants