You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / lib / _arrayterator_impl

module

numpy.lib._arrayterator_impl

source: /numpy/lib/_arrayterator_impl.py :0

Summary

A buffered iterator for big arrays.

Extended Summary

This module solves the problem of iterating over a big file-based array without having to read it into memory. The Arrayterator class wraps an array object, and when iterated it will return sub-arrays with at most a user-specified number of elements.

Additional content

A buffered iterator for big arrays.

This module solves the problem of iterating over a big file-based array without having to read it into memory. The Arrayterator class wraps an array object, and when iterated it will return sub-arrays with at most a user-specified number of elements.

Aliases

  • numpy.lib._arrayterator_impl