📜  如何在python代码示例中对某些列进行逐行求和

📅  最后修改于: 2022-03-11 14:47:24.554000             🧑  作者: Mango

代码示例1
df['total']=df.loc[:,list_name].sum(axis=1)