SFrame is a tabular data structure used to store millions of rows of data that do not necessarily fit into memory for analysis.
SFrame is Python package realized scalable, out-of-core dataframe which allows to work with datasets that are larger than the amount of RAM on your system.
Homepage: https://pypi.python.org/pypi/SFrame