Here is how to perform additions and subtraction in Pandas using Python
Sample dataframe
Addition
On columns
You can either sum up individual columns or use the .sum() method.
On rows
Subtraction
Here you are, you know pretty much everything that you would need about addition and subtraction with Pandas using Python.