Hello. There is a date frame type
| one | two | three | four |
First | sec | three | 123 |
I do the fifth column of code
input['five'] = input['four'].sum() How to change the code so that there would be a sum on each line with three columns one, two, three?