Possible performance regression in Series.xs() and DataFrame.xs() with MultiIndex. #35188
Labels
Closing Candidate
May be closeable, needs more eyeballs
Indexing
Related to indexing on series/frames, not to indexes themselves
MultiIndex
Performance
Memory or execution speed performance
Regression
Functionality that used to work in a prior pandas version
Milestone
Performance of
Series.xs()
when getting values at specified index and the first level of a large dataset seems to have regressed significantly, after pandas was upgraded to v1.0.5 from v0.25.3. So isDataFrame.xs()
.code:
outcome
The text was updated successfully, but these errors were encountered: