AbstractDataFrameShape: {
    colnames: SetBoundedSetDomain<string>;
    cols: PosIntervalDomain;
    rows: PosIntervalDomain;
}

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

Type declaration