data_baseIOLoaderDumpernumpy_to_npy

numpy_to_npy

Read and write a numpy array to npy format.

See also

numpy_to_npz for saving multiple numpy arrays to a zipped file.

Classes

Loader

Loader for npy numpy arrays

Functions

check(obj)

Check whether the object can be saved with this dumper

dump(obj, savedir)

Save the numpy array in the specified directory