📜  对两列 pandas 求和 - Python 代码示例

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

代码示例2
sum_column = df["col1"] + df["col2"]