filter_server

filter_server(input, output, session, df, override={})

Adaptive Filter serve function

All the reactive caluclations, ui, etc for the adaptive filter component.

Parameters

Name Type Description Default
intput required
output Outputs required
session Session required
df Callable[[], pd.DataFrame] | pd.DataFrame required
reset_id required
override Dict[str, Union[adaptive_filter.BaseFilter, str, None]] {}

Returns

Name Type Description
FilterServerResults A dictionary containing the the final index values for the filtered dataframe, each adaptive filter, and a callable that can eset the adaptive filters