3.11.82. numpy.lib.mafromtxt¶
-
numpy.lib.mafromtxt(fname, **kwargs)[source]¶ Load ASCII data stored in a text file and return a masked array.
Parameters: fname, kwargs : For a description of input parameters, see genfromtxt. See also
numpy.genfromtxt- generic function to load ASCII data.