Get the last value of dataframe's column with indexing

前端 未结 0 1587
误落风尘
误落风尘 2021-02-04 02:54

I am trying to get the last value of column named "mass".

df = pd.read_csv(\'0000.csv\', names=["chi", "mass"])
df_1 = pd.read_csv(\         


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