Overview: Batch: Exporter

Detail: Batch: Exporter

Detail

Batch.to_bus(*, index_constructor)

Realize the Batch as an Bus. Note that, as a Bus must have all labels (even if F…

Detail

Batch.to_frame(*, axis, union, index, columns, index_constructor, columns_constructor, name, fill_value, consolidate_blocks)

Consolidate stored Frame into a new Frame using the stored labels as the index o…

Detail

Batch.to_hdf5(fp, *, config)

Write the complete Bus as an HDF5 table. Args: fp: A string file path or Path in…

Detail

Batch.to_series(*, dtype, name, index_constructor)

Consolidate stored values into a new Series using the stored labels as the index…

Detail

Batch.to_sqlite(fp, *, config)

Write the complete Bus as an SQLite database file. Args: fp: A string file path…

Detail

Batch.to_visidata()

Open an interactive VisiData session.

Detail

Batch.to_xlsx(fp, *, config)

Write the complete Bus as a XLSX workbook. Args: fp: A string file path or Path…

Detail

Batch.to_zip_csv(fp, *, config, compression)

Write the complete Bus as a zipped archive of CSV files. Args: fp: A string file…

Detail

Batch.to_zip_npy(fp, *, config, compression)

Write the complete Bus as a zipped archive of NPY files. Args: fp: A string file…

Detail

Batch.to_zip_npz(fp, *, config, compression)

Write the complete Bus as a zipped archive of NPZ files. Args: fp: A string file…

Detail

Batch.to_zip_parquet(fp, *, config, compression)

Write the complete Bus as a zipped archive of parquet files. Args: fp: A string…

Detail

Batch.to_zip_pickle(fp, *, config, compression)

Write the complete Bus as a zipped archive of pickles. Args: fp: A string file p…

Detail

Batch.to_zip_tsv(fp, *, config, compression)

Write the complete Bus as a zipped archive of TSV files. Args: fp: A string file…

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