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

fix: fix naive timestamps and int types in duckdb #148

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Conversation

mikix
Copy link
Contributor

@mikix mikix commented Nov 29, 2023

Don't require a timezone with our parsed timestamps (otherwise, we can't parse a timestamp like YYYY-MM-DD).

And make sure to ask Pandas to use modern nullable columns instead of coerced-float columns when there are nullable-int datasets (like you see if you have a powerset output table with an integer column).

Checklist

  • Consider if documentation (like in docs/) needs to be updated
  • Consider if tests should be added
  • Run pylint if you're making changes beyond adding studies
  • Update template repo if there are changes to study configuration

Don't require a timezone with our parsed timestamps (otherwise,
we can't parse a timestamp like YYYY-MM-DD).

And make sure to ask Pandas to use modern nullable columns instead
of coerced-float columns when there are nullable-int datasets
(like you see if you have a powerset output table with an integer
column).
@mikix mikix merged commit 9c9e630 into main Nov 29, 2023
3 checks passed
@mikix mikix deleted the mikix/duckdb-fixes branch November 29, 2023 18:22
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