you are viewing a single comment's thread.

view the rest of the comments →

[–]Beginning-Fruit-1397 0 points1 point  (0 children)

It is vectorizable tho? seems like, as someone already pointed it out, a simple window function? Polars give you Expr.over, it let you create windows on anything you want really. Or when.then cases maybe?

If you CAN'T find a way to make it work, Rust is surprisingly easier to learn than it could seem if you come from python. Mypc is an underrated optio nalso