Live data from Hacker News

Polars: Fast DataFrame library for Rust and Python

pola.rs

1–10 of 131 posts

Re: Polars: Fast DataFrame library for Rust and Python

#2
It looks interesting but phrases like "embarrassingly parallel execution" make my marketing hype detectors trigger. Maybe they could tone down their self promotion just a touch. Also "Even though Polars is completely written in Rust (no runtime overhead!) ...". I find that hard to believe.

Re: Polars: Fast DataFrame library for Rust and Python

#3
post #2

It looks interesting but phrases like "embarrassingly parallel execution" make my marketing hype detectors trigger. Maybe they could tone down their self promotion just a touch. Also "Even though Polars is completely written in Rust (no runtime overhead!) ...". I find that hard to believe.

Why?

The benchmarks speak volumes.

https://h2oai.github.io/db-benchmark/

Re: Polars: Fast DataFrame library for Rust and Python

#7
There are so many dataframe libraries, many of which have APIs closely following pandas, but not drop-in replacements. I wish we could agree on a standard describing the core parts of what a dataframe must do, such that code depending only on those operations can easily move between dataframes.

Re: Polars: Fast DataFrame library for Rust and Python

#8
post #7

There are so many dataframe libraries, many of which have APIs closely following pandas, but not drop-in replacements. I wish we could agree on a standard describing the core parts of what a dataframe must do, such that code depending only on those operations can easily move between dataframes.

There is an effort for this: https://github.com/data-apis/dataframe-api

Re: Polars: Fast DataFrame library for Rust and Python

#9
post #2

It looks interesting but phrases like "embarrassingly parallel execution" make my marketing hype detectors trigger. Maybe they could tone down their self promotion just a touch. Also "Even though Polars is completely written in Rust (no runtime overhead!) ...". I find that hard to believe.

He is basically describing benefits of the rest language so it's perfectly credible

Re: Polars: Fast DataFrame library for Rust and Python

#10
post #2

It looks interesting but phrases like "embarrassingly parallel execution" make my marketing hype detectors trigger. Maybe they could tone down their self promotion just a touch. Also "Even though Polars is completely written in Rust (no runtime overhead!) ...". I find that hard to believe.

"Embarrassingly parallel" is a technical term, not a marketing term. https://en.wikipedia.org/wiki/Embarrassingly_parallel
Post reply on HN