-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Timestamp.fromordinal Exception AttributeError #3042
Comments
This was a bug, fixed in #3138
|
@jreback I get this error in
and
|
What's that |
@michaelaye Hello, thank you, I have realized that this was due to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a datetime.datetime, convert it to ordinal and try to read it back with pd.Timestamp.fromordinal(). This produces the following error:
Am I expecting something wrong by thinking this should work or is it a bug?
The text was updated successfully, but these errors were encountered: