Skip to content
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

DOC: Add DataFrame.isetitem method #57614

Merged
merged 4 commits into from
Feb 27, 2024
Merged

Conversation

luke396
Copy link
Contributor

@luke396 luke396 commented Feb 25, 2024

@luke396 luke396 changed the title DOC: Add DataFrame.isetitem method DOC: Add DataFrame.isetitem method Feb 25, 2024
@YashpalAhlawat
Copy link
Contributor

You need to fix the below error for passing all the checks

2 Errors found for pandas.DataFrame.isetitem:
SA01 See Also section not found
EX01 No examples section found

pandas/core/frame.py Outdated Show resolved Hide resolved
@mroeschke mroeschke added Docs Indexing Related to indexing on series/frames, not to indexes themselves labels Feb 26, 2024
Co-authored-by: Matthew Roeschke <[email protected]>
@mroeschke mroeschke added this to the 3.0 milestone Feb 27, 2024
@mroeschke mroeschke merged commit d63f00f into pandas-dev:main Feb 27, 2024
47 checks passed
@mroeschke
Copy link
Member

Thanks @luke396

@luke396 luke396 deleted the add-isetitem branch February 28, 2024 03:23
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
* Add DataFrame.isetitem method

* Add See-Also and Examples

* Fix orfer

* Update pandas/core/frame.py

Co-authored-by: Matthew Roeschke <[email protected]>

---------

Co-authored-by: Matthew Roeschke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Indexing Related to indexing on series/frames, not to indexes themselves
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: missed doc for DataFrame.isetitem in https://pandas.pydata.org/docs/search.html?q=isetitem
3 participants