What I want to be doing looks something like:
index Price
0 1000 -20
1 500 30
2 200 0
I want to do this because I want to keep track of the price changes? I'm using a ipywidget where I want to use the delta to change the cell color. If delta is > 0 i want the price cell where I display it to be green and < 0 to be red.
Please help!