nodejs-polars
    Preparing search index...

    Interface RollingGroupBy

    intermediate state of a rolling groupby

    interface RollingGroupBy {
        agg(column: ColumnsOrExpr, ...columns: ColumnsOrExpr[]): pl.DataFrame;
    }
    Index

    Methods

    Methods