SFrame
SFrame is a data frame–like data structure used in the GraphLab Create framework for scalable tabular data analysis. It stores data as a collection of named columns, with each column assigned a specific type (such as integer, float, string, or boolean). SFrame is designed to handle datasets larger than available memory by using out-of-core processing and parallel computation across multiple cores or machines.
The SFrame API is accessed primarily through Python and supports common data manipulation tasks. Users can
SArray and SFrame are integrated components of the GraphLab Create ecosystem. SArray provides one-dimensional arrays that
Persistence and interchange are supported through saving and loading SFrames to disk. SFrames can also be exported
Common use cases for SFrame include preprocessing large datasets for machine learning, exploratory data analysis on