pola-rs / polars

Dataframes powered by a multithreaded, vectorized query engine, written in Rust
https://docs.pola.rs
Other
26.63k stars 1.63k forks source link

feat(python): split Expr.top_k and Expr.top_k_by into separate functions #16041

Closed MarcoGorelli closed 1 week ago

MarcoGorelli commented 2 weeks ago

closes #16037

Summary of changes:

(same for bottom_k / bottom_k_by)

ritchie46 commented 2 weeks ago

Nice, now the release isn't blocked 😁