Detail: StoreConfig

Overview: StoreConfig

class StoreConfig(*, index_depth=0, index_name_depth_level=None, index_constructors=None, columns_depth=1, columns_name_depth_level=None, columns_constructors=None, columns_select=None, dtypes=None, consolidate_blocks=False, skip_header=0, skip_footer=0, trim_nadir=False, include_index=True, include_index_name=True, include_columns=True, include_columns_name=False, merge_hierarchical_labels=True, label_encoder=None, label_decoder=None, read_max_workers=None, read_chunksize=1, write_max_workers=None, write_chunksize=1, mp_context=None)[source]

A read-only container of parameters used by Store subclasses for reading from and writing to multi-table storage formats.

  • Constructor: Alternative constructors for creating instances.

  • Exporter: Methods for transforming, exporting, or serializing objects.

  • Attribute: Attributes for retrieving basic characteristics.

  • Method: Methods for general functionality.

  • Display: Methods for providing a text representation of the object.

StoreConfig: Constructor | Exporter | Attribute | Method | Display