Numpy axes are the directions along the rows and columns.

In a 2D NumPy array, the axes are the directions along the rows and cols.

  • Axis 0 is the direction along the rows
  • Axis 1 is the direction along the columns

np.sum()

np.concanate()