pyexcel.filters.RowFilter

class pyexcel.filters.RowFilter(indices)[source]

Filters a list of rows

__init__(indices)[source]

Constructor

Parameters:indices (list) – a list of column indices to be filtered out

Methods

__init__(indices) 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) Find out which column index to be filtered