|
|
|
|
|
by wodenokoto
396 days ago
|
|
A really big part of a in-memory dataframe centric workflow is how easy it is to do one step at a time and inspect the result. With a database it is difficult to run a query, look at the result and then run a query on the result. To me, that is what is missing in replacing pandas/dplyr/polars with DuckDB. |
|