Input and output#

NumPy binary files (NPY, NPZ)#

The format of these binary file types is documented in xorbits.numpy.lib.format

Text files#

Raw binary files#

from_hdf5(hdf5_file[, group, dataset, ...])

to_hdf5(hdf5_file, x[, group, dataset])

from_zarr(path[, group, dataset, chunk_size])

to_zarr(path, x[, group, dataset])

from_tiledb(uri[, ctx, key, timestamp, gpu])

to_tiledb(uri, x[, ctx, key, timestamp])

String formatting#

Memory mapping files#

Text formatting options#

Base-n representations#

Data sources#

Binary Format Description#