1 min read

Numpy concatenate

This post is about function np.concatenate.

  • Element must be an array.
  • In np.concatenate((array, [number])), [number] will be made into an array.