Filter

Filters data series by fulfilling of condition

Subclass of Component.

Module: core

Methods and properties

Main methods and properties


__init__

Arguments:

  • condition (ConditionProtocol): Filter condition.

  • get_key (str): Key associated with series of data items.

  • set_key (Optional[str], optional): Data destination. If equals to None, get_key will be used. Defaults to None.

  • name (Optional[str], optional): Name for identification. If equals to None, class name will be used. Defaults to None.



Last updated