Input and output (scipy.io)#
SciPy has many modules, classes, and functions available to read datafrom and write data to a variety of file formats.
See also
MATLAB® files#
| Load MATLAB file. |
| Save a dictionary of names and arrays into a MATLAB-style .mat file. |
| List variables inside a MATLAB file. |
For low-level MATLAB reading and writing utilities, seescipy.io.matlab.
IDL® files#
| Read an IDL .sav file. |
Matrix Market files#
Unformatted Fortran files#
| A file object for unformatted sequential files from Fortran code. |
Indicates that the file ended properly. | |
Indicates that the file ended mid-record. |
Netcdf#
| A file object for NetCDF data. |
| A data object for netcdf files. |