What will be output of following code:
import pandas as p
a=[1,2,3,4,5,6,7,8,9,10]
s=p.Series(a)
print(s)
print(s.tail())
print(s*2)
Answers
Answered by
0
Answer:
first follow, thank me and select my answer has brilliant one later I am going to answer your question for sure
Similar questions