What precisely is the contrast between numpy vstack and column_stack. Perusing the documentation, it looks as though column_stack is an execution of vstack for 1D arrays. Is it a more productive execution? Else, I can't discover an explanation behind having vstack.