@eagleoutice/flowr - v2.10.1
    Preparing search index...

    The type of the abstract product representing the shape of data frames

    type AbstractDataFrameShape = {
        colnames: SetRangeDomain<string>;
        cols: PosIntervalDomain;
        rows: PosIntervalDomain;
    }
    Index

    Properties

    Properties

    colnames: SetRangeDomain<string>