|
|
|
|
|
by mgradowski
1607 days ago
|
|
That's what I do at $dayjob whenever I have to do windowing &c. Figuring out this stuff in Pandas is a waste of time. Before I discovered DuckDB, I would re-learn the API every damn time.
I came up with a little utility function, which you can implement yourself :) ```
def sqldf(df: DataFrame, query: str) -> DataFrame:
...
``` |
|
Glad to to see duckDB delivering, finally, on the promise of running SQL against in-memory dataframes