I tried transpose of 2d array in python using [*zip(*array)] Where array looks like
[[0.00075 0.0125] [0.02 0.03 ]]
However, after trans