OutputML.get_data_mat_dtypes

OutputML.get_data_mat_dtypes(dobj_names: str | List[str] | None = None) List[str][source]

Returns the data types of the columns of the data matrix for the requested DataObject’s.

Parameters:

dobj_names (Union[str, List[str]], optional) – The name or names of DataObject’s to consider.

Returns:

List[str] – A list of data types.