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
0
Answer:
sorry it is very time consuming
Explanation:
ill do it later on
Similar questions
Math,
3 months ago
English,
7 months ago
Accountancy,
7 months ago
Biology,
11 months ago
History,
11 months ago