[Numpy-discussion] R: fast numpy.fromfile skipping data chunks

Nathaniel Smith njs at pobox.com
Wed Mar 13 10:32:29 EDT 2013


On Wed, Mar 13, 2013 at 2:18 PM, Andrea Cimatoribus
<Andrea.Cimatoribus at nioz.nl> wrote:
> This solution does not work for me since I have an offset before the data that is not a multiple of the datatype (it's a header containing various stuff).

np.memmap takes an offset= argument.

-n



More information about the NumPy-Discussion mailing list