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