.ix/.loc methods are *significantly* slower when upgrading pandas from 0.13 to 0.16.2 #11151
Labels
Indexing
Related to indexing on series/frames, not to indexes themselves
Performance
Memory or execution speed performance
We ran a profiler comparing both the .ix and .loc methods for pandas, in both versions, and got substantially slower results when using 0.16.2. Why is that?
The text was updated successfully, but these errors were encountered: