# get number of rows in 2D numpy array. numOfRows = np. size(arr2D, 0) # get number of columns in 2D numpy array. numOfColumns = np. size(arr2D, 1)