gws_core

Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

DataframeFilterHelper

Helper to filter dataframe rows or columns base on dataframe columns or rows

Functions
convert_tags_params_to_tag_list @classmethod

Convert a tag params from the get_tags_param_set to a list of tags

tags : Union
Return type : List
filter_by_axis_names @classmethod
data : DataFrame
axis : Literal
filters : List
filter_out_by_axis_names @classmethod
data : DataFrame
axis : Literal
filters : List
get_filter_param_set @classmethod

Get a param set that is of type DataframeFilterName

axis_name : Literal
param_set_human_name : str
param_set_short_description : str
optional : bool - False
Return type : ParamSet
get_tags_param_set @classmethod

Get a param set for filtering a Table by tags

axis_name : Literal
Return type : ParamSet