numpy.savez

numpy.savez(file, *args, **kwds)

Save several arrays into an .npz file format which is a zipped-archive of arrays

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 : string

File name of .npz file.

args : Arguments

Function arguments.

kwds : Keyword arguments

Keywords.

Previous topic

numpy.save

Next topic

numpy.loadtxt

This Page

Quick search