This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / lib / _npyio_impl / recfromtxt

function

numpy.lib._npyio_impl:recfromtxt

source: build-install/usr/lib/python3.14/site-packages/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