pyexcel.filters.EvenColumnFilter¶
-
class
pyexcel.filters.EvenColumnFilter[source]¶ Filters out even indexed columns
- column 0 is regarded as the first column. -> this will be filtered out
- column 1 is regarded as the seocond column
Methods
__init__()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