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
Because dateutil doesn't support nanosecond, it looks little difficult to cover all the cases to nanoseconds (see #7907).
One option is to prepare a nanosecond parser to support some popular date formats. For example, change (or prepare separate function like) np_datetime_string.c to allow formats with other separators or without separators (like suggested in #9714).
Looks like a bug: When passing a YYYYMMDDTHHMMSS.f string to
pd.Timestamp
, the resolution seems limited to micro- rather than nano-seconds:The behavior seems correct when using a different string format:
Using pandas 0.16.0, python 2.7.6
The text was updated successfully, but these errors were encountered: