Computer Science, asked by shivanikanojia142, 7 months ago

5
Consider the below given two
code fragments. Will they produce
same output? Why /why not?
1. a = [1,2,3]
b= pd.Series(data= a*3)
print(b)
2. a = pd.Series(data = [1,2,3])
b = pd.Series(data = a*3)
print(b)
2)​

Answers

Answered by mrtitan
0

Answer:

sorry it is very time consuming

Explanation:

ill do it later on

Similar questions