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
#38175 added correct handling of nanoseconds in the Period constructor but the code path as is parses the input twice. We should integrate the nanoseconds code into parse_time_string so this happens only once.
#38175 added correct handling of nanoseconds in the Period constructor but the code path as is parses the input twice. We should integrate the nanoseconds code into
parse_time_string
so this happens only once.xref https://github.com/pandas-dev/pandas/pull/38175/files#r536100941
It might be worth adding a nanosecond Period constructor benchmark too.
The text was updated successfully, but these errors were encountered: