-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG/CLN?: get_duplicates in _build_names_mapper #52229
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
Comments
Hi @twoertwein, I've just had a look and based on the docstring in
Is it okay if I pick this up? I'm new here so pls forgive the ignorance :-) EDIT: I'm going to take this, better to seek forgiveness etc. |
take |
Sorry, I can't help you with that - I'm not familair with that code, just stumbled into it accidentaly. |
This does look weird. @samjeffrees, could you try your solution and and see if it breaks some tests? |
take |
This function looks like it doesn't do what it is intended to do:
pandas/pandas/core/reshape/pivot.py
Line 864 in 5c4cc4a
Based on the implementation it can be replaced by just
set(names)
but that doesn't match with the intention of the name.The text was updated successfully, but these errors were encountered: