Skip to content

ASV: add benchmarks for concatenating and appending of CategoricalIndex (GH38149) #39493

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
Feb 7, 2021

Conversation

avinashpancham
Copy link
Contributor

@@ -326,6 +331,18 @@ def time_reindex_missing(self):
def time_sort_values(self):
self.index.sort_values(ascending=False)

def time_append_index(self):
Copy link
Contributor

Choose a reason for hiding this comment

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

can you put these with the append/concat ones instead

@jreback jreback added Benchmark Performance (ASV) benchmarks Categorical Categorical Data Type labels Feb 2, 2021
@jreback jreback added this to the 1.3 milestone Feb 7, 2021
@jreback jreback merged commit 87f72bb into pandas-dev:master Feb 7, 2021
@jreback
Copy link
Contributor

jreback commented Feb 7, 2021

thanks @avinashpancham

CyberQin pushed a commit to CyberQin/pandas that referenced this pull request Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Benchmark Performance (ASV) benchmarks Categorical Categorical Data Type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ASV: add benchmark for concat / append of casted categorical
2 participants