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