Create a NumPy array
Create array with evenly spaced values
Create array with evenly spaced numbers over interval
Get shape of array
arr.shape
Returns the dimensions of the array.
Check rows and columns
Create array filled with zeros
Create array filled with ones
Reshape an array