Documentation Index
Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
Use this file to discover all available pages before exploring further.
Tables.infer_data_types(data, /)
Infer data types from the passed data.- Parameters: data (Table | DataFrame | DataLoad) – The data from which data types should be inferred.
- Return type: dict[str, DataType]
Example
See also:
load().