pyexcel.filters.RowValueFilter

class pyexcel.filters.RowValueFilter(func)[source]

Filters out rows based on its row values

Note

it takes time as it needs to go through all values

__init__(func)

Constructor :param Function func: a evaluation function

Methods

__init__(func) Constructor
columns() Columns that were filtered out
invert()
rows() number of rows to be filtered out
translate(row, column) Map the row, column after filtering to the
validate_filter(reader) Filter out the row indices