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

Cap max_date in the meta_date table to avoid Pandas bug #62

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

mikix
Copy link
Contributor

@mikix mikix commented Oct 11, 2024

It can't represent dates past 2262, which we sometimes have due to typos etc.

Plus, it doesn't really makes sense to say that a run of the data metrics covers data in the future.

So instead, we cap to CURRENT_DATE. No fix yet for typos deep in the past.

It can't represent dates past 2262, which we sometimes have due to
typos etc.

Plus, it doesn't really makes sense to say that a run of the data
metrics covers data in the future.

So instead, we cap to CURRENT_DATE. No fix yet for typos deep in the
past.
__version__ = "5.0.1"
__version__ = "5.1.0"
Copy link
Contributor Author

@mikix mikix Oct 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fix itself feels like just a patch bump, but the other unreleased change is actually exporting the meta tables at all, which I had forgotten to do - so a minor bump felt appropriate (to me).

@mikix mikix marked this pull request as ready for review October 11, 2024 13:03
@mikix mikix merged commit 1544754 into main Oct 14, 2024
2 checks passed
@mikix mikix deleted the mikix/cap-date branch October 14, 2024 19:36
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

Successfully merging this pull request may close these issues.

2 participants