You are viewing documentation about an older version (1.34.0). View latest version

modin.pandas.DataFrame.to_pandas¶

DataFrame.to_pandas() → DataFrame[source]¶

Convert Modin DataFrame to pandas DataFrame.

Recommended conversion method: dataframe.modin.to_pandas().

Return type:

pandas.DataFrame