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

How to remove duplicate rows in DataFrame? #57

Open
lovemianhuatang opened this issue Aug 15, 2021 · 1 comment
Open

How to remove duplicate rows in DataFrame? #57

lovemianhuatang opened this issue Aug 15, 2021 · 1 comment

Comments

@lovemianhuatang
Copy link

How to remove duplicate rows in DataFrame?
python's pd.drop_duplicates()

@pjebs
Copy link
Collaborator

pjebs commented Oct 26, 2021

To efficiently do this, each Series will need to maintain some kind of index. Let me have a think about it. Do you know it is achieved in panda?

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

No branches or pull requests

2 participants