For example:
DataFrame A is
1
2
3
4
DataFrame B is
1
5
6
4
So the differences are 2, 3, 5, 6. How can I get these values and export them to a new column? Thanks!
For example:
DataFrame A is
1
2
3
4
DataFrame B is
1
5
6
4
So the differences are 2, 3, 5, 6. How can I get these values and export them to a new column? Thanks!