lux.history.history.History

class lux.history.history.History[source]

History maintains a list of past Pandas operations performed on the dataframe Currently only supports custom overridden functions (head, tail, info, describe)

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__() Initialize self.
append_event(name, *args, **kwargs)