Advertisements
Advertisements
Question
Which of the following command will not display the maximum column Rainfall?
Options
print(df['RainFall'] .max())
print( df. Rainfall.max())
print(df. loc[:,['RainFall']].max())
print(df. loc['RainFall'].max()
MCQ
Advertisements
Solution
print(df. loc['RainFall'].max()
shaalaa.com
Descriptive Statistics
Is there an error in this question or solution?
