logoalt Hacker News

dartharvayesterday at 6:24 PM2 repliesview on HN

Would be really cool if they were to add statistical functions too. I'd jump at the chance of getting to use this over pandas


Replies

biophysboyyesterday at 9:11 PM

You might know this already, but you can query pandas/polars/arrow tables directly w/ duckdb and use whatever stats packages you feel like alongside it in the same python script. I feel like they do a decent job sticking to the simpler statistical fans that make sense in sql.

show 1 reply
swashecktoday at 2:57 AM

which statistical functions do you want? i’m curious because i love duckdb and use it for a variety of projects but always want to learn more about how to use tools better.

show 1 reply