Hello, i am very new in Python and i need a help at a script i want to build. I want to take the first value from a specific column and put it in the column b, and after that to substact a value = 5 from each row. So as to have this:
a b
50 50
30 45
60 40
29 35
.
Any help at that? Thank you!