The sum() function does not work well when adding zeros in pandas with python

后端 未结 0 795
深忆病人
深忆病人 2021-01-30 09:33

I try sum all rows of dataframe with the following code:

df = pd.read_csv(\'dataset.csv\', parse_dates =["date"], index_col ="date")
df.fillna         


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