turicreate.SFrame.to_numpy

SFrame.to_numpy()

Converts this SFrame to a numpy array

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

Returns:
out : numpy.ndarray

A Numpy Array containing all the values of the SFrame