You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New method $meta$tree_format() to display an Expr as a tree (#401).
New argument schema in pl$DataFrame() and pl$LazyFrame() to override the
automatic type detection (#385).
Fix bug when calling R from polars via e.g. $map() where query would not
complete in one edge case (#409).
New method $cat$get_categories() to list unique values of categorical
variables (#412).
New methods $fold() and $reduce() to apply an R function rowwise (#403).
New function pl$raw_list and class rpolars_raw_list a list of R Raw's, where missing is
encoded as NULL to aid conversion to polars binary Series. Support back and forth conversion
from polars binary literal and Series to R raw (#417).