Infer the shape of data frames using abstract interpretation.

interface DfShapeQuery {
    criterion?: SingleSlicingCriterion;
    type: "df-shape";
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of DfShapeQuery

Properties

Properties

type: "df-shape"

used to select the query type :)