Advertisements
Advertisements
प्रश्न
Give the output of:
s=pd.Series([10,20,30,40,50],index =[‘a’,‘b’,‘c’,0,1])
print(s.loc[1])
विकल्प
10
20
40
50
MCQ
उत्तर
50
shaalaa.com
A Series
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
Give the output of:
s=pd.Series([10,20,30,40,50],index =[‘a’,‘b’,‘c’,0,1])
print(s.loc[1])
10
20
40
50
50