pyexcel.filters.SingleColumnFilter¶
-
class
pyexcel.filters.SingleColumnFilter(index)[source]¶ Filters out a single column index
-
__init__(index)[source]¶ Constructor
Parameters: indices (list) – a list of column indices to be filtered out
Methods
__init__(index)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)Find out which column index to be filtered -