I want to update last row of DataFrame.
But, what is the best way to update it?
I just want to update like following data.
Any suggestion?
time A B C
2019-01-01 1 2 3
2019-01-02 4 5 6
2019-01-03 7 8 9
↓
time A B C
2019-01-01 1 2 3
2019-01-02 4 5 6
2019-01-03 10 11 12