This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
If I have some numpy arrays, say a and b. We can do the following data = numpy.r_[a, b]. However if I have a list L = [a, b] how can I use numpy.r ? Soemthing like data = numpy.r_(L)