My app has a value that a user changes as time goes on depending on what they do this value is score. This value is updated as the user uses the application. The score is usually added or subtracted against. I am wanting to plot these values on a line graph for the user to see the changes they have made to their score.
I have been trying the groupby function but have not found a way to build a line graph with this data. Any help is appreciated.