CofeehousePy/deps/numpy/doc/source/user/ionumpy.rst

21 lines
398 B
ReStructuredText

================================================
How to read and write data using NumPy
================================================
.. currentmodule:: numpy
.. testsetup::
import numpy as np
np.random.seed(1)
**Objectives**
- Writing NumPy arrays to files
- Reading NumPy arrays from files
- Dealing with encoding and dtype issues
**Content**
To be completed.