You are requested to refrain from opening the previously resolved doubts and than posting the new doubt there. We have made something to protect our portal from so called “Spamming” and that’s the reason you are not able to post new doubts.
First of all you need to reshape the final image array to shape (-1,3) and than include the header as channel 1 , channel 2 etc as in submission file.
pd.Dataframe(numpy_array).to_csv(‘submission.csv’, header= [‘Channel 1’,‘Channel 2’,‘Channel 3’], index = False)
Hope this resolved your doubt. And next time take care of the said measures.