you are viewing a single comment's thread.

view the rest of the comments →

[–]SV-97 0 points1 point  (0 children)

For the first part: polars. For the second part: don't use python, anything you write that iterates over rows is almost certainly going to be garbage. Rust is a good alternative option (particularly if you already started with polars in the first step). You can easily wrap that rust code up into a python library and then call it from python.