Suppose I want data in column with three entries: 3 1 2 and using numpy I think these can go either in a matrix or array. If I wish to have this in a vector so I can multiply it against a 3*3 matrix what would you do? Now suppose my 3 1 2 represents "CAB" and actually I have 100 ...