.max on pandas dataframe code example Example: find max in a dataframe max_value = df.to_numpy().max()