Overview: Batch: Constructor

Detail: Batch: Constructor

Detail

Batch.__init__(items, *, name, config, max_workers, chunksize, use_threads, mp_context)

Default constructor of a Batch. Args: name: A hashable object to label the conta…

Detail

Batch.from_frames(frames, *, name, config, max_workers, chunksize, use_threads, mp_context)

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

Detail

Batch.from_hdf5(fp, *, config, max_workers, chunksize, use_threads, mp_context)

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

Detail

Batch.from_sqlite(fp, *, config, max_workers, chunksize, use_threads, mp_context)

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

Detail

Batch.from_xlsx(fp, *, config, max_workers, chunksize, use_threads, mp_context)

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

Detail

Batch.from_zip_csv(fp, *, config, max_workers, chunksize, use_threads, mp_context)

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

Detail

Batch.from_zip_npy(fp, *, config, max_workers, chunksize, use_threads, mp_context)

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

Detail

Batch.from_zip_npz(fp, *, config, max_workers, chunksize, use_threads, mp_context)

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

Detail

Batch.from_zip_parquet(fp, *, config, max_workers, chunksize, use_threads, mp_context)

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

Detail

Batch.from_zip_pickle(fp, *, config, max_workers, chunksize, use_threads, mp_context)

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

Detail

Batch.from_zip_tsv(fp, *, config, max_workers, chunksize, use_threads, mp_context)

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

Batch: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Operator Binary | Operator Unary | Accessor Values | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression | Accessor Hashlib | Accessor Type Clinic