Advertisements
Advertisements
प्रश्न
Given a Pandas series called “S”, the command which will delete the 1st row(index value 0) ______.
विकल्प
S.delete(0)
S.drop(0)
S.pop(0)
S.del(0)
MCQ
रिक्त स्थान भरें
उत्तर
Given a Pandas series called “S”, the command which will delete the 1st row(index value 0) S.pop(0).
shaalaa.com
A Series
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?