Advertisements
Advertisements
Question
Give the output.
import pandas as pd
s=pd.Series([1,2,3,4,5])
s.drop(2)
print(s.size)
Options
2
3
4
5
MCQ
Solution
5
shaalaa.com
A Series
Is there an error in this question or solution?
Give the output.
import pandas as pd
s=pd.Series([1,2,3,4,5])
s.drop(2)
print(s.size)
2
3
4
5
5