modern-polars
modern-polars copied to clipboard
Code and data for the Modern Polars book
[predicate pushdown](https://pola-rs.github.io/polars-book/user-guide/optimizations/lazy/predicate-pushdown.html) link is not working on [this](https://kevinheavey.github.io/modern-polars/scaling.html#:~:text=Polars%20can%20handle%20some%20larger,in%20a%20lot%20of%20data.) page. Any why do these examples usually only show python examples. Rust users needs examples too (at least I do).
1.3 [Indexing](https://kevinheavey.github.io/modern-polars/indexing.html#indexing) section, first sentence states ["do to"](https://kevinheavey.github.io/modern-polars/indexing.html#indexing:~:text=always%20forgets%20how-,do%20to,-anything%20non%2Dtrivial) rather than "to do" 1.5 [SettingWithCopy](https://kevinheavey.github.io/modern-polars/indexing.html#settingwithcopy) section, fourth sentence states ["attact"](https://kevinheavey.github.io/modern-polars/indexing.html#settingwithcopy:~:text=popular%20enough%20to-,attact,-the%20same%20crowd) rather than "attract."
I was reading [this section](https://kevinheavey.github.io/modern-polars/performance.html#performance-comparison) of the Modern Polars article, and I think there's an issue with the claim that Polars is 150x faster. That number doesn't seem to align...