class Polars::LazyGroupBy

def all

Returns:
  • (LazyFrame) -
def all
  agg(F.all)
end