turicreate.SArray.to_numpy

SArray.to_numpy()

Converts this SArray 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 SArray