smart-on-fhir / cumulus-library

https://docs.smarthealthit.org/cumulus/library/
Apache License 2.0
2 stars 0 forks source link

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

Closed mikix closed 7 months ago

mikix commented 7 months ago

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