Overview: Bus: Constructor

Detail: Bus: Constructor

Detail

Bus.__init__(frames, *, index, index_constructor, name, store, config, max_persist, own_index, own_data)

Default Bus constructor. {args}

Detail

Bus.from_concat(containers, *, index, name)

Concatenate multiple Bus into a new Bus. All Bus will load all Frame into memory…

Detail

Bus.from_dict(mapping, *, name, index_constructor)

Bus construction from a mapping of labels and Frame. Args: mapping: a dictionary…

Detail

Bus.from_frames(frames, *, index_constructor, config, name)

Return a Bus from an iterable of Frame; labels will be drawn from Frame.name.

Detail

Bus.from_hdf5(fp, *, config, max_persist, index_constructor)

Given a file path to a HDF5 Bus store, return a Bus instance. Args: fp: A string…

Detail

Bus.from_items(pairs, *, config, name, index_constructor)

Return a Bus from an iterable of pairs of label, Frame. Returns: Bus

Detail

Bus.from_series(series, *, store, config, max_persist, own_data)

Create a Bus from a Series of Frame.

Detail

Bus.from_sqlite(fp, *, config, max_persist, index_constructor)

Given a file path to an SQLite Bus store, return a Bus instance. Args: fp: A str…

Detail

Bus.from_xlsx(fp, *, config, max_persist, index_constructor)

Given a file path to an XLSX Bus store, return a Bus instance. Args: fp: A strin…

Detail

Bus.from_zip_csv(fp, *, config, max_persist, index_constructor)

Given a file path to zipped CSV Bus store, return a Bus instance. Args: fp: A st…

Detail

Bus.from_zip_npy(fp, *, config, max_persist, index_constructor)

Given a file path to zipped NPY Bus store, return a Bus instance. Args: fp: A st…

Detail

Bus.from_zip_npz(fp, *, config, max_persist, index_constructor)

Given a file path to zipped NPZ Bus store, return a Bus instance. Args: fp: A st…

Detail

Bus.from_zip_parquet(fp, *, config, max_persist, index_constructor)

Given a file path to zipped parquet Bus store, return a Bus instance. Args: fp:…

Detail

Bus.from_zip_pickle(fp, *, config, max_persist, index_constructor)

Given a file path to zipped pickle Bus store, return a Bus instance. Args: fp: A…

Detail

Bus.from_zip_tsv(fp, *, config, max_persist, index_constructor)

Given a file path to zipped TSV Bus store, return a Bus instance. Args: fp: A st…

Bus: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Accessor Hashlib | Accessor Type Clinic