Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
PERF: checking is_monotonic_increasing/decreasing before sorting on an index #11080
Comments
jreback
added Indexing Performance
labels
Sep 12, 2015
jreback
added this to the
0.17.1
milestone
Sep 12, 2015
jreback
added Prio-medium Difficulty Intermediate Effort Low
labels
Sep 12, 2015
|
Worked for this during PyCon JP 2015 pandas sprint /w @sinhrks I found |
scari
referenced
this issue
Oct 12, 2015
Merged
PERF: Checking monotonic-ness before sorting on an index #11080 #11294
scari
added a commit
to scari/pandas
that referenced
this issue
Oct 14, 2015
|
|
scari |
b40c1ab
|
jreback
closed this
in #11294
Oct 14, 2015
jreback
added a commit
that referenced
this issue
Oct 14, 2015
|
|
jreback |
9bcc1a8
|
Dr-Irv
added a commit
to Dr-Irv/pandas
that referenced
this issue
Oct 24, 2015
|
|
Dr-Irv + Dr-Irv |
4f62b99
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedSep 12, 2015
We don't keep the sortedness state in an index per-se, but it is rather cheap to check
is_monotonic_increasingoris_monotonic_decreasingon a reg-indexis_lexsorted(this might be done already)