Name the functions that give you maximum and minimum values in a DataFrame.
3 Likes
The max() and min() functions find out the maximum and minimum values respectively from a DataFrame.
max()
min()
Answered By
1 Like
What is quantile and quartile ?
Name the function that lets you calculate different types of quantiles.
Name the functions that give you the index of maximum and minimum values in a DataFrame.
What is missing data ?