Suppose I have this dataframe:
date_group crypto dollar
0 2023-05-24 21:00:00-03:00 BTC -16147765
1 2023-05-24 21:30:00-03:00 BTC -44579879
2 2023-05-24 21:30:00-03:00 USDC 8378950
I managed to get the data grouped in blocks of 30 mins, but I've been struggling to achieve the final bar chart that I'm seeking. Any guidance would be massively appreciated.
The bar chart is supposed to look like this:
I hope the idea makes sense. I'm really eager to learn how to plot these properly. Even tried with chat GPT. I also looked at this page, but it wasn't very useful.
EDIT in reply to @Bill: