scipp.io#

File input and output.

All functions listed here are also available in scipp.io module directly, e.g., as scipp.io.load_hdf5.

See also Reading and Writing Files.

Functions#

csv.load_csv(filename, *[, sep, ...])

Load a CSV file as a dataset.

hdf5.load_hdf5(filename)

Load a Scipp-HDF5 file.

hdf5.save_hdf5(obj, filename)

Write an object out to file in HDF5 format.

Modules

csv

Load CSV files.

hdf5