logoalt Hacker News

faizshah11/20/20242 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

maleldil11/20/2024

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

show 1 reply
mettamage11/20/2024

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

show 1 reply