sum() got an unexpected keyword argument 'axis'

后端 未结 0 1756
谎友^
谎友^ 2021-01-03 22:05
clean_df = clean_df.groupby(by=index_keys).sum(axis=1, numeric_only=True)

throws

sum() got an          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题