numpy.c

numpy.c_()

Translates slice objects to concatenation along the second axis.

For example: >>> np.c_[np.array([[1,2,3]]), 0, 0, np.array([[4,5,6]])] array([1, 2, 3, 0, 0, 4, 5, 6])

Previous topic

Indexing routines

Next topic

numpy.r

This Page

Quick search