data_subject

class pemi.data_subject.DataSubject(schema=None, name=None, pipe=None)[source]

A data subject is mostly just a schema and a generic data object Actually, it’s mostly just a schema that knows which pipe it belongs to (if any) and can be converted from and to a pandas dataframe (really only needed for testing to work)