Skip to content

Commit

Permalink
Include description of the index in application docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rantahar committed Jul 29, 2024
1 parent 823e079 commit 3a3d8c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/user_guide/preprocessing/application.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
"\n",
"Application data refers to the information about which apps are open at a certain time. These data can reveal important information about people's circadian rhythm, social patterns, and activity. Application data is an event data; this means it cannot be sampled at a regular frequency. Instead, we just have information about the events that occured. \n",
"\n",
"An application data dataframe contains the following columns (column names can be different, but in that case they must be provided as parameters):\n",
"An application data dataframe contains a list of application events. Each row describes a single event and is indexed by a time stamp. The dataframe contains the following columns (column names can be different, but in that case they must be provided as parameters):\n",
"- `user`: Subject ID.\n",
"- `device`: Device ID.\n",
"- `app_column`: Contains the name of an application used.\n",
"- ``\n",
"\n",
"There are two main issues with application data (1) missing data detection, and (2) privacy concerns.\n",
"\n",
Expand Down

0 comments on commit 3a3d8c6

Please sign in to comment.