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: NaT groups cause wrong path in grouping #11010
Comments
jreback
added Timeseries Groupby Missing-data Performance
labels
Sep 5, 2015
jreback
added this to the
0.17.0
milestone
Sep 5, 2015
|
cc @larvian |
|
After #11013 this seems ok is their a asv bench for this? (e.g. count on datetime64 with NaT)?
|
|
it is only ok for |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Sep 7, 2015
|
|
jreback |
c187ac9
|
jreback
referenced
this issue
Sep 7, 2015
Merged
PERF: use NaT comparisons in int64/datetimelikes #11010 #11023
jreback
closed this
in #11023
Sep 8, 2015
jreback
added a commit
that referenced
this issue
Sep 8, 2015
|
|
jreback |
76a4d99
|
nickeubank
added a commit
to nickeubank/pandas
that referenced
this issue
Sep 29, 2015
|
|
jreback + nickeubank |
1188a75
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedSep 5, 2015
xref #10625
before this patch:
with this patch: