Creating Line graph with data that changes overtime

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.

This might help you

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.