adp.ingest.datatypes

Functionality to enable datatype escalation

Functions

cast_dataframes(df_delta, snapshot, ...)

cast_dataframes df_delta and snapshot to the datatypes from get_escalation_target

escalate_datatypes(transform_func, ...[, ...])

Apply the escalation patterns as defined by data_strict and data_loose.

get_escalation_target(type_1, type_2, mode)

Get the target datatype using the strict (data_strict) and loose (data_loose) datatype conversion rules (see above).