romcomma.data.storage§

Data structures for storage

Classes

Fold(parent, k, **kwargs)

A Fold is defined as a folder containing a data.csv, a meta.json file and a test.csv file.

Frame([csv, df])

Encapsulates a pd.DataFrame (df) backed by a source file.

Normalization(fold[, data])

Encapsulates the normalization of data.

Repository(folder, **kwargs)

A repo object is defined as a folder containing a data.csv file and a meta.json file.