logoalt Hacker News

faizshahlast Wednesday at 1:28 PM2 repliesview on HN

It’s not clear to me why this would be faster than polars, duckdb, vaex or clickhouse. They seem to be taking the same approach of multithreading, optimizing the plan, using arrow, optimizing the core functions like group by.


Replies

maleldillast Wednesday at 4:36 PM

None of those drop-in replacements for Pandas. The main draw is "faster without changing your code".

show 1 reply
mettamagelast Wednesday at 1:53 PM

Maybe it isn’t? Maybe they just want a fast pandas api?

show 1 reply