pandahandler.frames.filtering.filters

Data frame row-filtering functions.

Attributes

logger

Functions

drop_if_any_null(→ pandas.DataFrame)

Drop rows with any null values.

my_mask_filter(→ pandas.DataFrame)

Toy example of a filter that uses a mask.

Module Contents

pandahandler.frames.filtering.filters.logger[source]
pandahandler.frames.filtering.filters.drop_if_any_null(df: pandas.DataFrame) pandas.DataFrame[source]

Drop rows with any null values.

pandahandler.frames.filtering.filters.my_mask_filter(df: pandas.DataFrame) pandas.DataFrame[source]

Toy example of a filter that uses a mask.