nodejs-polars
    Preparing search index...

    Interface ConcatOptions

    Options for concat

    interface ConcatOptions {
        how?: "vertical" | "horizontal" | "diagonal";
        rechunk?: boolean;
    }
    Index

    Properties

    Properties

    how?: "vertical" | "horizontal" | "diagonal"
    rechunk?: boolean