Skip to content

Latest commit

 

History

History
38 lines (37 loc) · 2.23 KB

examples.md

File metadata and controls

38 lines (37 loc) · 2.23 KB

Examples

|   Overview   | Examples |

Table of Contents

Read Glucose Data and Plot trends

In this example, you will:

  • Read data from a glucose CSV file.
  • This will generate a glucose dataframe that you will use to:
    • Plot the glucose curve.
    • Plot the hourly trend (with percentiles).
    • Plot the daily trend (comparison of days).

Read Glucose Data in a different unit or a different format

In this example, you will:

Read Meals and Notes from FreeStyle Libre Data

FreeStyle Libre glucose data contains meals and notes. In this example, you will:

  • Read data from a glucose FreeStyle Libre CSV file.
  • Read Meals based on the FreeStyle Libre notes in the same CSV file (this will generate a meals dataframe).

Automatically detect meals (infered from glucose)

Glyco has the possibility to detect meals based on variations in glucose. In this example, you will:

  • Read data from a glucose CSV file.
  • Detect meals based on variations in the glucose column (this will generate a meals dataframe)

Plot the Glucose response to a Meal

In this example, you will: