Skip to content

PERF: MultiIndex.copy(deep=False) not preserving _id #47878

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
3 tasks done
jbrockmendel opened this issue Jul 27, 2022 · 0 comments · Fixed by #47900
Closed
3 tasks done

PERF: MultiIndex.copy(deep=False) not preserving _id #47878

jbrockmendel opened this issue Jul 27, 2022 · 0 comments · Fixed by #47900
Labels
MultiIndex Performance Memory or execution speed performance

Comments

@jbrockmendel
Copy link
Member

Pandas version checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pandas.

  • I have confirmed this bug exists on the main branch of pandas.

Reproducible Example

NA

Issue Description

I think this is causing a perf issue in a .agg call that results in a concat call with a single-element list.

Expected Behavior

NA

Installed Versions

Replace this line with the output of pd.show_versions()

@jbrockmendel jbrockmendel added Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Jul 27, 2022
@mroeschke mroeschke added Performance Memory or execution speed performance MultiIndex and removed Bug Needs Triage Issue that has not been reviewed by a pandas team member labels Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MultiIndex Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants