Typesets

Abstract Typesets

VisionsTypeset(types)

A collection of visions.types.type.VisionsBaseType with associated relationship map between them.

Concrete Typesets

standard_set

geometry_set

complete_set

Functional API

detect_type(data, typeset)

Detect the type in the base graph

infer_type(data, typeset)

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

cast_to_detected(data, typeset)

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

cast_to_inferred(data, typeset)

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

compare_detect_inference_frame(data, typeset)

Compare the types given by inference on the base graph and the relational graph

type_inference_report_frame(df, typeset)

Return formatted report of the output of compare_detect_inference_frame.