I need create a new row with the total value of axis 0 sum.
I have the follow series values:
INDEX
0 -1.09
1 1.15
2 -0.28
3 -0.14
4 0.62
How can i add a new row at the end of series with the total sum, like this:
INDEX
0 -1.09
1 1.15
2 -0.28
3 -0.14
4 0.62
TOTAL 0.26