lux.history package

Submodules

lux.history.event module

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

Bases: object

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

lux.history.history module

class lux.history.history.History[source]

Bases: object

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

append_event(name, *args, **kwargs)[source]
copy()[source]

Module contents