Remix.run Logo
goatlover an hour ago

So you're saying you prefer SQL to dataframes. I prefer dataframes and staying in the native language.

willvarfar 39 minutes ago | parent [-]

Duckdb can see and manipulate dataframes too. Duckdb has it's own storage, but other table storage - e.g. the parquet files I mentioned or even csv files or even dataframes from pandas and polars - are first-class citizens. Duckdb lets you query them quickly and expressively.