Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: accept np.datetime64('NaT') in an object dtyped as a null #11206
Comments
jreback
added this to the
Next Major Release
milestone
Sep 30, 2015
jreback
changed the title from
BUG: accepte np.datetime64('NaT') in an object dtyped as a null to BUG: accept np.datetime64('NaT') in an object dtyped as a null
Sep 30, 2015
kawochen
referenced
this issue
Sep 30, 2015
Merged
BUG: GH11206 where pd.isnull did not consider numpy NaT null #11212
jreback
modified the milestone: 0.17.0, Next Major Release, 0.17.1
Oct 1, 2015
jreback
modified the milestone: Next Major Release, 0.17.1
Nov 13, 2015
jreback
closed this
in #11212
Nov 20, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedSep 30, 2015
from SO
this should work
This could be updated: https://github.com/pydata/pandas/blob/master/pandas/tslib.pyx#L711, then
lib.isnullobjthen could use for null detection