Hi there,
I wanna compile a 6000x1000 array with python. The array starts from
'empty', each time I get a 6000 length list, I wanna add it to the
exist array as a column vector. Is there any function to do so?
Or, I can add the list as a rows, if this is easier, and transpose the
whole array after all the rows are setup.
Thanks so much.
I wanna compile a 6000x1000 array with python. The array starts from
'empty', each time I get a 6000 length list, I wanna add it to the
exist array as a column vector. Is there any function to do so?
Or, I can add the list as a rows, if this is easier, and transpose the
whole array after all the rows are setup.
Thanks so much.
Comment