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 / docs

Doc

Input and output

docs/reference:routines.io

NumPy binary files (npy, npz)

.. autosummary:: 
    :toctree:generated/
    load
    save
    savez
    savez_compressed
    lib.npyio.NpzFile

The format of these binary file types is documented in numpy.lib.format

Text files

.. autosummary:: 
    :toctree:generated/
    loadtxt
    savetxt
    genfromtxt
    fromregex
    fromstring
    ndarray.tofile
    ndarray.tolist

Raw binary files

.. autosummary:: 
    fromfile
    ndarray.tofile

String formatting

.. autosummary:: 
    :toctree:generated/
    array2string
    array_repr
    array_str
    format_float_positional
    format_float_scientific

Memory mapping files

.. autosummary:: 
    :toctree:generated/
    memmap
    lib.format.open_memmap

Text formatting options

.. autosummary:: 
    :toctree:generated/
    set_printoptions
    get_printoptions
    printoptions

Base-n representations

.. autosummary:: 
    :toctree:generated/
    binary_repr
    base_repr

Data sources

.. autosummary:: 
    :toctree:generated/
    lib.npyio.DataSource

Binary format description

.. autosummary:: 
    :toctree:generated/
    lib.format