sakshamv30 / GetSetFOSS_ML

This repository is dedicated to the introduction to the python libraries used for machine learning and scientific computing.
3 stars 15 forks source link

Transpose of an array #2

Closed sa4k5hi closed 4 years ago

sa4k5hi commented 4 years ago

Take transpose of the numbers_= [[687,68,34],[89,77,82],[556,99,92]] using numpy library

arhum602 commented 4 years ago

I want to do this.