FrameFilterByBooleanColumn¶

class standard_e2e.indexing.filters.FrameFilterByBooleanColumn(boolean_column, allow_missing_column=False)[source]¶

Bases: IndexFilter

Filter to select frames based on boolean condition.

Parameters:
  • boolean_column (str)

  • allow_missing_column (bool)

FILTERING_COL_NAME = '_FILTERING_COL'¶
filter(index_data)¶

Apply the filter to the index data.

Return type:

DataFrame

Parameters:

index_data (DataFrame)

property name: str¶

Return the name of the filter.