直接list(series)就可以的
最佳的方式是将列表转换成Python中的科学计算包numpy包的array类型,再进行加减。
import
numpy as np
a
=
np.array([
1
,
2
3
4
])
b
7
8
9
10
s
+