Overview: Quilt: Constructor

Detail: Quilt: Constructor

Detail

Quilt.__init__(bus, *, axis, retain_labels, axis_hierarchy, axis_opposite, deepcopy_from_bus)

Args: bus: Bus of Frame to be used for virtual concatenation. axis: Integer spec…

Detail

Quilt.from_frame(frame, *, chunksize, retain_labels, axis, name, label_extractor, config, deepcopy_from_bus)

Given a Frame, create a Quilt by partitioning it along the specified axis in uni…

Detail

Quilt.from_frames(frames, *, axis, name, retain_labels, deepcopy_from_bus)

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

Detail

Quilt.from_hdf5(fp, *, config, axis, retain_labels, deepcopy_from_bus, max_persist)

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

Detail

Quilt.from_items(items, *, axis, name, retain_labels, deepcopy_from_bus)

Given an iterable of pairs of label, Frame, create a Quilt.

Detail

Quilt.from_sqlite(fp, *, config, axis, retain_labels, deepcopy_from_bus, max_persist)

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

Detail

Quilt.from_xlsx(fp, *, config, axis, retain_labels, deepcopy_from_bus, max_persist)

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

Detail

Quilt.from_zip_csv(fp, *, config, axis, retain_labels, deepcopy_from_bus, max_persist)

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

Detail

Quilt.from_zip_npy(fp, *, config, axis, retain_labels, deepcopy_from_bus, max_persist)

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

Detail

Quilt.from_zip_npz(fp, *, config, axis, retain_labels, deepcopy_from_bus, max_persist)

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

Detail

Quilt.from_zip_parquet(fp, *, config, axis, retain_labels, deepcopy_from_bus, max_persist)

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

Detail

Quilt.from_zip_pickle(fp, *, config, axis, retain_labels, deepcopy_from_bus, max_persist)

Given a file path to zipped pickle Quilt store, return a Quilt instance. Args: f…

Detail

Quilt.from_zip_tsv(fp, *, config, axis, retain_labels, deepcopy_from_bus, max_persist)

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

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