Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Categorical(vals, cats) bad performance with NaNs #12077
Comments
|
pls show a copy pastable example and |
|
can u show using |
|
At first i've tried to initialize like this:
but it gives wrong results in the 1st case (a bug?):
|
jreback
added Performance Categorical
labels
Jan 19, 2016
jreback
referenced
this issue
Jan 25, 2016
Closed
PERF: add support for NaT in hashtable factorizers, improving Categorical construction with NaT #12128
jreback
added a commit
to jreback/pandas
that referenced
this issue
Jan 25, 2016
|
|
jreback |
e1385d8
|
jreback
closed this
in 81bb972
Jan 25, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Winand commentedJan 18, 2016
NaNs in
datetime64data values GREATLY reduce performance ofCategorical(values, cats):Small issue with printing Categorical datetime64:
Versions: