ModinDtypes#
Public API#
- class modin.core.dataframe.pandas.metadata.dtypes.ModinDtypes(value)#
A class that hides the various implementations of the dtypes needed for optimization.
- Parameters
value (pandas.Series or callable) –
- copy() ModinDtypes#
Copy an object without materializing the internal representation.
- Return type
- get() Series#
Get the materialized internal representation.
- Return type
pandas.Series
- property is_materialized: bool#
Check if the internal representation is materialized.
- Return type
bool