lux.history.event.Event

class lux.history.event.Event(name, *args, **kwargs)[source]

Event represents a single operation applied to the dataframe, with input arguments of operation recorded

__init__(name, *args, **kwargs)[source]

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

Methods

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