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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?