Advertisements
Advertisements
प्रश्न
What will be the output of the following code?
import pandas as pd
myser = pd.Series([0, 0, 0])
print(myser)
विकल्प
0 0
0 0
0 00 1
0 1
0 20 0
1 0
2 00 0
1 1
2 2
MCQ
उत्तर
0 0
1 0
2 0
Explanation:
Because 0 is the starting point for indexing values in a series. Every piece of data is given an index, even if the pieces are 0.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?