This is documentation for an old release of NumPy (version 1.3.). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.vsplit

numpy.vsplit(ary, indices_or_sections)

Split array into multiple sub-arrays vertically.

Please refer to the numpy.split documentation.

See also

numpy.split
The default behaviour of this function implements vsplit.

Previous topic

numpy.split

Next topic

numpy.tile

This Page

Quick search