Data Types (Dtype)
Data types represent how data is physically stored and processed:Dtype Mapping
When constructing aLocalTable, each pandas dtype is automatically mapped to a corresponding Kumo dtype. While you can access the dtype of individual columns in a LocalTable, you cannot modify it. For data type modifications, modify the underlying pandas.DataFrame instead before creating the table: