Charting Multiple Days

This notebook has very few changes compared to the notebook I posted a few days ago . This notebook basically takes all the code from the previous post and simply adds a loop to chart more than one day. Adding the loop requires some refactoring of the code to save on calls to the Garmin API and in general avoid code duplication. The code as I wrote it creates charts for the last 5 days, but it can easily be modified to create more or fewer charts. The charts contain all the data that I have access to, my sleep data, Garmin step data, Garmin running data, NutriSense meal and exercise information as well the Glucose information from NutriSense.

For me, the value of these charts comes from looking at them and comparing days. This works especially well if I do it for the last couple of days, where I can recall every meal of the day and really get some insights into how my glucose reacts to the meal. This really helps me make better decision for future meals.

Chart with Events

All the notebooks are available from my Github repository and here is a direct download link for just this notebook.