Create a NumPy array
Create array with evenly spaced values
Create array with evenly spaced numbers over interval
Transpose an array
arr.T
Flips array dimensions (rows ↔ columns).
Transpose array
Create array filled with zeros
Create array filled with ones
Get shape of array