-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Timedelta repr does not show nanoseconds #9309
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
Comments
Hmm. I am seeing this in my env.
|
Forgot to mention, I am using pd same as upstream master less than a day old. |
the Timedela long/short printing is quite tricky - u r welcome to take a look at it |
looks like Timedelta plus An offset needs wrapping in the return type in s Timedelta |
I think this can be done in #9291 by doing your suggestion.. @tvyomkesh Ah, I noticed that I've attached an example partially include #9291. Changed the example in the body. |
Not sure this is intended, but
Timestamp
andTimedelta
displays nanoseconds information inconsistently.Timestamp
shows nanoseconds when it isn't 0Timedelta
doesn't.I think
Timestamp
behavior is prefferable to avoid any misunderstanding.The text was updated successfully, but these errors were encountered: