|
|
|
|
|
by kristianp
1506 days ago
|
|
I'm enjoying experimenting with Duckdb from python, it's a promising product and has a large list of data formats it can read, including pandas dataframes from in-memory with zero-copy. However its still quite the moving target, with a number of things not at maturity yet. e.g. the TimestampZ column type isn't implemented yet [1], although it is in the documentation. Edit: I came across it via the podcast: https://www.dataengineeringpodcast.com/duckdb-in-process-ola... Latest release notes:
https://github.com/duckdb/duckdb/releases/tag/v0.3.3 [1] Error message: Not implemented Error: DataType TIMESTAMPZ not supported yet... |
|
I fully agree that error message needs to improve, however. I will have a look at that.