Skip to main content

infer_to_python_known

No overview available.

def infer_to_python_known(
type_str: string
) - > string

Maps a given data type string to its corresponding Python type name or a known alias.

Parameters

NameTypeDescription
type_strstringThe raw data type string to be converted into a Python-compatible type name.

Returns

TypeDescription
stringThe standardized Python type name or the original input if no mapping is found.