You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / lib / _npyio_impl / recfromtxt

function

numpy.lib._npyio_impl:recfromtxt

source: /numpy/lib/_npyio_impl.py :2490

Signature

def   recfromtxt ( fname ** kwargs )

Summary

Load ASCII data from a file and return it in a record array.

Extended Summary

If usemask=False a standard recarray is returned, if usemask=True a MaskedRecords array is returned.

Parameters

fname, kwargs : For a description of input parameters, see `genfromtxt`.

Notes

By default, dtype is None, which means that the data-type of the output array will be determined from the data.

See also

numpy.genfromtxt

generic function

Aliases

  • numpy.lib._npyio_impl.recfromtxt