标签:views strong source tps man out scn roman height
官方帮助文档解释;
DataFrame.
sum
(axis=None, skipna=None, level=None, numeric_only=None, **kwargs)
axis : {index (0), columns (1)},axis=0代表对列进行求和,axis=1代表对行进行求和。
调用DataFrame的sum方法将会返回一个含有列小计的Series:传入axis=1将会按行进行求和运算:
标签:views strong source tps man out scn roman height
原文地址:https://www.cnblogs.com/ziheIT/p/8972887.html