Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix naive timestamps and int types in duckdb (#148)
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).
- Loading branch information