damast.data_handling.transformers.filters

damast.data_handling.transformers.filters#

Module which collect all filters that filter the existing data.

Classes

DropMissingOrNan()

Drop rows that do not have a defined value or NaN for a given column.

FilterWithin(within_values)

Filter rows and keep those within given values.

RemoveValueRows(remove_value)

Remove rows that do not have a defined value for a given column.