Overview: Bus: Exporter

Detail: Bus: Exporter

Detail

Bus.to_hdf5(fp, *, config)

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

Detail

Bus.to_series()

Return a Series with the Frame contained in this Bus. If the Bus is associated w…

Detail

Bus.to_sqlite(fp, *, config)

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

Detail

Bus.to_visidata()

Open an interactive VisiData session.

Detail

Bus.to_xlsx(fp, *, config)

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

Detail

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

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

Detail

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

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

Detail

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

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

Detail

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

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

Detail

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

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

Detail

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

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

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