Advertisements
Advertisements
प्रश्न
Which of the following command will not display the maximum column Rainfall?
पर्याय
print(df['RainFall'] .max())
print( df. Rainfall.max())
print(df. loc[:,['RainFall']].max())
print(df. loc['RainFall'].max()
MCQ
Advertisements
उत्तर
print(df. loc['RainFall'].max()
shaalaa.com
Descriptive Statistics
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
