daft.DataFrame.to_pandas#

DataFrame.to_pandas() pandas.core.frame.DataFrame[source]#

Converts the current DataFrame to a pandas DataFrame. If results have not computed yet, collect will be called.

Returns

pandas DataFrame converted from a Daft DataFrame

Note

This call is blocking and will execute the DataFrame when called

Return type

pandas.DataFrame