-1
I have two lists in python and I want to leave these two files in one. That is, I have two files that contain a column with 360 lines and I want to leave in a single file (because I need to make a matrix chart) with two columns and 360 lines. How do I do? I have tried to join the two as an arrangement in numpy but what happens is that it includes as more rows instead of creating a column on the side, getting a file of 720 rows and not with two columns of 360 rows. Someone can help me?
It worked. Thank you!
– user219748