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
| Name | Type | Description |
|---|---|---|
| type_str | string | The raw data type string to be converted into a Python-compatible type name. |
Returns
| Type | Description |
|---|---|
string | The standardized Python type name or the original input if no mapping is found. |