-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Categorical(vals, cats) bad performance with NaNs #12077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
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 a commit
to jreback/pandas
that referenced
this issue
Jan 25, 2016
…ical construction with NaT, pandas-dev#12077
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
NaNs in
datetime64
data values GREATLY reduce performance ofCategorical(values, cats)
:Small issue with printing Categorical datetime64:
Versions:
The text was updated successfully, but these errors were encountered: