{ } Raw JSON

bundles / scipy latest / scipy / io

module

scipy.io

source: /scipy/io/__init__.py :0

Submodules

Summary

No Docstrings

Additional content

Input and output (scipy.io)

SciPy has many modules, classes, and functions available to read data from and write data to a variety of file formats.

MATLAB® files

.. autosummary:: 
    :toctree:generated/
    loadmat - Read a MATLAB style mat file (version 4 through 7.1)
    savemat - Write a MATLAB style mat file (version 4 through 7.1)
    whosmat - List contents of a MATLAB style mat file (version 4 through 7.1)

For low-level MATLAB reading and writing utilities, see scipy.io.matlab.

IDL® files

.. autosummary:: 
    :toctree:generated/
    readsav - Read an IDL 'save' file

Matrix Market files

.. autosummary:: 
    :toctree:generated/
    mminfo - Query matrix info from Matrix Market formatted file
    mmread - Read matrix from Matrix Market formatted file
    mmwrite - Write matrix to Matrix Market formatted file

Unformatted Fortran files

.. autosummary:: 
    :toctree:generated/
    FortranFile - A file object for unformatted sequential Fortran files
    FortranEOFError - Exception indicating the end of a well-formed file
    FortranFormattingError - Exception indicating an inappropriate end

Netcdf

.. autosummary:: 
    :toctree:generated/
    netcdf_file - A file object for NetCDF data
    netcdf_variable - A data object for the netcdf module

Harwell-Boeing files

.. autosummary:: 
    :toctree:generated/
    hb_read   -- read H-B file
    hb_write  -- write H-B file

Wav sound files (scipy.io.wavfile)

.. autosummary:: 
    :toctree:generated/
    read
    write
    WavFileWarning

Arff files (scipy.io.arff)

.. autosummary:: 
    :toctree:generated/
    loadarff
    MetaData
    ArffError
    ParseArffError

Aliases

  • scipy.io

Referenced by