|
|
|
|
|
by wenc
1506 days ago
|
|
This is fantastic. Column aliases are super helpful in reducing verbose messiness. DuckDB has all but replaced Pandas for my use cases. It’s much faster than Pandas even when working with Pandas data frames. I “import duckdb as db” more than I “import pandas as pd” these days. The only thing I need now is a parallelized APPLY syntax in DuckDB. |
|
https://fugue-tutorials.readthedocs.io/tutorials/integration...
https://github.com/duckdb/duckdb/pull/1569