Skip to content

ASV: time_reindex_both_axes to reindex existing columns #44667

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
Nov 29, 2021

Conversation

jorisvandenbossche
Copy link
Member

@jorisvandenbossche jorisvandenbossche commented Nov 29, 2021

As a follow-up on #40247: in that PR I added a separate benchmark case (time_reindex_axis1_missing) to explicitly test the case of reindexing non-existing columns. But I forgot to use the column-specific indexer (with existing columns) in the case of reindexing both rows and cols. Since the "non-existing columns" case is already covered by the separate benchmark, I think it's more useful to test the case of "both row and column indexer" with existing columns.

@jorisvandenbossche jorisvandenbossche added the Benchmark Performance (ASV) benchmarks label Nov 29, 2021
@jorisvandenbossche jorisvandenbossche added this to the 1.4 milestone Nov 29, 2021
@jreback jreback merged commit e7aae84 into pandas-dev:master Nov 29, 2021
@jorisvandenbossche jorisvandenbossche deleted the asv-reindex-column branch November 29, 2021 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Benchmark Performance (ASV) benchmarks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants