Name the functions that give you maximum and minimum values in a DataFrame.
The max() and min() functions find out the maximum and minimum values respectively from a DataFrame.
max()
min()