Detail: StoreConfig: Constructor

Overview: StoreConfig: Constructor

StoreConfig.__init__(*, 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]
Parameters:
  • include_index – Boolean to determine if the index is included in output.

  • include_columns – Boolean to determine if the columns is included in output.

classmethod StoreConfig.from_frame(frame)[source]

Derive a config from a Frame.

StoreConfig: Constructor | Exporter | Attribute | Method | Display