Learn Before
Multiple Choice
What will the code output?
a = [[1, 7, 2]]
myvar = pd.Series(a)
0
2
Updated 2021-04-18
Tags
Python Programming Language
Data Science
What will the code output?
a = [[1, 7, 2]]
myvar = pd.Series(a)
0
2
Tags
Python Programming Language
Data Science