Save several arrays into a single file in compressed .npz format.
If keyword arguments are given, then filenames are taken from the keywords. If arguments are passed in with no keywords, then stored file names are arr_0, arr_1, etc.
Parameters: | file : str
args : Arguments
kwds : Keyword arguments
|
---|
See also