Bases: nilmtk.node.Node
Apply an arbitrary function to each pd.Series chunk.
Bases: nilmtk.node.Node
Ensures that no value is below a lower limit or above an upper limit. If self.lower and self.upper are None then will use clip settings from ‘device’: {‘measurements’: {‘upper_limit’ and ‘lower_limit’}}.