Inconsistent and incorrect datetime64 string representations when in structured array · Issue #5692 · numpy/numpy · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
datetime64 string representations are inconsistent when in structured arrays. When the value should be NaT, they are shows as None inside a structured array. The showing of timezones is also inconsistent, as the code snippet below shows.
datetime64 string representations are inconsistent when in structured arrays. When the value should be
NaT
, they are shows asNone
inside a structured array. The showing of timezones is also inconsistent, as the code snippet below shows.The text was updated successfully, but these errors were encountered: