nodejs-polars
    Preparing search index...

    Interface StructNamespace

    Struct functions for Lazy datatframes

    interface StructNamespace {
        field(name: string): pl.Expr;
        nth(index: number): pl.Expr;
        renameFields(names: string[]): pl.Expr;
        withFields(fields: pl.Expr[]): pl.Expr;
    }
    Index

    Methods