Advertisements
Advertisements
Question
Given a Pandas series called “S”, the command which will delete the 1st row(index value 0) ______.
Options
S.delete(0)
S.drop(0)
S.pop(0)
S.del(0)
MCQ
Fill in the Blanks
Solution
Given a Pandas series called “S”, the command which will delete the 1st row(index value 0) S.pop(0).
shaalaa.com
A Series
Is there an error in this question or solution?