lenskit.data.DataContainer ========================== .. py:class:: lenskit.data.DataContainer :canonical: lenskit.data._container.DataContainer A general container for the data backing a dataset. .. py:attribute:: schema :type: lenskit.data.schema.DataSchema .. py:attribute:: tables :type: dict[str, pyarrow.Table] .. py:method:: normalize() Normalize data to adhere to the expectations of the most current schema. .. py:method:: __getstate__() .. py:method:: __setstate__(state) .. py:method:: save(path) Save the data to disk. .. py:method:: load(path) :classmethod: Load data from disk.