Functional API

Typesets

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

Type changes

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.