Skip to content

REF: simplify CategoricalIndex.__new__ #38605

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 1 commit into from
Dec 22, 2020

Conversation

jbrockmendel
Copy link
Member

Part of a larger goal of making Index.__new__ share code with Series.__init__ and pd.array

@jreback jreback added this to the 1.3 milestone Dec 22, 2020
@jreback jreback merged commit d71ec09 into pandas-dev:master Dec 22, 2020
@jbrockmendel jbrockmendel deleted the ref-ci-constructor branch December 22, 2020 15:29
@jorisvandenbossche
Copy link
Member

There have been some performance regressions related to categorical, see https://pandas.pydata.org/speed/pandas/#regressions?sort=1&dir=desc (at date "2020-12-22 22:06"). This commit is part of the indicated range ca52e39...75d02c7, but there are some other categorical-related PRs of you as well in the same period, so didn't check which PR would be the cause.

@jbrockmendel
Copy link
Member Author

There have been some performance regressions related to categorical

Can you point out one or two that you have in mind?

luckyvs1 pushed a commit to luckyvs1/pandas that referenced this pull request Jan 20, 2021
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

Successfully merging this pull request may close these issues.

3 participants