在使用Pandas 和Numpy 的时候,总是搞不懂axis,感觉和我理解的正好相反。 比如下面的操作:. import numpy as np a = np.array([1, 2], [3, 4]) s0 = np.sum(a, ...
確定! 回上一頁