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

Out of bounds pandas timestamp #50

Open
sarahmish opened this issue Dec 24, 2019 · 0 comments
Open

Out of bounds pandas timestamp #50

sarahmish opened this issue Dec 24, 2019 · 0 comments

Comments

@sarahmish
Copy link
Collaborator

In the mimic dataset, the "datetimeevents" table anonymizes records by shifting the time period of events. See here for complete explanation.
This causes an issue for pandas timestamp since the new timestamps exist in a time period that exceeds the upper bound limit of the package. The error accompanied by this issue is pandas._libs.tslibs.np_datetime.OutOfBoundsDatetime: Out of bounds nanosecond timestamp: 2275-12-21 16:00:00.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant