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
this is actually quite tricky, because of the resulant object dtype and the fact that pandas doesn't have a wrapper for timedelta64 (like Timestamp is for datetime64); IOW, the objects are raw numpy dtypes.
When being
describe
d, series oftimedelta64
resulted in misformatted output:Test example:
Then
xx.dt.describe()
returns:Describe of datetime64 works fine:
Issue was found both in version 0.13.0 and master (0.13.0-417-g1ed5c3e).
The text was updated successfully, but these errors were encountered: