Typesets

Abstract Typesets

VisionsTypeset(types)

A set of visions types with an associated relationship map between them.

Functional API

detect_frame_type(df, typeset)

Detect the type in the base graph

detect_series_type(series, typeset)

Detect the type in the base graph

infer_frame_type(df, typeset)

Infer the current types of each column in the DataFrame given the typeset.

infer_series_type(series, typeset)

Infer the current type of the series given the typeset

cast_frame(df, typeset)

Casts a DataFrame into a typeset by first performing column wise type inference against a provided typeset

cast_series(series, typeset)

Casts the series

cast_and_infer_frame(df, typeset)

Casts a DataFrame into a typeset by first performing column wise type inference against a provided typeset

cast_and_infer_series(series, typeset)

Cast the series and perform type inference