I have two NumPy arrays.
One has the dimension (4,1).
Another numpy array I have with teh dimension of (240, 320)

Now, I want to make a CSV file that will look like this:

As the two numpy array size is different, how can i stack them ? any suggestion?
