Skip to content

BUG: explicity change nan -> NaT when assigning to datelike dtypes #4302

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

Merged
merged 1 commit into from
Jul 20, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jul 20, 2013

closes #4292

essentially was doing a assignment of np.nan to a numpy array of dtype datetime64[ns]
which works correct (set's the value to iNaT) on little endian, for some reason on big
endian doesn't work, explicity change the nan to iNaT

jreback added a commit that referenced this pull request Jul 20, 2013
BUG: explicity change nan -> NaT when assigning to datelike dtypes
@jreback jreback merged commit 639696e into pandas-dev:master Jul 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant