nodejs-polars
    Preparing search index...

    Interface LazyDataFrameConstructor

    interface LazyDataFrameConstructor {
        deserialize(buf: Buffer, format: "json" | "bincode"): LazyDataFrame;
        fromExternal(external: any): LazyDataFrame;
        isLazyDataFrame(arg: any): arg is LazyDataFrame;
    }

    Hierarchy

    Index

    Methods