Class StripValueTransformerFilter (2.23.1)

StripValueTransformerFilter(flag: bool)

Row filter that transforms cells into empty string (0 bytes).

Parameter

NameDescription
flag bool

If :data:True, replaces each cell's value with the empty string. As the name indicates, this is more useful as a transformer than a generic query / filter.