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)
Methods
__init__()Initialize self. append_event(name, *args, **kwargs)