How to use minder_utils_lite:

Installation

Set Up

Downloading Data

Viewing the Data

Installation:

Firstly, we need to follow the installation instructions on https://minder-utils.github.io. The following is the code that should be run in the last step:

Set-up:

!!! If you are a collaborator for the Github repo and this is linked, make sure that you are running this notebook outside of the src directory (after install) to avoid accidentally pushing confidential information !!!

Now, we want to save our token to the package. These settings will be saved indefinitely, unless the package is updated or uninstalled.

Once you have done this, you may use the package freely!

How to download data:

Downloading data is simple! Please see the following instructions:

First, we will want to import the class that allows us to download the data, Downloader:

With this class, we may check to see which datasets are available and which groups of datasets are available.

First, let us check which groups are available to download data from:

Let's say we want to download the activity data. We can see which datasets are available using the following function:

Great! Now let us try to download this data:

Now, let's say a couple of days has passed and we would like to update our data. It is possible to use the refresh function to refresh our data. Simply run the following command:

How do I access the data?

To access the data, you may run the usual commands to load a csv file:

.