np.ravel: Flatten a Numpy Array

np.ravel: Flatten a Numpy Array

If you want to get a 1-D array of a multi-dimensional array, try np.ravel(arr). You can either read the elements in the same row first or read the elements in the same column first.

Find an example of the np.ravel method above.

Link to the source code.

Search

Related Posts

3 thoughts on “np.ravel: Flatten a Numpy Array”

    1. Khuyen Tran

      When flattening a multi-dimensional array, you might want to read the elements in the same columns first instead of reading the elements in the same rows first.

Comments are closed.

Related Posts

Scroll to Top

Work with Khuyen Tran

Work with Khuyen Tran