class Polars::LazyGroupBy

def max

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