turicreate.SFrame.to_dataframe

SFrame.to_dataframe()

Convert this SFrame to pandas.DataFrame.

This operation will construct a pandas.DataFrame in memory. Care must be taken when size of the returned object is big.

Returns:
out : pandas.DataFrame

The dataframe which contains all rows of SFrame