Que: Which of the following function stacks 1D arrays as columns into a 2D array?

a. row_stack
b. column_stack
c. com_stack
d. all of the mentioned
Answer: column_stack

Leave a Comment