io#

Module providing input/output interfaces for reading/writing files.

Modules

pybrops.core.io.CSVDictInputOutput

Module defining comma separated value I/O interfaces and associated error checking routines.

pybrops.core.io.CSVInputOutput

Module defining comma separated value I/O interfaces and associated error checking routines.

pybrops.core.io.Copyable

Module defining an interface for objects which are copyable and associated error checking routines.

pybrops.core.io.DictInputOutput

Module defining dict I/O interfaces and associated error checking routines.

pybrops.core.io.HDF5InputOutput

Module defining HDF5 I/O interfaces and associated error checking routines.

pybrops.core.io.NPYInputOutput

Module defining binary NumPy format I/O interfaces and assocated error checking routines.

pybrops.core.io.NPZInputOutput

Module defining binary NumPy archive format I/O interfaces and assocated error checking routines.

pybrops.core.io.NumPyInputOutput

Module defining numpy.ndarray I/O interfaces and associated error checking routines.

pybrops.core.io.PandasDictInputOutput

Module defining pandas dictionary I/O interfaces and associated error checking routines.

pybrops.core.io.PandasInputOutput

Module defining pandas.DataFrame I/O interfaces and associated error checking routines.