I have a numpy array with shape (84, 13, 1036800) and I want to add a 1d array with len 1036800 to it so that the shape becomes (84, 14, 1036800)
(84, 13, 1036800)
1036800
(84, 14, 1036800)