Overview: Bus: Constructor#

Detail: Bus: Constructor

Detail

Bus.__init__(frames, /, *, index, index_constructor, name, store, 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, name)

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

Detail

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

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

Detail

Bus.from_manifest(label_to_fp_or_fps, /, *, max_persist, index_constructor)

Load a Bus from arbitrary collections of Frames stored on the file system as one…

Detail

Bus.from_series(series, /, *, store, 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 | Accessor Mapping