bundles / numpy 2.4.4 / numpy / lib / _arrayterator_impl
module
numpy.lib._arrayterator_impl
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