Skip to content
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

Nanosecond timestamp year range workaround #900

Closed
leoblue opened this issue Aug 9, 2016 · 2 comments
Closed

Nanosecond timestamp year range workaround #900

leoblue opened this issue Aug 9, 2016 · 2 comments
Labels
enhancement:request Enhancement request submitted by anyone from the community

Comments

@leoblue
Copy link

leoblue commented Aug 9, 2016

Hi, pd timestamps are restricted to the years 1677-2262. It would be nice to allow different dates as well that go beyond this range. For instance, periodranges could be an alternative. That would allow graphing of longer timeseries plots.

@xrmx xrmx added the enhancement:request Enhancement request submitted by anyone from the community label Aug 9, 2016
@mistercrunch
Copy link
Member

Notice: this issue has been closed because it has been inactive for 621 days. Feel free to comment and request for this issue to be reopened.

@mashbourne
Copy link

Throws (default): pd.to_datetime(datetime.date(2262, 4, 12),errors='raise')
Swallows: pd.to_datetime(datetime.date(2262, 4, 12),errors='coerce')

any chance we could change this to coerce?

zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 17, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 24, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 25, 2021
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this issue Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement:request Enhancement request submitted by anyone from the community
Projects
None yet
Development

No branches or pull requests

4 participants