# find the maximum values of each row maxValues = abc.max(axis = 1)
# find the maximum of each column maxValues = abc.max()