Detail: StoreFilter¶
- class StoreFilter(*, from_nan='', from_nat='', from_none='None', from_posinf='inf', from_neginf='-inf', to_nan=frozenset({'', '#N/A', 'NAN', 'NULL', 'NaN', 'nan'}), to_nat=frozenset({}), to_none=frozenset({'None'}), to_posinf=frozenset({'inf'}), to_neginf=frozenset({'-inf'}), value_format_float_positional=None, value_format_float_scientific=None, value_format_complex_positional=None, value_format_complex_scientific=None)[source]¶
Utility for defining and applying translation of values going to and from a data store, as needed for XLSX and other writers.
Constructor: Alternative constructors for creating instances.
Exporter: Methods for transforming, exporting, or serializing objects.
Attribute: Attributes for retrieving basic characteristics.
Display: Methods for providing a text representation of the object.