kevinheavey / modern-polars

Code and data for the Modern Polars book
https://kevinheavey.github.io/modern-polars/
Creative Commons Attribution 4.0 International
190 stars 26 forks source link

Updates Expr.take() to Expr.gather() #32

Closed siowyisheng closed 3 months ago

siowyisheng commented 3 months ago

as per title.

.take() is deprecated and renamed to .gather() polars docs