pyexcel.filters.ColumnValueFilter¶
-
class
pyexcel.filters.ColumnValueFilter(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()Rows that were filtered out translate(row, column)Map the row, column after filtering to the validate_filter(reader)Filter out the row indices -