bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / lib / _npyio_impl / recfromcsv
function
numpy.lib._npyio_impl:recfromcsv
source: build-install/usr/lib/python3.14/site-packages/numpy/lib/_npyio_impl.py :2535
Signature
def recfromcsv ( fname , ** kwargs ) Summary
Load ASCII data stored in a comma-separated file.
Extended Summary
The returned array is a record array (if usemask=False, see recarray) or a masked record array (if usemask=True, see ma.mrecords.MaskedRecords).
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 to load ASCII data.
Aliases
-
numpy.lib._npyio_impl.recfromcsv