Skip to content

DOC: Update drop duplicates documentation to specify method limitation #57670

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

Merged
merged 3 commits into from
Mar 5, 2024

Conversation

flaviaouyang
Copy link
Contributor

@flaviaouyang flaviaouyang commented Feb 29, 2024

@flaviaouyang flaviaouyang changed the title Update drop duplicates documentation to specify method limitation DOC: Update drop duplicates documentation to specify method limitation Feb 29, 2024
@datapythonista datapythonista added Docs duplicated duplicated, drop_duplicates labels Feb 29, 2024
Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for clarifying this @flaviaouyang, very nice.

@mroeschke mroeschke added this to the 3.0 milestone Mar 5, 2024
@mroeschke mroeschke merged commit 438f2d4 into pandas-dev:main Mar 5, 2024
@mroeschke
Copy link
Member

Thanks @flaviaouyang

@flaviaouyang flaviaouyang deleted the BUG-56784 branch March 5, 2024 01:45
pmhatre1 pushed a commit to pmhatre1/pandas-pmhatre1 that referenced this pull request May 7, 2024
pandas-dev#57670)

* Update drop duplicates documentation to specify method limitation

* Update format

* Revert formatting change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs duplicated duplicated, drop_duplicates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: DataFrame.drop_duplicates method fails when a column with a list dtype is present
3 participants