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