Skip to content

Kind

ArrayDiskFormats = (DiskFormat.ZARR, DiskFormat.NPY, DiskFormat.NPZ)

DiskFormat

Bases: Enum

Format of data when flushed to disk.

AVRO = auto()

CSV = auto()

DELTA = auto()

EXCEL = auto()

ICEBERG = auto()

IPC = auto()

JSON = auto()

NONE = auto()

NPY = auto()

NPZ = auto()

PARQUET = auto()

ZARR = auto()

StoreKind

Bases: Enum

The kind of storage backend.

ARRAY = auto()

TABLE = auto()