Simple question about numpy:
I load 100 values to a vector a. From this vector, I want to create an array A with 2 columns, where
a
A
I know this is an old question, but a more recently available option would be to try using pandas. The DataFrame type is designed for structured data like this, where columns are named and can be of different types.