Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: declare the schema of the Parquet file (#8)
* deps: remove ipykernel dep * fix: remove timer decorator * feat: declare the schema of the Parquet file We used to use duckdb, but there were issues to to incorrect type guessing by duckdb. By validating and modifying the data before Parquet generation, we can control completely the schema.
- Loading branch information