Tested phone activity recognition feature

pull/145/head
Weiyu 2021-06-23 19:08:14 -04:00
parent f374c67bd5
commit 4efc247575
42 changed files with 1061 additions and 34 deletions

View File

@ -9,7 +9,7 @@ The following is a list of the sensors that testing is currently available.
|-------------------------------|----------|----------|-----------|-------| |-------------------------------|----------|----------|-----------|-------|
| Phone Accelerometer | Panda | N | N | N | | Phone Accelerometer | Panda | N | N | N |
| Phone Accelerometer | RAPIDS | N | N | N | | Phone Accelerometer | RAPIDS | N | N | N |
| Phone Activity Recognition | RAPIDS | N | N | N | | Phone Activity Recognition | RAPIDS | Y | Y | Y |
| Phone Applications Foreground | RAPIDS | N | N | N | | Phone Applications Foreground | RAPIDS | N | N | N |
| Phone Battery | RAPIDS | Y | Y | N | | Phone Battery | RAPIDS | Y | Y | N |
| Phone Bluetooth | Doryab | Y | Y | Y | | Phone Bluetooth | Doryab | Y | Y | Y |
@ -174,7 +174,7 @@ Checklist
There are two wifi features (`phone wifi connected` and `phone wifi visible`). The raw test data are seperatly stored in the `phone_wifi_connected_raw.csv` and `phone_wifi_visible_raw.csv`. There are two wifi features (`phone wifi connected` and `phone wifi visible`). The raw test data are seperatly stored in the `phone_wifi_connected_raw.csv` and `phone_wifi_visible_raw.csv`.
Description Description
- One episode for each `epoch` (`night`, `morining`, `afternoon` and `evening`) - One episode for each `epoch` (`night`, `morining`, `afternoon` and `evening`)
- Two two episodes in the same time segment (`daily` and `30-min`) - Two two episodes in the same time segment (`daily` and `30-min`)
@ -248,20 +248,26 @@ Description
## Activity Recognition ## Activity Recognition
- The raw Activity Recognition data file contains data for 1 day. Description
- The raw Activity Recognition data each `epoch` period contains
rows that records 2 - 5 different `activity_types`. The is such - The 4-day raw conversation data is contained in `plugin_google_activity_recognition_raw.csv` and `plugin_ios_activity_recognition_raw.csv`.
that durations of activities can be tested. Additionally, there - Two episodes locate in the same 30-min segment (`Fri 04:01:54` and `Fri 04:13:52`)
are records that mimic the duration of an activity over the time - One episode for each daily segment (`night`, `morning`, `afternoon` and `evening`)
boundary of neighboring epochs. (For example, there a set of - Two episodes locate in the same daily segment (`Fri 05:03:09` and `Fri 05:50:36`)
records that mimic the participant `in_vehicle` from `afternoon` - Two episodes with the time difference less than `5 mins` threshold (`Fri 07:14:21` and `Fri 07:18:50`)
into `evening`) - One episode before the time switch (`Sun 00:46:00`) and one episode after the time switch (`Sun 03:42:00`)
- There is one file each with raw Activity Recognition data for
testing both iOS and Android data formats. Checklist
(plugin\_google\_activity\_recognition\_raw.csv for android and
plugin\_ios\_activity\_recognition\_raw.csv for iOS) |time segment| single tz | multi tz|platform|
- There is also an additional empty data file for both android and |-|-|-|-|
iOS for testing empty data files. |30min|OK|OK|android, iOS|
|morning|OK|OK|android, iOS|
|daily|OK|OK|android, iOS|
|threeday|OK|OK|android, iOS|
|weekend|OK|OK|android, iOS|
|beforeMarchEvent|OK|OK|android, iOS|
|beforeNovemberEvent|OK|OK|android, iOS|
## Conversation ## Conversation
@ -269,6 +275,7 @@ The 4-day raw conversation data is contained in `phone_conversation_raw.csv`. Th
randomly distributed throughout the `epoch`. randomly distributed throughout the `epoch`.
Description Description
- One episode for each daily segment (`night`, `morning`, `afternoon` and `evening`) on each day - One episode for each daily segment (`night`, `morning`, `afternoon` and `evening`) on each day
- Two episodes near the transition of the daily segment, one starts at the end of the afternoon, `Fri 17:10:00` and another one starts at the beginning of the evening, `Fri 18:01:00` - Two episodes near the transition of the daily segment, one starts at the end of the afternoon, `Fri 17:10:00` and another one starts at the beginning of the evening, `Fri 18:01:00`
- One episode across two segments, `daily` and `30-mins`, (from `Fri 05:55:00` to `Fri 06:00:41`) - One episode across two segments, `daily` and `30-mins`, (from `Fri 05:55:00` to `Fri 06:00:41`)

View File

@ -44,7 +44,7 @@ Features description for `[PHONE_ACTIVITY_RECOGNITION][PROVIDERS][RAPIDS]`:
|count |rows | Number of episodes. |count |rows | Number of episodes.
|mostcommonactivity |activity type | The most common activity type (e.g. `still`, `on_foot`, etc.). If there is a tie, the first one is chosen. |mostcommonactivity |activity type | The most common activity type (e.g. `still`, `on_foot`, etc.). If there is a tie, the first one is chosen.
|countuniqueactivities |activity type | Number of unique activities. |countuniqueactivities |activity type | Number of unique activities.
|durationstationary |minutes | The total duration of `[ACTIVITY_CLASSES][STATIONARY]` episodes |durationstationary |minutes | The total duration of `[ACTIVITY_CLASSES][STATIONARY]` episodes of still and tilting activities
|durationmobile |minutes | The total duration of `[ACTIVITY_CLASSES][MOBILE]` episodes of on foot, running, and on bicycle activities |durationmobile |minutes | The total duration of `[ACTIVITY_CLASSES][MOBILE]` episodes of on foot, running, and on bicycle activities
|durationvehicle |minutes | The total duration of `[ACTIVITY_CLASSES][VEHICLE]` episodes of on vehicle activity |durationvehicle |minutes | The total duration of `[ACTIVITY_CLASSES][VEHICLE]` episodes of on vehicle activity

View File

@ -0,0 +1,153 @@
timestamp,device_id,activity_name,activity_type,confidence,activities
1583471033193,android,still,3,92,
1583471969663,android,still,3,88,
1583474313359,android,still,3,99,
1583476889214,android,unknown,4,92,
1583482442710,android,tilting,5,91,
1583483995186,android,tilting,5,98,
1583485314638,android,tilting,5,91,
1583486032802,android,tilting,5,86,
1583488989418,android,still,3,99,
1583491836619,android,still,3,88,
1583492480604,android,still,3,88,
1583492772576,android,still,3,99,
1583493760769,android,still,3,98,
1583495160318,android,still,3,99,
1583496861588,android,walking,7,86,
1583497130494,android,walking,7,98,
1583498383131,android,walking,7,92,
1583498935681,android,walking,7,94,
1583501808555,android,running,8,83,
1583503342637,android,running,8,85,
1583503809481,android,running,8,89,
1583507661283,android,in_vehicle,0,91,
1583507955284,android,in_vehicle,0,91,
1583507970488,android,in_vehicle,0,92,
1583509575997,android,in_vehicle,0,92,
1583511742657,android,on_foot,2,89,
1583512753189,android,on_foot,2,99,
1583514060258,android,on_foot,2,94,
1583515419496,android,on_foot,2,94,
1583516452847,android,on_foot,2,94,
1583517628512,android,on_foot,2,80,
1583521248212,android,still,3,98,
1583522751546,android,still,3,88,
1583526734168,android,still,3,98,
1583534073066,android,in_vehicle,0,88,
1583534451364,android,in_vehicle,0,92,
1583534809878,android,in_vehicle,0,98,
1583535024460,android,in_vehicle,0,86,
1583535860268,android,in_vehicle,0,91,
1583536382003,android,in_vehicle,0,92,
1583538858465,android,walking,7,98,
1583538925576,android,walking,7,98,
1583539277847,android,walking,7,86,
1583539797023,android,walking,7,92,
1583540681253,android,on_bicycle,1,87,
1583540802827,android,on_bicycle,1,87,
1583541528766,android,on_bicycle,1,93,
1583544129828,android,on_bicycle,1,93,
1583545078338,android,on_foot,2,99,
1583546404829,android,on_foot,2,80,
1583547889288,android,on_foot,2,80,
1583547899383,android,on_foot,2,94,
1583552633084,android,unknown,4,97,
1583555788804,android,still,3,99,
1583556245402,android,still,3,88,
1583568720000,android,still,3,90,
1583600700000,android,walking,7,88,
1583605260000,android,walking,7,91,
1583612400000,android,on_foot,2,89,
1583613720000,android,on_foot,2,87,
1583626080000,android,in_vehicle,0,92,
1583626680000,android,in_vehicle,0,93,
1583645880000,android,still,3,90,
1583646360000,android,still,3,94,
1583653320000,android,still,3,91,
1583691120000,android,tilting,5,88,
1583695320000,android,tilting,5,86,
1583695920000,android,tilting,5,89,
1583712120000,android,on_bicycle,1,92,
1583712840000,android,on_bicycle,1,90,
1583728620000,android,still,3,92,
1583728740000,android,still,3,92,
1583763720000,android,walking,7,89,
1583765280000,android,walking,7,93,
1583789160000,android,in_vehicle,0,91,
1583793060000,android,in_vehicle,0,88,
1604030633193,android,still,3,92,
1604031569663,android,still,3,88,
1604033913359,android,still,3,99,
1604036489214,android,unknown,4,92,
1604042042710,android,tilting,5,91,
1604043595186,android,tilting,5,98,
1604044914638,android,tilting,5,91,
1604045632802,android,tilting,5,86,
1604048589418,android,still,3,99,
1604051436619,android,still,3,88,
1604052080604,android,still,3,88,
1604052372576,android,still,3,99,
1604053360769,android,still,3,98,
1604054760318,android,still,3,99,
1604056461588,android,walking,7,86,
1604056730494,android,walking,7,98,
1604057983131,android,walking,7,92,
1604058535681,android,walking,7,94,
1604061408555,android,running,8,83,
1604062942637,android,running,8,85,
1604063409481,android,running,8,89,
1604067261283,android,in_vehicle,0,91,
1604067555284,android,in_vehicle,0,91,
1604067570488,android,in_vehicle,0,92,
1604069175997,android,in_vehicle,0,92,
1604071342657,android,on_foot,2,89,
1604072353189,android,on_foot,2,99,
1604073660258,android,on_foot,2,94,
1604075019496,android,on_foot,2,94,
1604076052847,android,on_foot,2,94,
1604077228512,android,on_foot,2,80,
1604080848212,android,still,3,98,
1604082351546,android,still,3,88,
1604086334168,android,still,3,98,
1604093673066,android,in_vehicle,0,88,
1604094051364,android,in_vehicle,0,92,
1604094409878,android,in_vehicle,0,98,
1604094624460,android,in_vehicle,0,86,
1604095460268,android,in_vehicle,0,91,
1604095982003,android,in_vehicle,0,92,
1604098458465,android,walking,7,98,
1604098525576,android,walking,7,98,
1604098877847,android,walking,7,86,
1604099397023,android,walking,7,92,
1604100281253,android,on_bicycle,1,87,
1604100402827,android,on_bicycle,1,87,
1604101128766,android,on_bicycle,1,93,
1604103729828,android,on_bicycle,1,93,
1604104678338,android,on_foot,2,99,
1604106004829,android,on_foot,2,80,
1604107489288,android,on_foot,2,80,
1604107499383,android,on_foot,2,94,
1604112233084,android,unknown,4,97,
1604115388804,android,still,3,99,
1604115845402,android,still,3,88,
1604128320000,android,still,3,90,
1604160300000,android,walking,7,88,
1604164860000,android,walking,7,91,
1604172000000,android,on_foot,2,89,
1604173320000,android,on_foot,2,87,
1604185680000,android,in_vehicle,0,92,
1604186280000,android,in_vehicle,0,93,
1604205480000,android,still,3,90,
1604205960000,android,still,3,94,
1604220120000,android,still,3,91,
1604257920000,android,tilting,5,88,
1604262120000,android,tilting,5,86,
1604262720000,android,tilting,5,89,
1604278920000,android,on_bicycle,1,92,
1604279640000,android,on_bicycle,1,90,
1604295420000,android,still,3,92,
1604295540000,android,still,3,92,
1604330520000,android,walking,7,89,
1604332080000,android,walking,7,93,
1604355960000,android,in_vehicle,0,91,
1604359860000,android,in_vehicle,0,88,
1 timestamp device_id activity_name activity_type confidence activities
2 1583471033193 android still 3 92
3 1583471969663 android still 3 88
4 1583474313359 android still 3 99
5 1583476889214 android unknown 4 92
6 1583482442710 android tilting 5 91
7 1583483995186 android tilting 5 98
8 1583485314638 android tilting 5 91
9 1583486032802 android tilting 5 86
10 1583488989418 android still 3 99
11 1583491836619 android still 3 88
12 1583492480604 android still 3 88
13 1583492772576 android still 3 99
14 1583493760769 android still 3 98
15 1583495160318 android still 3 99
16 1583496861588 android walking 7 86
17 1583497130494 android walking 7 98
18 1583498383131 android walking 7 92
19 1583498935681 android walking 7 94
20 1583501808555 android running 8 83
21 1583503342637 android running 8 85
22 1583503809481 android running 8 89
23 1583507661283 android in_vehicle 0 91
24 1583507955284 android in_vehicle 0 91
25 1583507970488 android in_vehicle 0 92
26 1583509575997 android in_vehicle 0 92
27 1583511742657 android on_foot 2 89
28 1583512753189 android on_foot 2 99
29 1583514060258 android on_foot 2 94
30 1583515419496 android on_foot 2 94
31 1583516452847 android on_foot 2 94
32 1583517628512 android on_foot 2 80
33 1583521248212 android still 3 98
34 1583522751546 android still 3 88
35 1583526734168 android still 3 98
36 1583534073066 android in_vehicle 0 88
37 1583534451364 android in_vehicle 0 92
38 1583534809878 android in_vehicle 0 98
39 1583535024460 android in_vehicle 0 86
40 1583535860268 android in_vehicle 0 91
41 1583536382003 android in_vehicle 0 92
42 1583538858465 android walking 7 98
43 1583538925576 android walking 7 98
44 1583539277847 android walking 7 86
45 1583539797023 android walking 7 92
46 1583540681253 android on_bicycle 1 87
47 1583540802827 android on_bicycle 1 87
48 1583541528766 android on_bicycle 1 93
49 1583544129828 android on_bicycle 1 93
50 1583545078338 android on_foot 2 99
51 1583546404829 android on_foot 2 80
52 1583547889288 android on_foot 2 80
53 1583547899383 android on_foot 2 94
54 1583552633084 android unknown 4 97
55 1583555788804 android still 3 99
56 1583556245402 android still 3 88
57 1583568720000 android still 3 90
58 1583600700000 android walking 7 88
59 1583605260000 android walking 7 91
60 1583612400000 android on_foot 2 89
61 1583613720000 android on_foot 2 87
62 1583626080000 android in_vehicle 0 92
63 1583626680000 android in_vehicle 0 93
64 1583645880000 android still 3 90
65 1583646360000 android still 3 94
66 1583653320000 android still 3 91
67 1583691120000 android tilting 5 88
68 1583695320000 android tilting 5 86
69 1583695920000 android tilting 5 89
70 1583712120000 android on_bicycle 1 92
71 1583712840000 android on_bicycle 1 90
72 1583728620000 android still 3 92
73 1583728740000 android still 3 92
74 1583763720000 android walking 7 89
75 1583765280000 android walking 7 93
76 1583789160000 android in_vehicle 0 91
77 1583793060000 android in_vehicle 0 88
78 1604030633193 android still 3 92
79 1604031569663 android still 3 88
80 1604033913359 android still 3 99
81 1604036489214 android unknown 4 92
82 1604042042710 android tilting 5 91
83 1604043595186 android tilting 5 98
84 1604044914638 android tilting 5 91
85 1604045632802 android tilting 5 86
86 1604048589418 android still 3 99
87 1604051436619 android still 3 88
88 1604052080604 android still 3 88
89 1604052372576 android still 3 99
90 1604053360769 android still 3 98
91 1604054760318 android still 3 99
92 1604056461588 android walking 7 86
93 1604056730494 android walking 7 98
94 1604057983131 android walking 7 92
95 1604058535681 android walking 7 94
96 1604061408555 android running 8 83
97 1604062942637 android running 8 85
98 1604063409481 android running 8 89
99 1604067261283 android in_vehicle 0 91
100 1604067555284 android in_vehicle 0 91
101 1604067570488 android in_vehicle 0 92
102 1604069175997 android in_vehicle 0 92
103 1604071342657 android on_foot 2 89
104 1604072353189 android on_foot 2 99
105 1604073660258 android on_foot 2 94
106 1604075019496 android on_foot 2 94
107 1604076052847 android on_foot 2 94
108 1604077228512 android on_foot 2 80
109 1604080848212 android still 3 98
110 1604082351546 android still 3 88
111 1604086334168 android still 3 98
112 1604093673066 android in_vehicle 0 88
113 1604094051364 android in_vehicle 0 92
114 1604094409878 android in_vehicle 0 98
115 1604094624460 android in_vehicle 0 86
116 1604095460268 android in_vehicle 0 91
117 1604095982003 android in_vehicle 0 92
118 1604098458465 android walking 7 98
119 1604098525576 android walking 7 98
120 1604098877847 android walking 7 86
121 1604099397023 android walking 7 92
122 1604100281253 android on_bicycle 1 87
123 1604100402827 android on_bicycle 1 87
124 1604101128766 android on_bicycle 1 93
125 1604103729828 android on_bicycle 1 93
126 1604104678338 android on_foot 2 99
127 1604106004829 android on_foot 2 80
128 1604107489288 android on_foot 2 80
129 1604107499383 android on_foot 2 94
130 1604112233084 android unknown 4 97
131 1604115388804 android still 3 99
132 1604115845402 android still 3 88
133 1604128320000 android still 3 90
134 1604160300000 android walking 7 88
135 1604164860000 android walking 7 91
136 1604172000000 android on_foot 2 89
137 1604173320000 android on_foot 2 87
138 1604185680000 android in_vehicle 0 92
139 1604186280000 android in_vehicle 0 93
140 1604205480000 android still 3 90
141 1604205960000 android still 3 94
142 1604220120000 android still 3 91
143 1604257920000 android tilting 5 88
144 1604262120000 android tilting 5 86
145 1604262720000 android tilting 5 89
146 1604278920000 android on_bicycle 1 92
147 1604279640000 android on_bicycle 1 90
148 1604295420000 android still 3 92
149 1604295540000 android still 3 92
150 1604330520000 android walking 7 89
151 1604332080000 android walking 7 93
152 1604355960000 android in_vehicle 0 91
153 1604359860000 android in_vehicle 0 88

View File

@ -0,0 +1,153 @@
timestamp,device_id,activities,confidence,stationary,walking,running,automotive,cycling,unknown,label
1583471033193,ios,[stationary],2,1,0,0,0,0,0,
1583471969663,ios,[stationary],1,1,0,0,0,0,0,
1583474313359,ios,[stationary],2,1,0,0,0,0,0,
1583476889214,ios,[unknown],0,0,0,0,0,0,1,
1583482442710,ios,[stationary],2,1,0,0,0,0,0,
1583483995186,ios,[stationary],2,1,0,0,0,0,0,
1583485314638,ios,[stationary],1,1,0,0,0,0,0,
1583486032802,ios,[stationary],1,1,0,0,0,0,0,
1583488989418,ios,[stationary],2,1,0,0,0,0,0,
1583491836619,ios,[stationary],2,1,0,0,0,0,0,
1583492480604,ios,[stationary],2,1,0,0,0,0,0,
1583492772576,ios,[stationary],2,1,0,0,0,0,0,
1583493760769,ios,[stationary],2,1,0,0,0,0,0,
1583495160318,ios,[stationary],2,1,0,0,0,0,0,
1583496861588,ios,[walking],2,0,1,0,0,0,0,
1583497130494,ios,[walking],2,0,1,0,0,0,0,
1583498383131,ios,[walking],2,0,1,0,0,0,0,
1583498935681,ios,[walking],2,0,1,0,0,0,0,
1583501808555,ios,[running],2,0,0,1,0,0,0,
1583503342637,ios,[running],2,0,0,1,0,0,0,
1583503809481,ios,[running],2,0,0,1,0,0,0,
1583507661283,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583507955284,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583507970488,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583509575997,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583511742657,ios,[walking],2,0,1,0,0,0,0,
1583512753189,ios,[walking],2,0,1,0,0,0,0,
1583514060258,ios,[walking],2,0,1,0,0,0,0,
1583515419496,ios,[walking],2,0,1,0,0,0,0,
1583516452847,ios,[walking],2,0,1,0,0,0,0,
1583517628512,ios,[walking],2,0,1,0,0,0,0,
1583521248212,ios,[stationary],2,1,0,0,0,0,0,
1583522751546,ios,[stationary],2,1,0,0,0,0,0,
1583526734168,ios,[stationary],2,1,0,0,0,0,0,
1583534073066,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583534451364,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583534809878,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583535024460,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583535860268,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583536382003,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583538858465,ios,[walking],2,0,1,0,0,0,0,
1583538925576,ios,[walking],2,0,1,0,0,0,0,
1583539277847,ios,[walking],2,0,1,0,0,0,0,
1583539797023,ios,[walking],2,0,1,0,0,0,0,
1583540681253,ios,[cycling],2,0,0,0,0,1,0,
1583540802827,ios,[cycling],2,0,0,0,0,1,0,
1583541528766,ios,[cycling],2,0,0,0,0,1,0,
1583544129828,ios,[cycling],2,0,0,0,0,1,0,
1583545078338,ios,[cycling],2,0,0,0,0,1,0,
1583546404829,ios,[walking],2,0,1,0,0,0,0,
1583547889288,ios,[walking],2,0,1,0,0,0,0,
1583547899383,ios,[walking],2,0,1,0,0,0,0,
1583552633084,ios,[unknown],2,0,0,0,0,0,1,
1583555788804,ios,[stationary],2,1,0,0,0,0,0,
1583556245402,ios,[stationary],2,1,0,0,0,0,0,
1583568720000,ios,[stationary],2,1,0,0,0,0,0,
1583600700000,ios,[walking],2,0,1,0,0,0,0,
1583605260000,ios,[walking],2,0,1,0,0,0,0,
1583612400000,ios,[walking],2,0,1,0,0,0,0,
1583613720000,ios,[walking],2,0,1,0,0,0,0,
1583626080000,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583626680000,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583645880000,ios,[stationary],2,1,0,0,0,0,0,
1583646360000,ios,[stationary],2,1,0,0,0,0,0,
1583653320000,ios,[stationary],2,1,0,0,0,0,0,
1583691120000,ios,[stationary],2,1,0,0,0,0,0,
1583695320000,ios,[stationary],2,1,0,0,0,0,0,
1583695920000,ios,[stationary],2,1,0,0,0,0,0,
1583712120000,ios,[cycling],2,0,0,0,0,1,0,
1583712840000,ios,[cycling],2,0,0,0,0,1,0,
1583728620000,ios,[stationary],2,1,0,0,0,0,0,
1583728740000,ios,[stationary],2,1,0,0,0,0,0,
1583763720000,ios,[walking],2,0,1,0,0,0,0,
1583765280000,ios,[walking],2,0,1,0,0,0,0,
1583789160000,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1583793060000,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604030633193,ios,[stationary],2,1,0,0,0,0,0,
1604031569663,ios,[stationary],1,1,0,0,0,0,0,
1604033913359,ios,[stationary],2,1,0,0,0,0,0,
1604036489214,ios,[unknown],0,0,0,0,0,0,1,
1604042042710,ios,[stationary],2,1,0,0,0,0,0,
1604043595186,ios,[stationary],2,1,0,0,0,0,0,
1604044914638,ios,[stationary],1,1,0,0,0,0,0,
1604045632802,ios,[stationary],1,1,0,0,0,0,0,
1604048589418,ios,[stationary],2,1,0,0,0,0,0,
1604051436619,ios,[stationary],2,1,0,0,0,0,0,
1604052080604,ios,[stationary],2,1,0,0,0,0,0,
1604052372576,ios,[stationary],2,1,0,0,0,0,0,
1604053360769,ios,[stationary],2,1,0,0,0,0,0,
1604054760318,ios,[stationary],2,1,0,0,0,0,0,
1604056461588,ios,[walking],2,0,1,0,0,0,0,
1604056730494,ios,[walking],2,0,1,0,0,0,0,
1604057983131,ios,[walking],2,0,1,0,0,0,0,
1604058535681,ios,[walking],2,0,1,0,0,0,0,
1604061408555,ios,[running],2,0,0,1,0,0,0,
1604062942637,ios,[running],2,0,0,1,0,0,0,
1604063409481,ios,[running],2,0,0,1,0,0,0,
1604067261283,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604067555284,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604067570488,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604069175997,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604071342657,ios,[walking],2,0,1,0,0,0,0,
1604072353189,ios,[walking],2,0,1,0,0,0,0,
1604073660258,ios,[walking],2,0,1,0,0,0,0,
1604075019496,ios,[walking],2,0,1,0,0,0,0,
1604076052847,ios,[walking],2,0,1,0,0,0,0,
1604077228512,ios,[walking],2,0,1,0,0,0,0,
1604080848212,ios,[stationary],2,1,0,0,0,0,0,
1604082351546,ios,[stationary],2,1,0,0,0,0,0,
1604086334168,ios,[stationary],2,1,0,0,0,0,0,
1604093673066,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604094051364,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604094409878,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604094624460,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604095460268,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604095982003,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604098458465,ios,[walking],2,0,1,0,0,0,0,
1604098525576,ios,[walking],2,0,1,0,0,0,0,
1604098877847,ios,[walking],2,0,1,0,0,0,0,
1604099397023,ios,[walking],2,0,1,0,0,0,0,
1604100281253,ios,[cycling],2,0,0,0,0,1,0,
1604100402827,ios,[cycling],2,0,0,0,0,1,0,
1604101128766,ios,[cycling],2,0,0,0,0,1,0,
1604103729828,ios,[cycling],2,0,0,0,0,1,0,
1604104678338,ios,[cycling],2,0,0,0,0,1,0,
1604106004829,ios,[walking],2,0,1,0,0,0,0,
1604107489288,ios,[walking],2,0,1,0,0,0,0,
1604107499383,ios,[walking],2,0,1,0,0,0,0,
1604112233084,ios,[unknown],2,0,0,0,0,0,1,
1604115388804,ios,[stationary],2,1,0,0,0,0,0,
1604115845402,ios,[stationary],2,1,0,0,0,0,0,
1604128320000,ios,[stationary],2,1,0,0,0,0,0,
1604160300000,ios,[walking],2,0,1,0,0,0,0,
1604164860000,ios,[walking],2,0,1,0,0,0,0,
1604172000000,ios,[walking],2,0,1,0,0,0,0,
1604173320000,ios,[walking],2,0,1,0,0,0,0,
1604185680000,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604186280000,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604205480000,ios,[stationary],2,1,0,0,0,0,0,
1604205960000,ios,[stationary],2,1,0,0,0,0,0,
1604220120000,ios,[stationary],2,1,0,0,0,0,0,
1604257920000,ios,[stationary],2,1,0,0,0,0,0,
1604262120000,ios,[stationary],2,1,0,0,0,0,0,
1604262720000,ios,[stationary],2,1,0,0,0,0,0,
1604278920000,ios,[cycling],2,0,0,0,0,1,0,
1604279640000,ios,[cycling],2,0,0,0,0,1,0,
1604295420000,ios,[stationary],2,1,0,0,0,0,0,
1604295540000,ios,[stationary],2,1,0,0,0,0,0,
1604330520000,ios,[walking],2,0,1,0,0,0,0,
1604332080000,ios,[walking],2,0,1,0,0,0,0,
1604355960000,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1604359860000,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1 timestamp device_id activities confidence stationary walking running automotive cycling unknown label
2 1583471033193 ios [stationary] 2 1 0 0 0 0 0
3 1583471969663 ios [stationary] 1 1 0 0 0 0 0
4 1583474313359 ios [stationary] 2 1 0 0 0 0 0
5 1583476889214 ios [unknown] 0 0 0 0 0 0 1
6 1583482442710 ios [stationary] 2 1 0 0 0 0 0
7 1583483995186 ios [stationary] 2 1 0 0 0 0 0
8 1583485314638 ios [stationary] 1 1 0 0 0 0 0
9 1583486032802 ios [stationary] 1 1 0 0 0 0 0
10 1583488989418 ios [stationary] 2 1 0 0 0 0 0
11 1583491836619 ios [stationary] 2 1 0 0 0 0 0
12 1583492480604 ios [stationary] 2 1 0 0 0 0 0
13 1583492772576 ios [stationary] 2 1 0 0 0 0 0
14 1583493760769 ios [stationary] 2 1 0 0 0 0 0
15 1583495160318 ios [stationary] 2 1 0 0 0 0 0
16 1583496861588 ios [walking] 2 0 1 0 0 0 0
17 1583497130494 ios [walking] 2 0 1 0 0 0 0
18 1583498383131 ios [walking] 2 0 1 0 0 0 0
19 1583498935681 ios [walking] 2 0 1 0 0 0 0
20 1583501808555 ios [running] 2 0 0 1 0 0 0
21 1583503342637 ios [running] 2 0 0 1 0 0 0
22 1583503809481 ios [running] 2 0 0 1 0 0 0
23 1583507661283 ios [stationary,automotive] 2 1 0 0 1 0 0
24 1583507955284 ios [stationary,automotive] 2 1 0 0 1 0 0
25 1583507970488 ios [stationary,automotive] 2 1 0 0 1 0 0
26 1583509575997 ios [stationary,automotive] 2 1 0 0 1 0 0
27 1583511742657 ios [walking] 2 0 1 0 0 0 0
28 1583512753189 ios [walking] 2 0 1 0 0 0 0
29 1583514060258 ios [walking] 2 0 1 0 0 0 0
30 1583515419496 ios [walking] 2 0 1 0 0 0 0
31 1583516452847 ios [walking] 2 0 1 0 0 0 0
32 1583517628512 ios [walking] 2 0 1 0 0 0 0
33 1583521248212 ios [stationary] 2 1 0 0 0 0 0
34 1583522751546 ios [stationary] 2 1 0 0 0 0 0
35 1583526734168 ios [stationary] 2 1 0 0 0 0 0
36 1583534073066 ios [stationary,automotive] 2 1 0 0 1 0 0
37 1583534451364 ios [stationary,automotive] 2 1 0 0 1 0 0
38 1583534809878 ios [stationary,automotive] 2 1 0 0 1 0 0
39 1583535024460 ios [stationary,automotive] 2 1 0 0 1 0 0
40 1583535860268 ios [stationary,automotive] 2 1 0 0 1 0 0
41 1583536382003 ios [stationary,automotive] 2 1 0 0 1 0 0
42 1583538858465 ios [walking] 2 0 1 0 0 0 0
43 1583538925576 ios [walking] 2 0 1 0 0 0 0
44 1583539277847 ios [walking] 2 0 1 0 0 0 0
45 1583539797023 ios [walking] 2 0 1 0 0 0 0
46 1583540681253 ios [cycling] 2 0 0 0 0 1 0
47 1583540802827 ios [cycling] 2 0 0 0 0 1 0
48 1583541528766 ios [cycling] 2 0 0 0 0 1 0
49 1583544129828 ios [cycling] 2 0 0 0 0 1 0
50 1583545078338 ios [cycling] 2 0 0 0 0 1 0
51 1583546404829 ios [walking] 2 0 1 0 0 0 0
52 1583547889288 ios [walking] 2 0 1 0 0 0 0
53 1583547899383 ios [walking] 2 0 1 0 0 0 0
54 1583552633084 ios [unknown] 2 0 0 0 0 0 1
55 1583555788804 ios [stationary] 2 1 0 0 0 0 0
56 1583556245402 ios [stationary] 2 1 0 0 0 0 0
57 1583568720000 ios [stationary] 2 1 0 0 0 0 0
58 1583600700000 ios [walking] 2 0 1 0 0 0 0
59 1583605260000 ios [walking] 2 0 1 0 0 0 0
60 1583612400000 ios [walking] 2 0 1 0 0 0 0
61 1583613720000 ios [walking] 2 0 1 0 0 0 0
62 1583626080000 ios [stationary,automotive] 2 1 0 0 1 0 0
63 1583626680000 ios [stationary,automotive] 2 1 0 0 1 0 0
64 1583645880000 ios [stationary] 2 1 0 0 0 0 0
65 1583646360000 ios [stationary] 2 1 0 0 0 0 0
66 1583653320000 ios [stationary] 2 1 0 0 0 0 0
67 1583691120000 ios [stationary] 2 1 0 0 0 0 0
68 1583695320000 ios [stationary] 2 1 0 0 0 0 0
69 1583695920000 ios [stationary] 2 1 0 0 0 0 0
70 1583712120000 ios [cycling] 2 0 0 0 0 1 0
71 1583712840000 ios [cycling] 2 0 0 0 0 1 0
72 1583728620000 ios [stationary] 2 1 0 0 0 0 0
73 1583728740000 ios [stationary] 2 1 0 0 0 0 0
74 1583763720000 ios [walking] 2 0 1 0 0 0 0
75 1583765280000 ios [walking] 2 0 1 0 0 0 0
76 1583789160000 ios [stationary,automotive] 2 1 0 0 1 0 0
77 1583793060000 ios [stationary,automotive] 2 1 0 0 1 0 0
78 1604030633193 ios [stationary] 2 1 0 0 0 0 0
79 1604031569663 ios [stationary] 1 1 0 0 0 0 0
80 1604033913359 ios [stationary] 2 1 0 0 0 0 0
81 1604036489214 ios [unknown] 0 0 0 0 0 0 1
82 1604042042710 ios [stationary] 2 1 0 0 0 0 0
83 1604043595186 ios [stationary] 2 1 0 0 0 0 0
84 1604044914638 ios [stationary] 1 1 0 0 0 0 0
85 1604045632802 ios [stationary] 1 1 0 0 0 0 0
86 1604048589418 ios [stationary] 2 1 0 0 0 0 0
87 1604051436619 ios [stationary] 2 1 0 0 0 0 0
88 1604052080604 ios [stationary] 2 1 0 0 0 0 0
89 1604052372576 ios [stationary] 2 1 0 0 0 0 0
90 1604053360769 ios [stationary] 2 1 0 0 0 0 0
91 1604054760318 ios [stationary] 2 1 0 0 0 0 0
92 1604056461588 ios [walking] 2 0 1 0 0 0 0
93 1604056730494 ios [walking] 2 0 1 0 0 0 0
94 1604057983131 ios [walking] 2 0 1 0 0 0 0
95 1604058535681 ios [walking] 2 0 1 0 0 0 0
96 1604061408555 ios [running] 2 0 0 1 0 0 0
97 1604062942637 ios [running] 2 0 0 1 0 0 0
98 1604063409481 ios [running] 2 0 0 1 0 0 0
99 1604067261283 ios [stationary,automotive] 2 1 0 0 1 0 0
100 1604067555284 ios [stationary,automotive] 2 1 0 0 1 0 0
101 1604067570488 ios [stationary,automotive] 2 1 0 0 1 0 0
102 1604069175997 ios [stationary,automotive] 2 1 0 0 1 0 0
103 1604071342657 ios [walking] 2 0 1 0 0 0 0
104 1604072353189 ios [walking] 2 0 1 0 0 0 0
105 1604073660258 ios [walking] 2 0 1 0 0 0 0
106 1604075019496 ios [walking] 2 0 1 0 0 0 0
107 1604076052847 ios [walking] 2 0 1 0 0 0 0
108 1604077228512 ios [walking] 2 0 1 0 0 0 0
109 1604080848212 ios [stationary] 2 1 0 0 0 0 0
110 1604082351546 ios [stationary] 2 1 0 0 0 0 0
111 1604086334168 ios [stationary] 2 1 0 0 0 0 0
112 1604093673066 ios [stationary,automotive] 2 1 0 0 1 0 0
113 1604094051364 ios [stationary,automotive] 2 1 0 0 1 0 0
114 1604094409878 ios [stationary,automotive] 2 1 0 0 1 0 0
115 1604094624460 ios [stationary,automotive] 2 1 0 0 1 0 0
116 1604095460268 ios [stationary,automotive] 2 1 0 0 1 0 0
117 1604095982003 ios [stationary,automotive] 2 1 0 0 1 0 0
118 1604098458465 ios [walking] 2 0 1 0 0 0 0
119 1604098525576 ios [walking] 2 0 1 0 0 0 0
120 1604098877847 ios [walking] 2 0 1 0 0 0 0
121 1604099397023 ios [walking] 2 0 1 0 0 0 0
122 1604100281253 ios [cycling] 2 0 0 0 0 1 0
123 1604100402827 ios [cycling] 2 0 0 0 0 1 0
124 1604101128766 ios [cycling] 2 0 0 0 0 1 0
125 1604103729828 ios [cycling] 2 0 0 0 0 1 0
126 1604104678338 ios [cycling] 2 0 0 0 0 1 0
127 1604106004829 ios [walking] 2 0 1 0 0 0 0
128 1604107489288 ios [walking] 2 0 1 0 0 0 0
129 1604107499383 ios [walking] 2 0 1 0 0 0 0
130 1604112233084 ios [unknown] 2 0 0 0 0 0 1
131 1604115388804 ios [stationary] 2 1 0 0 0 0 0
132 1604115845402 ios [stationary] 2 1 0 0 0 0 0
133 1604128320000 ios [stationary] 2 1 0 0 0 0 0
134 1604160300000 ios [walking] 2 0 1 0 0 0 0
135 1604164860000 ios [walking] 2 0 1 0 0 0 0
136 1604172000000 ios [walking] 2 0 1 0 0 0 0
137 1604173320000 ios [walking] 2 0 1 0 0 0 0
138 1604185680000 ios [stationary,automotive] 2 1 0 0 1 0 0
139 1604186280000 ios [stationary,automotive] 2 1 0 0 1 0 0
140 1604205480000 ios [stationary] 2 1 0 0 0 0 0
141 1604205960000 ios [stationary] 2 1 0 0 0 0 0
142 1604220120000 ios [stationary] 2 1 0 0 0 0 0
143 1604257920000 ios [stationary] 2 1 0 0 0 0 0
144 1604262120000 ios [stationary] 2 1 0 0 0 0 0
145 1604262720000 ios [stationary] 2 1 0 0 0 0 0
146 1604278920000 ios [cycling] 2 0 0 0 0 1 0
147 1604279640000 ios [cycling] 2 0 0 0 0 1 0
148 1604295420000 ios [stationary] 2 1 0 0 0 0 0
149 1604295540000 ios [stationary] 2 1 0 0 0 0 0
150 1604330520000 ios [walking] 2 0 1 0 0 0 0
151 1604332080000 ios [walking] 2 0 1 0 0 0 0
152 1604355960000 ios [stationary,automotive] 2 1 0 0 1 0 0
153 1604359860000 ios [stationary,automotive] 2 1 0 0 1 0 0

View File

@ -0,0 +1,77 @@
test_time,device_id,activity_name,activity_type,confidence,activities
Fri 00:03:53.193,android,still,3,92,
Fri 00:19:29.663,android,still,3,88,
Fri 00:58:33.359,android,still,3,99,
Fri 01:41:29.214,android,unknown,4,92,
Fri 03:14:02.710,android,tilting,5,91,
Fri 03:39:55.186,android,tilting,5,98,
Fri 04:01:54.638,android,tilting,5,91,
Fri 04:13:52.802,android,tilting,5,86,
Fri 05:03:09.418,android,still,3,99,
Fri 05:50:36.619,android,still,3,88,
Fri 06:01:20.604,android,still,3,88,
Fri 06:06:12.576,android,still,3,99,
Fri 06:22:40.769,android,still,3,98,
Fri 06:46:00.318,android,still,3,99,
Fri 07:14:21.588,android,walking,7,86,
Fri 07:18:50.494,android,walking,7,98,
Fri 07:39:43.131,android,walking,7,92,
Fri 07:48:55.681,android,walking,7,94,
Fri 08:36:48.555,android,running,8,83,
Fri 09:02:22.637,android,running,8,85,
Fri 09:10:09.481,android,running,8,89,
Fri 10:14:21.283,android,in_vehicle,0,91,
Fri 10:19:15.284,android,in_vehicle,0,91,
Fri 10:19:30.488,android,in_vehicle,0,92,
Fri 10:46:15.997,android,in_vehicle,0,92,
Fri 11:22:22.657,android,on_foot,2,89,
Fri 11:39:13.189,android,on_foot,2,99,
Fri 12:01:00.258,android,on_foot,2,94,
Fri 12:23:39.496,android,on_foot,2,94,
Fri 12:40:52.847,android,on_foot,2,94,
Fri 13:00:28.512,android,on_foot,2,80,
Fri 14:00:48.212,android,still,3,98,
Fri 14:25:51.546,android,still,3,88,
Fri 15:32:14.168,android,still,3,98,
Fri 17:34:33.066,android,in_vehicle,0,88,
Fri 17:40:51.364,android,in_vehicle,0,92,
Fri 17:46:49.878,android,in_vehicle,0,98,
Fri 17:50:24.460,android,in_vehicle,0,86,
Fri 18:04:20.268,android,in_vehicle,0,91,
Fri 18:13:02.003,android,in_vehicle,0,92,
Fri 18:54:18.465,android,walking,7,98,
Fri 18:55:25.576,android,walking,7,98,
Fri 19:01:17.847,android,walking,7,86,
Fri 19:09:57.023,android,walking,7,92,
Fri 19:24:41.253,android,on_bicycle,1,87,
Fri 19:26:42.827,android,on_bicycle,1,87,
Fri 19:38:48.766,android,on_bicycle,1,93,
Fri 20:22:09.828,android,on_bicycle,1,93,
Fri 20:37:58.338,android,on_foot,2,99,
Fri 21:00:04.829,android,on_foot,2,80,
Fri 21:24:49.288,android,on_foot,2,80,
Fri 21:24:59.383,android,on_foot,2,94,
Fri 22:43:53.084,android,unknown,4,97,
Fri 23:36:28.804,android,still,3,99,
Fri 23:44:05.402,android,still,3,88,
Sat 03:12:00.000,android,still,3,90,
Sat 12:05:00.000,android,walking,7,88,
Sat 13:21:00.000,android,walking,7,91,
Sat 15:20:00.000,android,on_foot,2,89,
Sat 15:42:00.000,android,on_foot,2,87,
Sat 19:08:00.000,android,in_vehicle,0,92,
Sat 19:18:00.000,android,in_vehicle,0,93,
Sun 00:38:00.000,android,still,3,90,
Sun 00:46:00.000,android,still,3,94,
Sun 03:42:00.000,android,still,3,91,
Sun 14:12:00.000,android,tilting,5,88,
Sun 15:22:00.000,android,tilting,5,86,
Sun 15:32:00.000,android,tilting,5,89,
Sun 20:02:00.000,android,on_bicycle,1,92,
Sun 20:14:00.000,android,on_bicycle,1,90,
Mon 00:37:00.000,android,still,3,92,
Mon 00:39:00.000,android,still,3,92,
Mon 10:22:00.000,android,walking,7,89,
Mon 10:48:00.000,android,walking,7,93,
Mon 17:26:00.000,android,in_vehicle,0,91,
Mon 18:31:00.000,android,in_vehicle,0,88,
1 test_time device_id activity_name activity_type confidence activities
2 Fri 00:03:53.193 android still 3 92
3 Fri 00:19:29.663 android still 3 88
4 Fri 00:58:33.359 android still 3 99
5 Fri 01:41:29.214 android unknown 4 92
6 Fri 03:14:02.710 android tilting 5 91
7 Fri 03:39:55.186 android tilting 5 98
8 Fri 04:01:54.638 android tilting 5 91
9 Fri 04:13:52.802 android tilting 5 86
10 Fri 05:03:09.418 android still 3 99
11 Fri 05:50:36.619 android still 3 88
12 Fri 06:01:20.604 android still 3 88
13 Fri 06:06:12.576 android still 3 99
14 Fri 06:22:40.769 android still 3 98
15 Fri 06:46:00.318 android still 3 99
16 Fri 07:14:21.588 android walking 7 86
17 Fri 07:18:50.494 android walking 7 98
18 Fri 07:39:43.131 android walking 7 92
19 Fri 07:48:55.681 android walking 7 94
20 Fri 08:36:48.555 android running 8 83
21 Fri 09:02:22.637 android running 8 85
22 Fri 09:10:09.481 android running 8 89
23 Fri 10:14:21.283 android in_vehicle 0 91
24 Fri 10:19:15.284 android in_vehicle 0 91
25 Fri 10:19:30.488 android in_vehicle 0 92
26 Fri 10:46:15.997 android in_vehicle 0 92
27 Fri 11:22:22.657 android on_foot 2 89
28 Fri 11:39:13.189 android on_foot 2 99
29 Fri 12:01:00.258 android on_foot 2 94
30 Fri 12:23:39.496 android on_foot 2 94
31 Fri 12:40:52.847 android on_foot 2 94
32 Fri 13:00:28.512 android on_foot 2 80
33 Fri 14:00:48.212 android still 3 98
34 Fri 14:25:51.546 android still 3 88
35 Fri 15:32:14.168 android still 3 98
36 Fri 17:34:33.066 android in_vehicle 0 88
37 Fri 17:40:51.364 android in_vehicle 0 92
38 Fri 17:46:49.878 android in_vehicle 0 98
39 Fri 17:50:24.460 android in_vehicle 0 86
40 Fri 18:04:20.268 android in_vehicle 0 91
41 Fri 18:13:02.003 android in_vehicle 0 92
42 Fri 18:54:18.465 android walking 7 98
43 Fri 18:55:25.576 android walking 7 98
44 Fri 19:01:17.847 android walking 7 86
45 Fri 19:09:57.023 android walking 7 92
46 Fri 19:24:41.253 android on_bicycle 1 87
47 Fri 19:26:42.827 android on_bicycle 1 87
48 Fri 19:38:48.766 android on_bicycle 1 93
49 Fri 20:22:09.828 android on_bicycle 1 93
50 Fri 20:37:58.338 android on_foot 2 99
51 Fri 21:00:04.829 android on_foot 2 80
52 Fri 21:24:49.288 android on_foot 2 80
53 Fri 21:24:59.383 android on_foot 2 94
54 Fri 22:43:53.084 android unknown 4 97
55 Fri 23:36:28.804 android still 3 99
56 Fri 23:44:05.402 android still 3 88
57 Sat 03:12:00.000 android still 3 90
58 Sat 12:05:00.000 android walking 7 88
59 Sat 13:21:00.000 android walking 7 91
60 Sat 15:20:00.000 android on_foot 2 89
61 Sat 15:42:00.000 android on_foot 2 87
62 Sat 19:08:00.000 android in_vehicle 0 92
63 Sat 19:18:00.000 android in_vehicle 0 93
64 Sun 00:38:00.000 android still 3 90
65 Sun 00:46:00.000 android still 3 94
66 Sun 03:42:00.000 android still 3 91
67 Sun 14:12:00.000 android tilting 5 88
68 Sun 15:22:00.000 android tilting 5 86
69 Sun 15:32:00.000 android tilting 5 89
70 Sun 20:02:00.000 android on_bicycle 1 92
71 Sun 20:14:00.000 android on_bicycle 1 90
72 Mon 00:37:00.000 android still 3 92
73 Mon 00:39:00.000 android still 3 92
74 Mon 10:22:00.000 android walking 7 89
75 Mon 10:48:00.000 android walking 7 93
76 Mon 17:26:00.000 android in_vehicle 0 91
77 Mon 18:31:00.000 android in_vehicle 0 88

View File

@ -0,0 +1,77 @@
test_time,device_id,activities,confidence,stationary,walking,running,automotive,cycling,unknown,label
Fri 00:03:53.193,ios,[stationary],2,1,0,0,0,0,0,
Fri 00:19:29.663,ios,[stationary],1,1,0,0,0,0,0,
Fri 00:58:33.359,ios,[stationary],2,1,0,0,0,0,0,
Fri 01:41:29.214,ios,[unknown],0,0,0,0,0,0,1,
Fri 03:14:02.710,ios,[stationary],2,1,0,0,0,0,0,
Fri 03:39:55.186,ios,[stationary],2,1,0,0,0,0,0,
Fri 04:01:54.638,ios,[stationary],1,1,0,0,0,0,0,
Fri 04:13:52.802,ios,[stationary],1,1,0,0,0,0,0,
Fri 05:03:09.418,ios,[stationary],2,1,0,0,0,0,0,
Fri 05:50:36.619,ios,[stationary],2,1,0,0,0,0,0,
Fri 06:01:20.604,ios,[stationary],2,1,0,0,0,0,0,
Fri 06:06:12.576,ios,[stationary],2,1,0,0,0,0,0,
Fri 06:22:40.769,ios,[stationary],2,1,0,0,0,0,0,
Fri 06:46:00.318,ios,[stationary],2,1,0,0,0,0,0,
Fri 07:14:21.588,ios,[walking],2,0,1,0,0,0,0,
Fri 07:18:50.494,ios,[walking],2,0,1,0,0,0,0,
Fri 07:39:43.131,ios,[walking],2,0,1,0,0,0,0,
Fri 07:48:55.681,ios,[walking],2,0,1,0,0,0,0,
Fri 08:36:48.555,ios,[running],2,0,0,1,0,0,0,
Fri 09:02:22.637,ios,[running],2,0,0,1,0,0,0,
Fri 09:10:09.481,ios,[running],2,0,0,1,0,0,0,
Fri 10:14:21.283,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Fri 10:19:15.284,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Fri 10:19:30.488,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Fri 10:46:15.997,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Fri 11:22:22.657,ios,[walking],2,0,1,0,0,0,0,
Fri 11:39:13.189,ios,[walking],2,0,1,0,0,0,0,
Fri 12:01:00.258,ios,[walking],2,0,1,0,0,0,0,
Fri 12:23:39.496,ios,[walking],2,0,1,0,0,0,0,
Fri 12:40:52.847,ios,[walking],2,0,1,0,0,0,0,
Fri 13:00:28.512,ios,[walking],2,0,1,0,0,0,0,
Fri 14:00:48.212,ios,[stationary],2,1,0,0,0,0,0,
Fri 14:25:51.546,ios,[stationary],2,1,0,0,0,0,0,
Fri 15:32:14.168,ios,[stationary],2,1,0,0,0,0,0,
Fri 17:34:33.066,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Fri 17:40:51.364,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Fri 17:46:49.878,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Fri 17:50:24.460,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Fri 18:04:20.268,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Fri 18:13:02.003,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Fri 18:54:18.465,ios,[walking],2,0,1,0,0,0,0,
Fri 18:55:25.576,ios,[walking],2,0,1,0,0,0,0,
Fri 19:01:17.847,ios,[walking],2,0,1,0,0,0,0,
Fri 19:09:57.023,ios,[walking],2,0,1,0,0,0,0,
Fri 19:24:41.253,ios,[cycling],2,0,0,0,0,1,0,
Fri 19:26:42.827,ios,[cycling],2,0,0,0,0,1,0,
Fri 19:38:48.766,ios,[cycling],2,0,0,0,0,1,0,
Fri 20:22:09.828,ios,[cycling],2,0,0,0,0,1,0,
Fri 20:37:58.338,ios,[cycling],2,0,0,0,0,1,0,
Fri 21:00:04.829,ios,[walking],2,0,1,0,0,0,0,
Fri 21:24:49.288,ios,[walking],2,0,1,0,0,0,0,
Fri 21:24:59.383,ios,[walking],2,0,1,0,0,0,0,
Fri 22:43:53.084,ios,[unknown],2,0,0,0,0,0,1,
Fri 23:36:28.804,ios,[stationary],2,1,0,0,0,0,0,
Fri 23:44:05.402,ios,[stationary],2,1,0,0,0,0,0,
Sat 03:12:00.000,ios,[stationary],2,1,0,0,0,0,0,
Sat 12:05:00.000,ios,[walking],2,0,1,0,0,0,0,
Sat 13:21:00.000,ios,[walking],2,0,1,0,0,0,0,
Sat 15:20:00.000,ios,[walking],2,0,1,0,0,0,0,
Sat 15:42:00.000,ios,[walking],2,0,1,0,0,0,0,
Sat 19:08:00.000,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Sat 19:18:00.000,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Sun 00:38:00.000,ios,[stationary],2,1,0,0,0,0,0,
Sun 00:46:00.000,ios,[stationary],2,1,0,0,0,0,0,
Sun 03:42:00.000,ios,[stationary],2,1,0,0,0,0,0,
Sun 14:12:00.000,ios,[stationary],2,1,0,0,0,0,0,
Sun 15:22:00.000,ios,[stationary],2,1,0,0,0,0,0,
Sun 15:32:00.000,ios,[stationary],2,1,0,0,0,0,0,
Sun 20:02:00.000,ios,[cycling],2,0,0,0,0,1,0,
Sun 20:14:00.000,ios,[cycling],2,0,0,0,0,1,0,
Mon 00:37:00.000,ios,[stationary],2,1,0,0,0,0,0,
Mon 00:39:00.000,ios,[stationary],2,1,0,0,0,0,0,
Mon 10:22:00.000,ios,[walking],2,0,1,0,0,0,0,
Mon 10:48:00.000,ios,[walking],2,0,1,0,0,0,0,
Mon 17:26:00.000,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
Mon 18:31:00.000,ios,"[stationary,automotive]",2,1,0,0,1,0,0,
1 test_time device_id activities confidence stationary walking running automotive cycling unknown label
2 Fri 00:03:53.193 ios [stationary] 2 1 0 0 0 0 0
3 Fri 00:19:29.663 ios [stationary] 1 1 0 0 0 0 0
4 Fri 00:58:33.359 ios [stationary] 2 1 0 0 0 0 0
5 Fri 01:41:29.214 ios [unknown] 0 0 0 0 0 0 1
6 Fri 03:14:02.710 ios [stationary] 2 1 0 0 0 0 0
7 Fri 03:39:55.186 ios [stationary] 2 1 0 0 0 0 0
8 Fri 04:01:54.638 ios [stationary] 1 1 0 0 0 0 0
9 Fri 04:13:52.802 ios [stationary] 1 1 0 0 0 0 0
10 Fri 05:03:09.418 ios [stationary] 2 1 0 0 0 0 0
11 Fri 05:50:36.619 ios [stationary] 2 1 0 0 0 0 0
12 Fri 06:01:20.604 ios [stationary] 2 1 0 0 0 0 0
13 Fri 06:06:12.576 ios [stationary] 2 1 0 0 0 0 0
14 Fri 06:22:40.769 ios [stationary] 2 1 0 0 0 0 0
15 Fri 06:46:00.318 ios [stationary] 2 1 0 0 0 0 0
16 Fri 07:14:21.588 ios [walking] 2 0 1 0 0 0 0
17 Fri 07:18:50.494 ios [walking] 2 0 1 0 0 0 0
18 Fri 07:39:43.131 ios [walking] 2 0 1 0 0 0 0
19 Fri 07:48:55.681 ios [walking] 2 0 1 0 0 0 0
20 Fri 08:36:48.555 ios [running] 2 0 0 1 0 0 0
21 Fri 09:02:22.637 ios [running] 2 0 0 1 0 0 0
22 Fri 09:10:09.481 ios [running] 2 0 0 1 0 0 0
23 Fri 10:14:21.283 ios [stationary,automotive] 2 1 0 0 1 0 0
24 Fri 10:19:15.284 ios [stationary,automotive] 2 1 0 0 1 0 0
25 Fri 10:19:30.488 ios [stationary,automotive] 2 1 0 0 1 0 0
26 Fri 10:46:15.997 ios [stationary,automotive] 2 1 0 0 1 0 0
27 Fri 11:22:22.657 ios [walking] 2 0 1 0 0 0 0
28 Fri 11:39:13.189 ios [walking] 2 0 1 0 0 0 0
29 Fri 12:01:00.258 ios [walking] 2 0 1 0 0 0 0
30 Fri 12:23:39.496 ios [walking] 2 0 1 0 0 0 0
31 Fri 12:40:52.847 ios [walking] 2 0 1 0 0 0 0
32 Fri 13:00:28.512 ios [walking] 2 0 1 0 0 0 0
33 Fri 14:00:48.212 ios [stationary] 2 1 0 0 0 0 0
34 Fri 14:25:51.546 ios [stationary] 2 1 0 0 0 0 0
35 Fri 15:32:14.168 ios [stationary] 2 1 0 0 0 0 0
36 Fri 17:34:33.066 ios [stationary,automotive] 2 1 0 0 1 0 0
37 Fri 17:40:51.364 ios [stationary,automotive] 2 1 0 0 1 0 0
38 Fri 17:46:49.878 ios [stationary,automotive] 2 1 0 0 1 0 0
39 Fri 17:50:24.460 ios [stationary,automotive] 2 1 0 0 1 0 0
40 Fri 18:04:20.268 ios [stationary,automotive] 2 1 0 0 1 0 0
41 Fri 18:13:02.003 ios [stationary,automotive] 2 1 0 0 1 0 0
42 Fri 18:54:18.465 ios [walking] 2 0 1 0 0 0 0
43 Fri 18:55:25.576 ios [walking] 2 0 1 0 0 0 0
44 Fri 19:01:17.847 ios [walking] 2 0 1 0 0 0 0
45 Fri 19:09:57.023 ios [walking] 2 0 1 0 0 0 0
46 Fri 19:24:41.253 ios [cycling] 2 0 0 0 0 1 0
47 Fri 19:26:42.827 ios [cycling] 2 0 0 0 0 1 0
48 Fri 19:38:48.766 ios [cycling] 2 0 0 0 0 1 0
49 Fri 20:22:09.828 ios [cycling] 2 0 0 0 0 1 0
50 Fri 20:37:58.338 ios [cycling] 2 0 0 0 0 1 0
51 Fri 21:00:04.829 ios [walking] 2 0 1 0 0 0 0
52 Fri 21:24:49.288 ios [walking] 2 0 1 0 0 0 0
53 Fri 21:24:59.383 ios [walking] 2 0 1 0 0 0 0
54 Fri 22:43:53.084 ios [unknown] 2 0 0 0 0 0 1
55 Fri 23:36:28.804 ios [stationary] 2 1 0 0 0 0 0
56 Fri 23:44:05.402 ios [stationary] 2 1 0 0 0 0 0
57 Sat 03:12:00.000 ios [stationary] 2 1 0 0 0 0 0
58 Sat 12:05:00.000 ios [walking] 2 0 1 0 0 0 0
59 Sat 13:21:00.000 ios [walking] 2 0 1 0 0 0 0
60 Sat 15:20:00.000 ios [walking] 2 0 1 0 0 0 0
61 Sat 15:42:00.000 ios [walking] 2 0 1 0 0 0 0
62 Sat 19:08:00.000 ios [stationary,automotive] 2 1 0 0 1 0 0
63 Sat 19:18:00.000 ios [stationary,automotive] 2 1 0 0 1 0 0
64 Sun 00:38:00.000 ios [stationary] 2 1 0 0 0 0 0
65 Sun 00:46:00.000 ios [stationary] 2 1 0 0 0 0 0
66 Sun 03:42:00.000 ios [stationary] 2 1 0 0 0 0 0
67 Sun 14:12:00.000 ios [stationary] 2 1 0 0 0 0 0
68 Sun 15:22:00.000 ios [stationary] 2 1 0 0 0 0 0
69 Sun 15:32:00.000 ios [stationary] 2 1 0 0 0 0 0
70 Sun 20:02:00.000 ios [cycling] 2 0 0 0 0 1 0
71 Sun 20:14:00.000 ios [cycling] 2 0 0 0 0 1 0
72 Mon 00:37:00.000 ios [stationary] 2 1 0 0 0 0 0
73 Mon 00:39:00.000 ios [stationary] 2 1 0 0 0 0 0
74 Mon 10:22:00.000 ios [walking] 2 0 1 0 0 0 0
75 Mon 10:48:00.000 ios [walking] 2 0 1 0 0 0 0
76 Mon 17:26:00.000 ios [stationary,automotive] 2 1 0 0 1 0 0
77 Mon 18:31:00.000 ios [stationary,automotive] 2 1 0 0 1 0 0

View File

@ -0,0 +1,3 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_durationvehicle"
"beforeMarchEvent#2020-03-07 16:00:00,2020-03-08 15:00:00","beforeMarchEvent","2020-03-07 16:00:00","2020-03-08 15:00:00",6,3,3,19.9996666666667,0,9.99983333333333
"beforeNovemberEvent#2020-10-31 16:00:00,2020-11-01 13:00:00","beforeNovemberEvent","2020-10-31 16:00:00","2020-11-01 13:00:00",5,3,2,14.99975,0,9.99983333333333
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_count phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_durationvehicle
2 beforeMarchEvent#2020-03-07 16:00:00,2020-03-08 15:00:00 beforeMarchEvent 2020-03-07 16:00:00 2020-03-08 15:00:00 6 3 3 19.9996666666667 0 9.99983333333333
3 beforeNovemberEvent#2020-10-31 16:00:00,2020-11-01 13:00:00 beforeNovemberEvent 2020-10-31 16:00:00 2020-11-01 13:00:00 5 3 2 14.99975 0 9.99983333333333

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1,3 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_durationvehicle"
"beforeMarchEvent#2020-03-07 16:00:00,2020-03-08 15:00:00","beforeMarchEvent","2020-03-07 16:00:00","2020-03-08 15:00:00",6,3,2,19.9996666666667,0,9.99983333333333
"beforeNovemberEvent#2020-10-31 16:00:00,2020-11-01 13:00:00","beforeNovemberEvent","2020-10-31 16:00:00","2020-11-01 13:00:00",5,3,2,14.99975,0,9.99983333333333
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_count phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_durationvehicle
2 beforeMarchEvent#2020-03-07 16:00:00,2020-03-08 15:00:00 beforeMarchEvent 2020-03-07 16:00:00 2020-03-08 15:00:00 6 3 2 19.9996666666667 0 9.99983333333333
3 beforeNovemberEvent#2020-10-31 16:00:00,2020-11-01 13:00:00 beforeNovemberEvent 2020-10-31 16:00:00 2020-11-01 13:00:00 5 3 2 14.99975 0 9.99983333333333

View File

@ -0,0 +1,106 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_durationvehicle"
"thirtyminutes0000#2020-03-06 00:00:00,2020-03-06 00:29:59","thirtyminutes0000","2020-03-06 00:00:00","2020-03-06 00:29:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0000#2020-10-30 00:00:00,2020-10-30 00:29:59","thirtyminutes0000","2020-10-30 00:00:00","2020-10-30 00:29:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0001#2020-03-06 00:30:00,2020-03-06 00:59:59","thirtyminutes0001","2020-03-06 00:30:00","2020-03-06 00:59:59",1,3,1,1.44398333333333,0,0
"thirtyminutes0001#2020-03-09 00:30:00,2020-03-09 00:59:59","thirtyminutes0001","2020-03-09 00:30:00","2020-03-09 00:59:59",1,3,1,6.99988333333333,0,0
"thirtyminutes0001#2020-10-30 00:30:00,2020-10-30 00:59:59","thirtyminutes0001","2020-10-30 00:30:00","2020-10-30 00:59:59",1,3,1,1.44398333333333,0,0
"thirtyminutes0001#2020-11-02 00:30:00,2020-11-02 00:59:59","thirtyminutes0001","2020-11-02 00:30:00","2020-11-02 00:59:59",1,3,1,6.99988333333333,0,0
"thirtyminutes0002#2020-03-06 01:00:00,2020-03-06 01:29:59","thirtyminutes0002","2020-03-06 01:00:00","2020-03-06 01:29:59",1,3,1,3.55591666666667,0,0
"thirtyminutes0002#2020-10-30 01:00:00,2020-10-30 01:29:59","thirtyminutes0002","2020-10-30 01:00:00","2020-10-30 01:29:59",1,3,1,3.55591666666667,0,0
"thirtyminutes0003#2020-03-06 01:30:00,2020-03-06 01:59:59","thirtyminutes0003","2020-03-06 01:30:00","2020-03-06 01:59:59",1,4,1,0,0,0
"thirtyminutes0003#2020-10-30 01:30:00,2020-10-30 01:59:59","thirtyminutes0003","2020-10-30 01:30:00","2020-10-30 01:59:59",1,4,1,0,0,0
"thirtyminutes0006#2020-03-06 03:00:00,2020-03-06 03:29:59","thirtyminutes0006","2020-03-06 03:00:00","2020-03-06 03:29:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0006#2020-03-07 03:00:00,2020-03-07 03:29:59","thirtyminutes0006","2020-03-07 03:00:00","2020-03-07 03:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0006#2020-10-30 03:00:00,2020-10-30 03:29:59","thirtyminutes0006","2020-10-30 03:00:00","2020-10-30 03:29:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0006#2020-10-31 03:00:00,2020-10-31 03:29:59","thirtyminutes0006","2020-10-31 03:00:00","2020-10-31 03:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0007#2020-03-06 03:30:00,2020-03-06 03:59:59","thirtyminutes0007","2020-03-06 03:30:00","2020-03-06 03:59:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0007#2020-10-30 03:30:00,2020-10-30 03:59:59","thirtyminutes0007","2020-10-30 03:30:00","2020-10-30 03:59:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0008#2020-03-06 04:00:00,2020-03-06 04:29:59","thirtyminutes0008","2020-03-06 04:00:00","2020-03-06 04:29:59",2,5,1,9.99983333333333,0,0
"thirtyminutes0008#2020-10-30 04:00:00,2020-10-30 04:29:59","thirtyminutes0008","2020-10-30 04:00:00","2020-10-30 04:29:59",2,5,1,9.99983333333333,0,0
"thirtyminutes0010#2020-03-06 05:00:00,2020-03-06 05:29:59","thirtyminutes0010","2020-03-06 05:00:00","2020-03-06 05:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0010#2020-10-30 05:00:00,2020-10-30 05:29:59","thirtyminutes0010","2020-10-30 05:00:00","2020-10-30 05:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0011#2020-03-06 05:30:00,2020-03-06 05:59:59","thirtyminutes0011","2020-03-06 05:30:00","2020-03-06 05:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0011#2020-10-30 05:30:00,2020-10-30 05:59:59","thirtyminutes0011","2020-10-30 05:30:00","2020-10-30 05:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0012#2020-03-06 06:00:00,2020-03-06 06:29:59","thirtyminutes0012","2020-03-06 06:00:00","2020-03-06 06:29:59",2,3,1,14.8659666666667,0,0
"thirtyminutes0012#2020-10-30 06:00:00,2020-10-30 06:29:59","thirtyminutes0012","2020-10-30 06:00:00","2020-10-30 06:29:59",2,3,1,14.8659666666667,0,0
"thirtyminutes0013#2020-03-06 06:30:00,2020-03-06 06:59:59","thirtyminutes0013","2020-03-06 06:30:00","2020-03-06 06:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0013#2020-10-30 06:30:00,2020-10-30 06:59:59","thirtyminutes0013","2020-10-30 06:30:00","2020-10-30 06:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0014#2020-03-06 07:00:00,2020-03-06 07:29:59","thirtyminutes0014","2020-03-06 07:00:00","2020-03-06 07:29:59",1,7,1,0,9.48161666666667,0
"thirtyminutes0014#2020-10-30 07:00:00,2020-10-30 07:29:59","thirtyminutes0014","2020-10-30 07:00:00","2020-10-30 07:29:59",1,7,1,0,9.48161666666667,0
"thirtyminutes0015#2020-03-06 07:30:00,2020-03-06 07:59:59","thirtyminutes0015","2020-03-06 07:30:00","2020-03-06 07:59:59",2,7,1,0,9.99983333333333,0
"thirtyminutes0015#2020-10-30 07:30:00,2020-10-30 07:59:59","thirtyminutes0015","2020-10-30 07:30:00","2020-10-30 07:59:59",2,7,1,0,9.99983333333333,0
"thirtyminutes0017#2020-03-06 08:30:00,2020-03-06 08:59:59","thirtyminutes0017","2020-03-06 08:30:00","2020-03-06 08:59:59",1,8,1,0,4.99991666666667,0
"thirtyminutes0017#2020-10-30 08:30:00,2020-10-30 08:59:59","thirtyminutes0017","2020-10-30 08:30:00","2020-10-30 08:59:59",1,8,1,0,4.99991666666667,0
"thirtyminutes0018#2020-03-06 09:00:00,2020-03-06 09:29:59","thirtyminutes0018","2020-03-06 09:00:00","2020-03-06 09:29:59",2,8,1,0,9.99983333333333,0
"thirtyminutes0018#2020-03-07 09:00:00,2020-03-07 09:29:59","thirtyminutes0018","2020-03-07 09:00:00","2020-03-07 09:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0018#2020-10-30 09:00:00,2020-10-30 09:29:59","thirtyminutes0018","2020-10-30 09:00:00","2020-10-30 09:29:59",2,8,1,0,9.99983333333333,0
"thirtyminutes0018#2020-10-31 09:00:00,2020-10-31 09:29:59","thirtyminutes0018","2020-10-31 09:00:00","2020-10-31 09:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0020#2020-03-06 10:00:00,2020-03-06 10:29:59","thirtyminutes0020","2020-03-06 10:00:00","2020-03-06 10:29:59",1,0,1,0,NA,10.15325
"thirtyminutes0020#2020-03-07 10:00:00,2020-03-07 10:29:59","thirtyminutes0020","2020-03-07 10:00:00","2020-03-07 10:29:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0020#2020-03-09 10:00:00,2020-03-09 10:29:59","thirtyminutes0020","2020-03-09 10:00:00","2020-03-09 10:29:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0020#2020-10-30 10:00:00,2020-10-30 10:29:59","thirtyminutes0020","2020-10-30 10:00:00","2020-10-30 10:29:59",1,0,1,0,NA,10.15325
"thirtyminutes0020#2020-10-31 10:00:00,2020-10-31 10:29:59","thirtyminutes0020","2020-10-31 10:00:00","2020-10-31 10:29:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0020#2020-11-02 10:00:00,2020-11-02 10:29:59","thirtyminutes0020","2020-11-02 10:00:00","2020-11-02 10:29:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0021#2020-03-06 10:30:00,2020-03-06 10:59:59","thirtyminutes0021","2020-03-06 10:30:00","2020-03-06 10:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0021#2020-03-09 10:30:00,2020-03-09 10:59:59","thirtyminutes0021","2020-03-09 10:30:00","2020-03-09 10:59:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0021#2020-10-30 10:30:00,2020-10-30 10:59:59","thirtyminutes0021","2020-10-30 10:30:00","2020-10-30 10:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0021#2020-11-02 10:30:00,2020-11-02 10:59:59","thirtyminutes0021","2020-11-02 10:30:00","2020-11-02 10:59:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0022#2020-03-06 11:00:00,2020-03-06 11:29:59","thirtyminutes0022","2020-03-06 11:00:00","2020-03-06 11:29:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0022#2020-10-30 11:00:00,2020-10-30 11:29:59","thirtyminutes0022","2020-10-30 11:00:00","2020-10-30 11:29:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0023#2020-03-06 11:30:00,2020-03-06 11:59:59","thirtyminutes0023","2020-03-06 11:30:00","2020-03-06 11:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0023#2020-10-30 11:30:00,2020-10-30 11:59:59","thirtyminutes0023","2020-10-30 11:30:00","2020-10-30 11:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0024#2020-03-06 12:00:00,2020-03-06 12:29:59","thirtyminutes0024","2020-03-06 12:00:00","2020-03-06 12:29:59",2,2,1,0,9.99983333333333,0
"thirtyminutes0024#2020-03-07 12:00:00,2020-03-07 12:29:59","thirtyminutes0024","2020-03-07 12:00:00","2020-03-07 12:29:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0024#2020-10-30 12:00:00,2020-10-30 12:29:59","thirtyminutes0024","2020-10-30 12:00:00","2020-10-30 12:29:59",2,2,1,0,9.99983333333333,0
"thirtyminutes0024#2020-10-31 12:00:00,2020-10-31 12:29:59","thirtyminutes0024","2020-10-31 12:00:00","2020-10-31 12:29:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0025#2020-03-06 12:30:00,2020-03-06 12:59:59","thirtyminutes0025","2020-03-06 12:30:00","2020-03-06 12:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0025#2020-03-07 12:30:00,2020-03-07 12:59:59","thirtyminutes0025","2020-03-07 12:30:00","2020-03-07 12:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0025#2020-10-30 12:30:00,2020-10-30 12:59:59","thirtyminutes0025","2020-10-30 12:30:00","2020-10-30 12:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0025#2020-10-31 12:30:00,2020-10-31 12:59:59","thirtyminutes0025","2020-10-31 12:30:00","2020-10-31 12:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0026#2020-03-06 13:00:00,2020-03-06 13:29:59","thirtyminutes0026","2020-03-06 13:00:00","2020-03-06 13:29:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0026#2020-10-30 13:00:00,2020-10-30 13:29:59","thirtyminutes0026","2020-10-30 13:00:00","2020-10-30 13:29:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0028#2020-03-06 14:00:00,2020-03-06 14:29:59","thirtyminutes0028","2020-03-06 14:00:00","2020-03-06 14:29:59",2,3,1,9.14073333333333,0,0
"thirtyminutes0028#2020-03-08 14:00:00,2020-03-08 14:29:59","thirtyminutes0028","2020-03-08 14:00:00","2020-03-08 14:29:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0028#2020-10-30 14:00:00,2020-10-30 14:29:59","thirtyminutes0028","2020-10-30 14:00:00","2020-10-30 14:29:59",2,3,1,9.14073333333333,0,0
"thirtyminutes0028#2020-11-01 14:00:00,2020-11-01 14:29:59","thirtyminutes0028","2020-11-01 14:00:00","2020-11-01 14:29:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0029#2020-03-06 14:30:00,2020-03-06 14:59:59","thirtyminutes0029","2020-03-06 14:30:00","2020-03-06 14:59:59",1,3,1,0.859083333333333,0,0
"thirtyminutes0029#2020-10-30 14:30:00,2020-10-30 14:59:59","thirtyminutes0029","2020-10-30 14:30:00","2020-10-30 14:59:59",1,3,1,0.859083333333333,0,0
"thirtyminutes0030#2020-03-08 15:00:00,2020-03-08 15:29:59","thirtyminutes0030","2020-03-08 15:00:00","2020-03-08 15:29:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0030#2020-11-01 15:00:00,2020-11-01 15:29:59","thirtyminutes0030","2020-11-01 15:00:00","2020-11-01 15:29:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0031#2020-03-06 15:30:00,2020-03-06 15:59:59","thirtyminutes0031","2020-03-06 15:30:00","2020-03-06 15:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0031#2020-03-08 15:30:00,2020-03-08 15:59:59","thirtyminutes0031","2020-03-08 15:30:00","2020-03-08 15:59:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0031#2020-10-30 15:30:00,2020-10-30 15:59:59","thirtyminutes0031","2020-10-30 15:30:00","2020-10-30 15:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0031#2020-11-01 15:30:00,2020-11-01 15:59:59","thirtyminutes0031","2020-11-01 15:30:00","2020-11-01 15:59:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0032#2020-03-07 16:00:00,2020-03-07 16:29:59","thirtyminutes0032","2020-03-07 16:00:00","2020-03-07 16:29:59",2,0,1,0,0,9.99983333333333
"thirtyminutes0032#2020-10-31 16:00:00,2020-10-31 16:29:59","thirtyminutes0032","2020-10-31 16:00:00","2020-10-31 16:29:59",2,0,1,0,0,9.99983333333333
"thirtyminutes0034#2020-03-09 17:00:00,2020-03-09 17:29:59","thirtyminutes0034","2020-03-09 17:00:00","2020-03-09 17:29:59",1,0,1,0,0,3.99993333333333
"thirtyminutes0034#2020-11-02 17:00:00,2020-11-02 17:29:59","thirtyminutes0034","2020-11-02 17:00:00","2020-11-02 17:29:59",1,0,1,0,0,3.99993333333333
"thirtyminutes0035#2020-03-06 17:30:00,2020-03-06 17:59:59","thirtyminutes0035","2020-03-06 17:30:00","2020-03-06 17:59:59",3,0,1,0,0,18.5760666666667
"thirtyminutes0035#2020-03-09 17:30:00,2020-03-09 17:59:59","thirtyminutes0035","2020-03-09 17:30:00","2020-03-09 17:59:59",1,0,1,0,0,0.999983333333333
"thirtyminutes0035#2020-10-30 17:30:00,2020-10-30 17:59:59","thirtyminutes0035","2020-10-30 17:30:00","2020-10-30 17:59:59",3,0,1,0,0,18.5760666666667
"thirtyminutes0035#2020-11-02 17:30:00,2020-11-02 17:59:59","thirtyminutes0035","2020-11-02 17:30:00","2020-11-02 17:59:59",1,0,1,0,0,0.999983333333333
"thirtyminutes0036#2020-03-06 18:00:00,2020-03-06 18:29:59","thirtyminutes0036","2020-03-06 18:00:00","2020-03-06 18:29:59",2,0,1,0,0,9.99983333333333
"thirtyminutes0036#2020-10-30 18:00:00,2020-10-30 18:29:59","thirtyminutes0036","2020-10-30 18:00:00","2020-10-30 18:29:59",2,0,1,0,0,9.99983333333333
"thirtyminutes0037#2020-03-06 18:30:00,2020-03-06 18:59:59","thirtyminutes0037","2020-03-06 18:30:00","2020-03-06 18:59:59",1,7,1,0,5.69215,NA
"thirtyminutes0037#2020-03-09 18:30:00,2020-03-09 18:59:59","thirtyminutes0037","2020-03-09 18:30:00","2020-03-09 18:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0037#2020-10-30 18:30:00,2020-10-30 18:59:59","thirtyminutes0037","2020-10-30 18:30:00","2020-10-30 18:59:59",1,7,1,0,5.69215,NA
"thirtyminutes0037#2020-11-02 18:30:00,2020-11-02 18:59:59","thirtyminutes0037","2020-11-02 18:30:00","2020-11-02 18:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0038#2020-03-06 19:00:00,2020-03-06 19:29:59","thirtyminutes0038","2020-03-06 19:00:00","2020-03-06 19:29:59",4,7,2,0,15.7384333333333,0
"thirtyminutes0038#2020-10-30 19:00:00,2020-10-30 19:29:59","thirtyminutes0038","2020-10-30 19:00:00","2020-10-30 19:29:59",4,7,2,0,15.7384333333333,0
"thirtyminutes0039#2020-03-06 19:30:00,2020-03-06 19:59:59","thirtyminutes0039","2020-03-06 19:30:00","2020-03-06 19:59:59",2,1,1,0,6.71366666666667,0
"thirtyminutes0039#2020-10-30 19:30:00,2020-10-30 19:59:59","thirtyminutes0039","2020-10-30 19:30:00","2020-10-30 19:59:59",2,1,1,0,6.71366666666667,0
"thirtyminutes0040#2020-03-06 20:00:00,2020-03-06 20:29:59","thirtyminutes0040","2020-03-06 20:00:00","2020-03-06 20:29:59",1,1,1,0,4.99991666666667,0
"thirtyminutes0040#2020-03-08 20:00:00,2020-03-08 20:29:59","thirtyminutes0040","2020-03-08 20:00:00","2020-03-08 20:29:59",2,1,1,0,9.99983333333333,0
"thirtyminutes0040#2020-10-30 20:00:00,2020-10-30 20:29:59","thirtyminutes0040","2020-10-30 20:00:00","2020-10-30 20:29:59",1,1,1,0,4.99991666666667,0
"thirtyminutes0040#2020-11-01 20:00:00,2020-11-01 20:29:59","thirtyminutes0040","2020-11-01 20:00:00","2020-11-01 20:29:59",2,1,1,0,9.99983333333333,0
"thirtyminutes0041#2020-03-06 20:30:00,2020-03-06 20:59:59","thirtyminutes0041","2020-03-06 20:30:00","2020-03-06 20:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0041#2020-10-30 20:30:00,2020-10-30 20:59:59","thirtyminutes0041","2020-10-30 20:30:00","2020-10-30 20:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0042#2020-03-06 21:00:00,2020-03-06 21:29:59","thirtyminutes0042","2020-03-06 21:00:00","2020-03-06 21:29:59",2,2,1,0,10.1680833333333,0
"thirtyminutes0042#2020-10-30 21:00:00,2020-10-30 21:29:59","thirtyminutes0042","2020-10-30 21:00:00","2020-10-30 21:29:59",2,2,1,0,10.1680833333333,0
"thirtyminutes0043#2020-03-07 21:30:00,2020-03-07 21:59:59","thirtyminutes0043","2020-03-07 21:30:00","2020-03-07 21:59:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0043#2020-10-31 21:30:00,2020-10-31 21:59:59","thirtyminutes0043","2020-10-31 21:30:00","2020-10-31 21:59:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0045#2020-03-06 22:30:00,2020-03-06 22:59:59","thirtyminutes0045","2020-03-06 22:30:00","2020-03-06 22:59:59",1,4,1,0,0,0
"thirtyminutes0045#2020-10-30 22:30:00,2020-10-30 22:59:59","thirtyminutes0045","2020-10-30 22:30:00","2020-10-30 22:59:59",1,4,1,0,0,0
"thirtyminutes0047#2020-03-06 23:30:00,2020-03-06 23:59:59","thirtyminutes0047","2020-03-06 23:30:00","2020-03-06 23:59:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0047#2020-03-07 23:30:00,2020-03-07 23:59:59","thirtyminutes0047","2020-03-07 23:30:00","2020-03-07 23:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0047#2020-10-30 23:30:00,2020-10-30 23:59:59","thirtyminutes0047","2020-10-30 23:30:00","2020-10-30 23:59:59",2,3,1,9.99983333333333,0,0
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_count phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_durationvehicle
2 thirtyminutes0000#2020-03-06 00:00:00,2020-03-06 00:29:59 thirtyminutes0000 2020-03-06 00:00:00 2020-03-06 00:29:59 2 3 1 9.99983333333333 0 0
3 thirtyminutes0000#2020-10-30 00:00:00,2020-10-30 00:29:59 thirtyminutes0000 2020-10-30 00:00:00 2020-10-30 00:29:59 2 3 1 9.99983333333333 0 0
4 thirtyminutes0001#2020-03-06 00:30:00,2020-03-06 00:59:59 thirtyminutes0001 2020-03-06 00:30:00 2020-03-06 00:59:59 1 3 1 1.44398333333333 0 0
5 thirtyminutes0001#2020-03-09 00:30:00,2020-03-09 00:59:59 thirtyminutes0001 2020-03-09 00:30:00 2020-03-09 00:59:59 1 3 1 6.99988333333333 0 0
6 thirtyminutes0001#2020-10-30 00:30:00,2020-10-30 00:59:59 thirtyminutes0001 2020-10-30 00:30:00 2020-10-30 00:59:59 1 3 1 1.44398333333333 0 0
7 thirtyminutes0001#2020-11-02 00:30:00,2020-11-02 00:59:59 thirtyminutes0001 2020-11-02 00:30:00 2020-11-02 00:59:59 1 3 1 6.99988333333333 0 0
8 thirtyminutes0002#2020-03-06 01:00:00,2020-03-06 01:29:59 thirtyminutes0002 2020-03-06 01:00:00 2020-03-06 01:29:59 1 3 1 3.55591666666667 0 0
9 thirtyminutes0002#2020-10-30 01:00:00,2020-10-30 01:29:59 thirtyminutes0002 2020-10-30 01:00:00 2020-10-30 01:29:59 1 3 1 3.55591666666667 0 0
10 thirtyminutes0003#2020-03-06 01:30:00,2020-03-06 01:59:59 thirtyminutes0003 2020-03-06 01:30:00 2020-03-06 01:59:59 1 4 1 0 0 0
11 thirtyminutes0003#2020-10-30 01:30:00,2020-10-30 01:59:59 thirtyminutes0003 2020-10-30 01:30:00 2020-10-30 01:59:59 1 4 1 0 0 0
12 thirtyminutes0006#2020-03-06 03:00:00,2020-03-06 03:29:59 thirtyminutes0006 2020-03-06 03:00:00 2020-03-06 03:29:59 1 5 1 4.99991666666667 0 0
13 thirtyminutes0006#2020-03-07 03:00:00,2020-03-07 03:29:59 thirtyminutes0006 2020-03-07 03:00:00 2020-03-07 03:29:59 1 3 1 4.99991666666667 0 0
14 thirtyminutes0006#2020-10-30 03:00:00,2020-10-30 03:29:59 thirtyminutes0006 2020-10-30 03:00:00 2020-10-30 03:29:59 1 5 1 4.99991666666667 0 0
15 thirtyminutes0006#2020-10-31 03:00:00,2020-10-31 03:29:59 thirtyminutes0006 2020-10-31 03:00:00 2020-10-31 03:29:59 1 3 1 4.99991666666667 0 0
16 thirtyminutes0007#2020-03-06 03:30:00,2020-03-06 03:59:59 thirtyminutes0007 2020-03-06 03:30:00 2020-03-06 03:59:59 1 5 1 4.99991666666667 0 0
17 thirtyminutes0007#2020-10-30 03:30:00,2020-10-30 03:59:59 thirtyminutes0007 2020-10-30 03:30:00 2020-10-30 03:59:59 1 5 1 4.99991666666667 0 0
18 thirtyminutes0008#2020-03-06 04:00:00,2020-03-06 04:29:59 thirtyminutes0008 2020-03-06 04:00:00 2020-03-06 04:29:59 2 5 1 9.99983333333333 0 0
19 thirtyminutes0008#2020-10-30 04:00:00,2020-10-30 04:29:59 thirtyminutes0008 2020-10-30 04:00:00 2020-10-30 04:29:59 2 5 1 9.99983333333333 0 0
20 thirtyminutes0010#2020-03-06 05:00:00,2020-03-06 05:29:59 thirtyminutes0010 2020-03-06 05:00:00 2020-03-06 05:29:59 1 3 1 4.99991666666667 0 0
21 thirtyminutes0010#2020-10-30 05:00:00,2020-10-30 05:29:59 thirtyminutes0010 2020-10-30 05:00:00 2020-10-30 05:29:59 1 3 1 4.99991666666667 0 0
22 thirtyminutes0011#2020-03-06 05:30:00,2020-03-06 05:59:59 thirtyminutes0011 2020-03-06 05:30:00 2020-03-06 05:59:59 1 3 1 4.99991666666667 0 0
23 thirtyminutes0011#2020-10-30 05:30:00,2020-10-30 05:59:59 thirtyminutes0011 2020-10-30 05:30:00 2020-10-30 05:59:59 1 3 1 4.99991666666667 0 0
24 thirtyminutes0012#2020-03-06 06:00:00,2020-03-06 06:29:59 thirtyminutes0012 2020-03-06 06:00:00 2020-03-06 06:29:59 2 3 1 14.8659666666667 0 0
25 thirtyminutes0012#2020-10-30 06:00:00,2020-10-30 06:29:59 thirtyminutes0012 2020-10-30 06:00:00 2020-10-30 06:29:59 2 3 1 14.8659666666667 0 0
26 thirtyminutes0013#2020-03-06 06:30:00,2020-03-06 06:59:59 thirtyminutes0013 2020-03-06 06:30:00 2020-03-06 06:59:59 1 3 1 4.99991666666667 0 0
27 thirtyminutes0013#2020-10-30 06:30:00,2020-10-30 06:59:59 thirtyminutes0013 2020-10-30 06:30:00 2020-10-30 06:59:59 1 3 1 4.99991666666667 0 0
28 thirtyminutes0014#2020-03-06 07:00:00,2020-03-06 07:29:59 thirtyminutes0014 2020-03-06 07:00:00 2020-03-06 07:29:59 1 7 1 0 9.48161666666667 0
29 thirtyminutes0014#2020-10-30 07:00:00,2020-10-30 07:29:59 thirtyminutes0014 2020-10-30 07:00:00 2020-10-30 07:29:59 1 7 1 0 9.48161666666667 0
30 thirtyminutes0015#2020-03-06 07:30:00,2020-03-06 07:59:59 thirtyminutes0015 2020-03-06 07:30:00 2020-03-06 07:59:59 2 7 1 0 9.99983333333333 0
31 thirtyminutes0015#2020-10-30 07:30:00,2020-10-30 07:59:59 thirtyminutes0015 2020-10-30 07:30:00 2020-10-30 07:59:59 2 7 1 0 9.99983333333333 0
32 thirtyminutes0017#2020-03-06 08:30:00,2020-03-06 08:59:59 thirtyminutes0017 2020-03-06 08:30:00 2020-03-06 08:59:59 1 8 1 0 4.99991666666667 0
33 thirtyminutes0017#2020-10-30 08:30:00,2020-10-30 08:59:59 thirtyminutes0017 2020-10-30 08:30:00 2020-10-30 08:59:59 1 8 1 0 4.99991666666667 0
34 thirtyminutes0018#2020-03-06 09:00:00,2020-03-06 09:29:59 thirtyminutes0018 2020-03-06 09:00:00 2020-03-06 09:29:59 2 8 1 0 9.99983333333333 0
35 thirtyminutes0018#2020-03-07 09:00:00,2020-03-07 09:29:59 thirtyminutes0018 2020-03-07 09:00:00 2020-03-07 09:29:59 1 7 1 0 4.99991666666667 0
36 thirtyminutes0018#2020-10-30 09:00:00,2020-10-30 09:29:59 thirtyminutes0018 2020-10-30 09:00:00 2020-10-30 09:29:59 2 8 1 0 9.99983333333333 0
37 thirtyminutes0018#2020-10-31 09:00:00,2020-10-31 09:29:59 thirtyminutes0018 2020-10-31 09:00:00 2020-10-31 09:29:59 1 7 1 0 4.99991666666667 0
38 thirtyminutes0020#2020-03-06 10:00:00,2020-03-06 10:29:59 thirtyminutes0020 2020-03-06 10:00:00 2020-03-06 10:29:59 1 0 1 0 NA 10.15325
39 thirtyminutes0020#2020-03-07 10:00:00,2020-03-07 10:29:59 thirtyminutes0020 2020-03-07 10:00:00 2020-03-07 10:29:59 1 7 1 0 4.99991666666667 NA
40 thirtyminutes0020#2020-03-09 10:00:00,2020-03-09 10:29:59 thirtyminutes0020 2020-03-09 10:00:00 2020-03-09 10:29:59 1 7 1 0 4.99991666666667 NA
41 thirtyminutes0020#2020-10-30 10:00:00,2020-10-30 10:29:59 thirtyminutes0020 2020-10-30 10:00:00 2020-10-30 10:29:59 1 0 1 0 NA 10.15325
42 thirtyminutes0020#2020-10-31 10:00:00,2020-10-31 10:29:59 thirtyminutes0020 2020-10-31 10:00:00 2020-10-31 10:29:59 1 7 1 0 4.99991666666667 NA
43 thirtyminutes0020#2020-11-02 10:00:00,2020-11-02 10:29:59 thirtyminutes0020 2020-11-02 10:00:00 2020-11-02 10:29:59 1 7 1 0 4.99991666666667 NA
44 thirtyminutes0021#2020-03-06 10:30:00,2020-03-06 10:59:59 thirtyminutes0021 2020-03-06 10:30:00 2020-03-06 10:59:59 1 0 1 0 NA 4.99991666666667
45 thirtyminutes0021#2020-03-09 10:30:00,2020-03-09 10:59:59 thirtyminutes0021 2020-03-09 10:30:00 2020-03-09 10:59:59 1 7 1 0 4.99991666666667 NA
46 thirtyminutes0021#2020-10-30 10:30:00,2020-10-30 10:59:59 thirtyminutes0021 2020-10-30 10:30:00 2020-10-30 10:59:59 1 0 1 0 NA 4.99991666666667
47 thirtyminutes0021#2020-11-02 10:30:00,2020-11-02 10:59:59 thirtyminutes0021 2020-11-02 10:30:00 2020-11-02 10:59:59 1 7 1 0 4.99991666666667 NA
48 thirtyminutes0022#2020-03-06 11:00:00,2020-03-06 11:29:59 thirtyminutes0022 2020-03-06 11:00:00 2020-03-06 11:29:59 1 2 1 0 4.99991666666667 0
49 thirtyminutes0022#2020-10-30 11:00:00,2020-10-30 11:29:59 thirtyminutes0022 2020-10-30 11:00:00 2020-10-30 11:29:59 1 2 1 0 4.99991666666667 0
50 thirtyminutes0023#2020-03-06 11:30:00,2020-03-06 11:59:59 thirtyminutes0023 2020-03-06 11:30:00 2020-03-06 11:59:59 1 2 1 0 4.99991666666667 0
51 thirtyminutes0023#2020-10-30 11:30:00,2020-10-30 11:59:59 thirtyminutes0023 2020-10-30 11:30:00 2020-10-30 11:59:59 1 2 1 0 4.99991666666667 0
52 thirtyminutes0024#2020-03-06 12:00:00,2020-03-06 12:29:59 thirtyminutes0024 2020-03-06 12:00:00 2020-03-06 12:29:59 2 2 1 0 9.99983333333333 0
53 thirtyminutes0024#2020-03-07 12:00:00,2020-03-07 12:29:59 thirtyminutes0024 2020-03-07 12:00:00 2020-03-07 12:29:59 1 2 1 0 4.99991666666667 0
54 thirtyminutes0024#2020-10-30 12:00:00,2020-10-30 12:29:59 thirtyminutes0024 2020-10-30 12:00:00 2020-10-30 12:29:59 2 2 1 0 9.99983333333333 0
55 thirtyminutes0024#2020-10-31 12:00:00,2020-10-31 12:29:59 thirtyminutes0024 2020-10-31 12:00:00 2020-10-31 12:29:59 1 2 1 0 4.99991666666667 0
56 thirtyminutes0025#2020-03-06 12:30:00,2020-03-06 12:59:59 thirtyminutes0025 2020-03-06 12:30:00 2020-03-06 12:59:59 1 2 1 0 4.99991666666667 0
57 thirtyminutes0025#2020-03-07 12:30:00,2020-03-07 12:59:59 thirtyminutes0025 2020-03-07 12:30:00 2020-03-07 12:59:59 1 2 1 0 4.99991666666667 0
58 thirtyminutes0025#2020-10-30 12:30:00,2020-10-30 12:59:59 thirtyminutes0025 2020-10-30 12:30:00 2020-10-30 12:59:59 1 2 1 0 4.99991666666667 0
59 thirtyminutes0025#2020-10-31 12:30:00,2020-10-31 12:59:59 thirtyminutes0025 2020-10-31 12:30:00 2020-10-31 12:59:59 1 2 1 0 4.99991666666667 0
60 thirtyminutes0026#2020-03-06 13:00:00,2020-03-06 13:29:59 thirtyminutes0026 2020-03-06 13:00:00 2020-03-06 13:29:59 1 2 1 0 4.99991666666667 0
61 thirtyminutes0026#2020-10-30 13:00:00,2020-10-30 13:29:59 thirtyminutes0026 2020-10-30 13:00:00 2020-10-30 13:29:59 1 2 1 0 4.99991666666667 0
62 thirtyminutes0028#2020-03-06 14:00:00,2020-03-06 14:29:59 thirtyminutes0028 2020-03-06 14:00:00 2020-03-06 14:29:59 2 3 1 9.14073333333333 0 0
63 thirtyminutes0028#2020-03-08 14:00:00,2020-03-08 14:29:59 thirtyminutes0028 2020-03-08 14:00:00 2020-03-08 14:29:59 1 5 1 4.99991666666667 0 0
64 thirtyminutes0028#2020-10-30 14:00:00,2020-10-30 14:29:59 thirtyminutes0028 2020-10-30 14:00:00 2020-10-30 14:29:59 2 3 1 9.14073333333333 0 0
65 thirtyminutes0028#2020-11-01 14:00:00,2020-11-01 14:29:59 thirtyminutes0028 2020-11-01 14:00:00 2020-11-01 14:29:59 1 5 1 4.99991666666667 0 0
66 thirtyminutes0029#2020-03-06 14:30:00,2020-03-06 14:59:59 thirtyminutes0029 2020-03-06 14:30:00 2020-03-06 14:59:59 1 3 1 0.859083333333333 0 0
67 thirtyminutes0029#2020-10-30 14:30:00,2020-10-30 14:59:59 thirtyminutes0029 2020-10-30 14:30:00 2020-10-30 14:59:59 1 3 1 0.859083333333333 0 0
68 thirtyminutes0030#2020-03-08 15:00:00,2020-03-08 15:29:59 thirtyminutes0030 2020-03-08 15:00:00 2020-03-08 15:29:59 1 5 1 4.99991666666667 0 0
69 thirtyminutes0030#2020-11-01 15:00:00,2020-11-01 15:29:59 thirtyminutes0030 2020-11-01 15:00:00 2020-11-01 15:29:59 1 5 1 4.99991666666667 0 0
70 thirtyminutes0031#2020-03-06 15:30:00,2020-03-06 15:59:59 thirtyminutes0031 2020-03-06 15:30:00 2020-03-06 15:59:59 1 3 1 4.99991666666667 0 0
71 thirtyminutes0031#2020-03-08 15:30:00,2020-03-08 15:59:59 thirtyminutes0031 2020-03-08 15:30:00 2020-03-08 15:59:59 1 5 1 4.99991666666667 0 0
72 thirtyminutes0031#2020-10-30 15:30:00,2020-10-30 15:59:59 thirtyminutes0031 2020-10-30 15:30:00 2020-10-30 15:59:59 1 3 1 4.99991666666667 0 0
73 thirtyminutes0031#2020-11-01 15:30:00,2020-11-01 15:59:59 thirtyminutes0031 2020-11-01 15:30:00 2020-11-01 15:59:59 1 5 1 4.99991666666667 0 0
74 thirtyminutes0032#2020-03-07 16:00:00,2020-03-07 16:29:59 thirtyminutes0032 2020-03-07 16:00:00 2020-03-07 16:29:59 2 0 1 0 0 9.99983333333333
75 thirtyminutes0032#2020-10-31 16:00:00,2020-10-31 16:29:59 thirtyminutes0032 2020-10-31 16:00:00 2020-10-31 16:29:59 2 0 1 0 0 9.99983333333333
76 thirtyminutes0034#2020-03-09 17:00:00,2020-03-09 17:29:59 thirtyminutes0034 2020-03-09 17:00:00 2020-03-09 17:29:59 1 0 1 0 0 3.99993333333333
77 thirtyminutes0034#2020-11-02 17:00:00,2020-11-02 17:29:59 thirtyminutes0034 2020-11-02 17:00:00 2020-11-02 17:29:59 1 0 1 0 0 3.99993333333333
78 thirtyminutes0035#2020-03-06 17:30:00,2020-03-06 17:59:59 thirtyminutes0035 2020-03-06 17:30:00 2020-03-06 17:59:59 3 0 1 0 0 18.5760666666667
79 thirtyminutes0035#2020-03-09 17:30:00,2020-03-09 17:59:59 thirtyminutes0035 2020-03-09 17:30:00 2020-03-09 17:59:59 1 0 1 0 0 0.999983333333333
80 thirtyminutes0035#2020-10-30 17:30:00,2020-10-30 17:59:59 thirtyminutes0035 2020-10-30 17:30:00 2020-10-30 17:59:59 3 0 1 0 0 18.5760666666667
81 thirtyminutes0035#2020-11-02 17:30:00,2020-11-02 17:59:59 thirtyminutes0035 2020-11-02 17:30:00 2020-11-02 17:59:59 1 0 1 0 0 0.999983333333333
82 thirtyminutes0036#2020-03-06 18:00:00,2020-03-06 18:29:59 thirtyminutes0036 2020-03-06 18:00:00 2020-03-06 18:29:59 2 0 1 0 0 9.99983333333333
83 thirtyminutes0036#2020-10-30 18:00:00,2020-10-30 18:29:59 thirtyminutes0036 2020-10-30 18:00:00 2020-10-30 18:29:59 2 0 1 0 0 9.99983333333333
84 thirtyminutes0037#2020-03-06 18:30:00,2020-03-06 18:59:59 thirtyminutes0037 2020-03-06 18:30:00 2020-03-06 18:59:59 1 7 1 0 5.69215 NA
85 thirtyminutes0037#2020-03-09 18:30:00,2020-03-09 18:59:59 thirtyminutes0037 2020-03-09 18:30:00 2020-03-09 18:59:59 1 0 1 0 NA 4.99991666666667
86 thirtyminutes0037#2020-10-30 18:30:00,2020-10-30 18:59:59 thirtyminutes0037 2020-10-30 18:30:00 2020-10-30 18:59:59 1 7 1 0 5.69215 NA
87 thirtyminutes0037#2020-11-02 18:30:00,2020-11-02 18:59:59 thirtyminutes0037 2020-11-02 18:30:00 2020-11-02 18:59:59 1 0 1 0 NA 4.99991666666667
88 thirtyminutes0038#2020-03-06 19:00:00,2020-03-06 19:29:59 thirtyminutes0038 2020-03-06 19:00:00 2020-03-06 19:29:59 4 7 2 0 15.7384333333333 0
89 thirtyminutes0038#2020-10-30 19:00:00,2020-10-30 19:29:59 thirtyminutes0038 2020-10-30 19:00:00 2020-10-30 19:29:59 4 7 2 0 15.7384333333333 0
90 thirtyminutes0039#2020-03-06 19:30:00,2020-03-06 19:59:59 thirtyminutes0039 2020-03-06 19:30:00 2020-03-06 19:59:59 2 1 1 0 6.71366666666667 0
91 thirtyminutes0039#2020-10-30 19:30:00,2020-10-30 19:59:59 thirtyminutes0039 2020-10-30 19:30:00 2020-10-30 19:59:59 2 1 1 0 6.71366666666667 0
92 thirtyminutes0040#2020-03-06 20:00:00,2020-03-06 20:29:59 thirtyminutes0040 2020-03-06 20:00:00 2020-03-06 20:29:59 1 1 1 0 4.99991666666667 0
93 thirtyminutes0040#2020-03-08 20:00:00,2020-03-08 20:29:59 thirtyminutes0040 2020-03-08 20:00:00 2020-03-08 20:29:59 2 1 1 0 9.99983333333333 0
94 thirtyminutes0040#2020-10-30 20:00:00,2020-10-30 20:29:59 thirtyminutes0040 2020-10-30 20:00:00 2020-10-30 20:29:59 1 1 1 0 4.99991666666667 0
95 thirtyminutes0040#2020-11-01 20:00:00,2020-11-01 20:29:59 thirtyminutes0040 2020-11-01 20:00:00 2020-11-01 20:29:59 2 1 1 0 9.99983333333333 0
96 thirtyminutes0041#2020-03-06 20:30:00,2020-03-06 20:59:59 thirtyminutes0041 2020-03-06 20:30:00 2020-03-06 20:59:59 1 2 1 0 4.99991666666667 0
97 thirtyminutes0041#2020-10-30 20:30:00,2020-10-30 20:59:59 thirtyminutes0041 2020-10-30 20:30:00 2020-10-30 20:59:59 1 2 1 0 4.99991666666667 0
98 thirtyminutes0042#2020-03-06 21:00:00,2020-03-06 21:29:59 thirtyminutes0042 2020-03-06 21:00:00 2020-03-06 21:29:59 2 2 1 0 10.1680833333333 0
99 thirtyminutes0042#2020-10-30 21:00:00,2020-10-30 21:29:59 thirtyminutes0042 2020-10-30 21:00:00 2020-10-30 21:29:59 2 2 1 0 10.1680833333333 0
100 thirtyminutes0043#2020-03-07 21:30:00,2020-03-07 21:59:59 thirtyminutes0043 2020-03-07 21:30:00 2020-03-07 21:59:59 2 3 1 9.99983333333333 0 0
101 thirtyminutes0043#2020-10-31 21:30:00,2020-10-31 21:59:59 thirtyminutes0043 2020-10-31 21:30:00 2020-10-31 21:59:59 2 3 1 9.99983333333333 0 0
102 thirtyminutes0045#2020-03-06 22:30:00,2020-03-06 22:59:59 thirtyminutes0045 2020-03-06 22:30:00 2020-03-06 22:59:59 1 4 1 0 0 0
103 thirtyminutes0045#2020-10-30 22:30:00,2020-10-30 22:59:59 thirtyminutes0045 2020-10-30 22:30:00 2020-10-30 22:59:59 1 4 1 0 0 0
104 thirtyminutes0047#2020-03-06 23:30:00,2020-03-06 23:59:59 thirtyminutes0047 2020-03-06 23:30:00 2020-03-06 23:59:59 2 3 1 9.99983333333333 0 0
105 thirtyminutes0047#2020-03-07 23:30:00,2020-03-07 23:59:59 thirtyminutes0047 2020-03-07 23:30:00 2020-03-07 23:59:59 1 3 1 4.99991666666667 0 0
106 thirtyminutes0047#2020-10-30 23:30:00,2020-10-30 23:59:59 thirtyminutes0047 2020-10-30 23:30:00 2020-10-30 23:59:59 2 3 1 9.99983333333333 0 0

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1,106 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_durationvehicle"
"thirtyminutes0000#2020-03-06 00:00:00,2020-03-06 00:29:59","thirtyminutes0000","2020-03-06 00:00:00","2020-03-06 00:29:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0000#2020-10-30 00:00:00,2020-10-30 00:29:59","thirtyminutes0000","2020-10-30 00:00:00","2020-10-30 00:29:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0001#2020-03-06 00:30:00,2020-03-06 00:59:59","thirtyminutes0001","2020-03-06 00:30:00","2020-03-06 00:59:59",1,3,1,1.44398333333333,0,0
"thirtyminutes0001#2020-03-09 00:30:00,2020-03-09 00:59:59","thirtyminutes0001","2020-03-09 00:30:00","2020-03-09 00:59:59",1,3,1,6.99988333333333,0,0
"thirtyminutes0001#2020-10-30 00:30:00,2020-10-30 00:59:59","thirtyminutes0001","2020-10-30 00:30:00","2020-10-30 00:59:59",1,3,1,1.44398333333333,0,0
"thirtyminutes0001#2020-11-02 00:30:00,2020-11-02 00:59:59","thirtyminutes0001","2020-11-02 00:30:00","2020-11-02 00:59:59",1,3,1,6.99988333333333,0,0
"thirtyminutes0002#2020-03-06 01:00:00,2020-03-06 01:29:59","thirtyminutes0002","2020-03-06 01:00:00","2020-03-06 01:29:59",1,3,1,3.55591666666667,0,0
"thirtyminutes0002#2020-10-30 01:00:00,2020-10-30 01:29:59","thirtyminutes0002","2020-10-30 01:00:00","2020-10-30 01:29:59",1,3,1,3.55591666666667,0,0
"thirtyminutes0003#2020-03-06 01:30:00,2020-03-06 01:59:59","thirtyminutes0003","2020-03-06 01:30:00","2020-03-06 01:59:59",1,4,1,0,0,0
"thirtyminutes0003#2020-10-30 01:30:00,2020-10-30 01:59:59","thirtyminutes0003","2020-10-30 01:30:00","2020-10-30 01:59:59",1,4,1,0,0,0
"thirtyminutes0006#2020-03-06 03:00:00,2020-03-06 03:29:59","thirtyminutes0006","2020-03-06 03:00:00","2020-03-06 03:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0006#2020-03-07 03:00:00,2020-03-07 03:29:59","thirtyminutes0006","2020-03-07 03:00:00","2020-03-07 03:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0006#2020-10-30 03:00:00,2020-10-30 03:29:59","thirtyminutes0006","2020-10-30 03:00:00","2020-10-30 03:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0006#2020-10-31 03:00:00,2020-10-31 03:29:59","thirtyminutes0006","2020-10-31 03:00:00","2020-10-31 03:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0007#2020-03-06 03:30:00,2020-03-06 03:59:59","thirtyminutes0007","2020-03-06 03:30:00","2020-03-06 03:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0007#2020-10-30 03:30:00,2020-10-30 03:59:59","thirtyminutes0007","2020-10-30 03:30:00","2020-10-30 03:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0008#2020-03-06 04:00:00,2020-03-06 04:29:59","thirtyminutes0008","2020-03-06 04:00:00","2020-03-06 04:29:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0008#2020-10-30 04:00:00,2020-10-30 04:29:59","thirtyminutes0008","2020-10-30 04:00:00","2020-10-30 04:29:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0010#2020-03-06 05:00:00,2020-03-06 05:29:59","thirtyminutes0010","2020-03-06 05:00:00","2020-03-06 05:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0010#2020-10-30 05:00:00,2020-10-30 05:29:59","thirtyminutes0010","2020-10-30 05:00:00","2020-10-30 05:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0011#2020-03-06 05:30:00,2020-03-06 05:59:59","thirtyminutes0011","2020-03-06 05:30:00","2020-03-06 05:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0011#2020-10-30 05:30:00,2020-10-30 05:59:59","thirtyminutes0011","2020-10-30 05:30:00","2020-10-30 05:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0012#2020-03-06 06:00:00,2020-03-06 06:29:59","thirtyminutes0012","2020-03-06 06:00:00","2020-03-06 06:29:59",2,3,1,14.8659666666667,0,0
"thirtyminutes0012#2020-10-30 06:00:00,2020-10-30 06:29:59","thirtyminutes0012","2020-10-30 06:00:00","2020-10-30 06:29:59",2,3,1,14.8659666666667,0,0
"thirtyminutes0013#2020-03-06 06:30:00,2020-03-06 06:59:59","thirtyminutes0013","2020-03-06 06:30:00","2020-03-06 06:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0013#2020-10-30 06:30:00,2020-10-30 06:59:59","thirtyminutes0013","2020-10-30 06:30:00","2020-10-30 06:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0014#2020-03-06 07:00:00,2020-03-06 07:29:59","thirtyminutes0014","2020-03-06 07:00:00","2020-03-06 07:29:59",1,7,1,0,9.48161666666667,0
"thirtyminutes0014#2020-10-30 07:00:00,2020-10-30 07:29:59","thirtyminutes0014","2020-10-30 07:00:00","2020-10-30 07:29:59",1,7,1,0,9.48161666666667,0
"thirtyminutes0015#2020-03-06 07:30:00,2020-03-06 07:59:59","thirtyminutes0015","2020-03-06 07:30:00","2020-03-06 07:59:59",2,7,1,0,9.99983333333333,0
"thirtyminutes0015#2020-10-30 07:30:00,2020-10-30 07:59:59","thirtyminutes0015","2020-10-30 07:30:00","2020-10-30 07:59:59",2,7,1,0,9.99983333333333,0
"thirtyminutes0017#2020-03-06 08:30:00,2020-03-06 08:59:59","thirtyminutes0017","2020-03-06 08:30:00","2020-03-06 08:59:59",1,8,1,0,4.99991666666667,0
"thirtyminutes0017#2020-10-30 08:30:00,2020-10-30 08:59:59","thirtyminutes0017","2020-10-30 08:30:00","2020-10-30 08:59:59",1,8,1,0,4.99991666666667,0
"thirtyminutes0018#2020-03-06 09:00:00,2020-03-06 09:29:59","thirtyminutes0018","2020-03-06 09:00:00","2020-03-06 09:29:59",2,8,1,0,9.99983333333333,0
"thirtyminutes0018#2020-03-07 09:00:00,2020-03-07 09:29:59","thirtyminutes0018","2020-03-07 09:00:00","2020-03-07 09:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0018#2020-10-30 09:00:00,2020-10-30 09:29:59","thirtyminutes0018","2020-10-30 09:00:00","2020-10-30 09:29:59",2,8,1,0,9.99983333333333,0
"thirtyminutes0018#2020-10-31 09:00:00,2020-10-31 09:29:59","thirtyminutes0018","2020-10-31 09:00:00","2020-10-31 09:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0020#2020-03-06 10:00:00,2020-03-06 10:29:59","thirtyminutes0020","2020-03-06 10:00:00","2020-03-06 10:29:59",1,0,1,0,NA,10.15325
"thirtyminutes0020#2020-03-07 10:00:00,2020-03-07 10:29:59","thirtyminutes0020","2020-03-07 10:00:00","2020-03-07 10:29:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0020#2020-03-09 10:00:00,2020-03-09 10:29:59","thirtyminutes0020","2020-03-09 10:00:00","2020-03-09 10:29:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0020#2020-10-30 10:00:00,2020-10-30 10:29:59","thirtyminutes0020","2020-10-30 10:00:00","2020-10-30 10:29:59",1,0,1,0,NA,10.15325
"thirtyminutes0020#2020-10-31 10:00:00,2020-10-31 10:29:59","thirtyminutes0020","2020-10-31 10:00:00","2020-10-31 10:29:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0020#2020-11-02 10:00:00,2020-11-02 10:29:59","thirtyminutes0020","2020-11-02 10:00:00","2020-11-02 10:29:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0021#2020-03-06 10:30:00,2020-03-06 10:59:59","thirtyminutes0021","2020-03-06 10:30:00","2020-03-06 10:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0021#2020-03-09 10:30:00,2020-03-09 10:59:59","thirtyminutes0021","2020-03-09 10:30:00","2020-03-09 10:59:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0021#2020-10-30 10:30:00,2020-10-30 10:59:59","thirtyminutes0021","2020-10-30 10:30:00","2020-10-30 10:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0021#2020-11-02 10:30:00,2020-11-02 10:59:59","thirtyminutes0021","2020-11-02 10:30:00","2020-11-02 10:59:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0022#2020-03-06 11:00:00,2020-03-06 11:29:59","thirtyminutes0022","2020-03-06 11:00:00","2020-03-06 11:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0022#2020-10-30 11:00:00,2020-10-30 11:29:59","thirtyminutes0022","2020-10-30 11:00:00","2020-10-30 11:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0023#2020-03-06 11:30:00,2020-03-06 11:59:59","thirtyminutes0023","2020-03-06 11:30:00","2020-03-06 11:59:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0023#2020-10-30 11:30:00,2020-10-30 11:59:59","thirtyminutes0023","2020-10-30 11:30:00","2020-10-30 11:59:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0024#2020-03-06 12:00:00,2020-03-06 12:29:59","thirtyminutes0024","2020-03-06 12:00:00","2020-03-06 12:29:59",2,7,1,0,9.99983333333333,0
"thirtyminutes0024#2020-03-07 12:00:00,2020-03-07 12:29:59","thirtyminutes0024","2020-03-07 12:00:00","2020-03-07 12:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0024#2020-10-30 12:00:00,2020-10-30 12:29:59","thirtyminutes0024","2020-10-30 12:00:00","2020-10-30 12:29:59",2,7,1,0,9.99983333333333,0
"thirtyminutes0024#2020-10-31 12:00:00,2020-10-31 12:29:59","thirtyminutes0024","2020-10-31 12:00:00","2020-10-31 12:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0025#2020-03-06 12:30:00,2020-03-06 12:59:59","thirtyminutes0025","2020-03-06 12:30:00","2020-03-06 12:59:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0025#2020-03-07 12:30:00,2020-03-07 12:59:59","thirtyminutes0025","2020-03-07 12:30:00","2020-03-07 12:59:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0025#2020-10-30 12:30:00,2020-10-30 12:59:59","thirtyminutes0025","2020-10-30 12:30:00","2020-10-30 12:59:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0025#2020-10-31 12:30:00,2020-10-31 12:59:59","thirtyminutes0025","2020-10-31 12:30:00","2020-10-31 12:59:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0026#2020-03-06 13:00:00,2020-03-06 13:29:59","thirtyminutes0026","2020-03-06 13:00:00","2020-03-06 13:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0026#2020-10-30 13:00:00,2020-10-30 13:29:59","thirtyminutes0026","2020-10-30 13:00:00","2020-10-30 13:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0028#2020-03-06 14:00:00,2020-03-06 14:29:59","thirtyminutes0028","2020-03-06 14:00:00","2020-03-06 14:29:59",2,3,1,9.14073333333333,0,0
"thirtyminutes0028#2020-03-08 14:00:00,2020-03-08 14:29:59","thirtyminutes0028","2020-03-08 14:00:00","2020-03-08 14:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0028#2020-10-30 14:00:00,2020-10-30 14:29:59","thirtyminutes0028","2020-10-30 14:00:00","2020-10-30 14:29:59",2,3,1,9.14073333333333,0,0
"thirtyminutes0028#2020-11-01 14:00:00,2020-11-01 14:29:59","thirtyminutes0028","2020-11-01 14:00:00","2020-11-01 14:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0029#2020-03-06 14:30:00,2020-03-06 14:59:59","thirtyminutes0029","2020-03-06 14:30:00","2020-03-06 14:59:59",1,3,1,0.859083333333333,0,0
"thirtyminutes0029#2020-10-30 14:30:00,2020-10-30 14:59:59","thirtyminutes0029","2020-10-30 14:30:00","2020-10-30 14:59:59",1,3,1,0.859083333333333,0,0
"thirtyminutes0030#2020-03-08 15:00:00,2020-03-08 15:29:59","thirtyminutes0030","2020-03-08 15:00:00","2020-03-08 15:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0030#2020-11-01 15:00:00,2020-11-01 15:29:59","thirtyminutes0030","2020-11-01 15:00:00","2020-11-01 15:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0031#2020-03-06 15:30:00,2020-03-06 15:59:59","thirtyminutes0031","2020-03-06 15:30:00","2020-03-06 15:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0031#2020-03-08 15:30:00,2020-03-08 15:59:59","thirtyminutes0031","2020-03-08 15:30:00","2020-03-08 15:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0031#2020-10-30 15:30:00,2020-10-30 15:59:59","thirtyminutes0031","2020-10-30 15:30:00","2020-10-30 15:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0031#2020-11-01 15:30:00,2020-11-01 15:59:59","thirtyminutes0031","2020-11-01 15:30:00","2020-11-01 15:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0032#2020-03-07 16:00:00,2020-03-07 16:29:59","thirtyminutes0032","2020-03-07 16:00:00","2020-03-07 16:29:59",2,0,1,0,0,9.99983333333333
"thirtyminutes0032#2020-10-31 16:00:00,2020-10-31 16:29:59","thirtyminutes0032","2020-10-31 16:00:00","2020-10-31 16:29:59",2,0,1,0,0,9.99983333333333
"thirtyminutes0034#2020-03-09 17:00:00,2020-03-09 17:29:59","thirtyminutes0034","2020-03-09 17:00:00","2020-03-09 17:29:59",1,0,1,0,0,3.99993333333333
"thirtyminutes0034#2020-11-02 17:00:00,2020-11-02 17:29:59","thirtyminutes0034","2020-11-02 17:00:00","2020-11-02 17:29:59",1,0,1,0,0,3.99993333333333
"thirtyminutes0035#2020-03-06 17:30:00,2020-03-06 17:59:59","thirtyminutes0035","2020-03-06 17:30:00","2020-03-06 17:59:59",3,0,1,0,0,18.5760666666667
"thirtyminutes0035#2020-03-09 17:30:00,2020-03-09 17:59:59","thirtyminutes0035","2020-03-09 17:30:00","2020-03-09 17:59:59",1,0,1,0,0,0.999983333333333
"thirtyminutes0035#2020-10-30 17:30:00,2020-10-30 17:59:59","thirtyminutes0035","2020-10-30 17:30:00","2020-10-30 17:59:59",3,0,1,0,0,18.5760666666667
"thirtyminutes0035#2020-11-02 17:30:00,2020-11-02 17:59:59","thirtyminutes0035","2020-11-02 17:30:00","2020-11-02 17:59:59",1,0,1,0,0,0.999983333333333
"thirtyminutes0036#2020-03-06 18:00:00,2020-03-06 18:29:59","thirtyminutes0036","2020-03-06 18:00:00","2020-03-06 18:29:59",2,0,1,0,0,9.99983333333333
"thirtyminutes0036#2020-10-30 18:00:00,2020-10-30 18:29:59","thirtyminutes0036","2020-10-30 18:00:00","2020-10-30 18:29:59",2,0,1,0,0,9.99983333333333
"thirtyminutes0037#2020-03-06 18:30:00,2020-03-06 18:59:59","thirtyminutes0037","2020-03-06 18:30:00","2020-03-06 18:59:59",1,7,1,0,5.69215,NA
"thirtyminutes0037#2020-03-09 18:30:00,2020-03-09 18:59:59","thirtyminutes0037","2020-03-09 18:30:00","2020-03-09 18:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0037#2020-10-30 18:30:00,2020-10-30 18:59:59","thirtyminutes0037","2020-10-30 18:30:00","2020-10-30 18:59:59",1,7,1,0,5.69215,NA
"thirtyminutes0037#2020-11-02 18:30:00,2020-11-02 18:59:59","thirtyminutes0037","2020-11-02 18:30:00","2020-11-02 18:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0038#2020-03-06 19:00:00,2020-03-06 19:29:59","thirtyminutes0038","2020-03-06 19:00:00","2020-03-06 19:29:59",4,7,2,0,15.7384333333333,0
"thirtyminutes0038#2020-10-30 19:00:00,2020-10-30 19:29:59","thirtyminutes0038","2020-10-30 19:00:00","2020-10-30 19:29:59",4,7,2,0,15.7384333333333,0
"thirtyminutes0039#2020-03-06 19:30:00,2020-03-06 19:59:59","thirtyminutes0039","2020-03-06 19:30:00","2020-03-06 19:59:59",2,1,1,0,6.71366666666667,0
"thirtyminutes0039#2020-10-30 19:30:00,2020-10-30 19:59:59","thirtyminutes0039","2020-10-30 19:30:00","2020-10-30 19:59:59",2,1,1,0,6.71366666666667,0
"thirtyminutes0040#2020-03-06 20:00:00,2020-03-06 20:29:59","thirtyminutes0040","2020-03-06 20:00:00","2020-03-06 20:29:59",1,1,1,0,4.99991666666667,0
"thirtyminutes0040#2020-03-08 20:00:00,2020-03-08 20:29:59","thirtyminutes0040","2020-03-08 20:00:00","2020-03-08 20:29:59",2,1,1,0,9.99983333333333,0
"thirtyminutes0040#2020-10-30 20:00:00,2020-10-30 20:29:59","thirtyminutes0040","2020-10-30 20:00:00","2020-10-30 20:29:59",1,1,1,0,4.99991666666667,0
"thirtyminutes0040#2020-11-01 20:00:00,2020-11-01 20:29:59","thirtyminutes0040","2020-11-01 20:00:00","2020-11-01 20:29:59",2,1,1,0,9.99983333333333,0
"thirtyminutes0041#2020-03-06 20:30:00,2020-03-06 20:59:59","thirtyminutes0041","2020-03-06 20:30:00","2020-03-06 20:59:59",1,1,1,0,4.99991666666667,0
"thirtyminutes0041#2020-10-30 20:30:00,2020-10-30 20:59:59","thirtyminutes0041","2020-10-30 20:30:00","2020-10-30 20:59:59",1,1,1,0,4.99991666666667,0
"thirtyminutes0042#2020-03-06 21:00:00,2020-03-06 21:29:59","thirtyminutes0042","2020-03-06 21:00:00","2020-03-06 21:29:59",2,7,1,0,10.1680833333333,0
"thirtyminutes0042#2020-10-30 21:00:00,2020-10-30 21:29:59","thirtyminutes0042","2020-10-30 21:00:00","2020-10-30 21:29:59",2,7,1,0,10.1680833333333,0
"thirtyminutes0043#2020-03-07 21:30:00,2020-03-07 21:59:59","thirtyminutes0043","2020-03-07 21:30:00","2020-03-07 21:59:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0043#2020-10-31 21:30:00,2020-10-31 21:59:59","thirtyminutes0043","2020-10-31 21:30:00","2020-10-31 21:59:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0045#2020-03-06 22:30:00,2020-03-06 22:59:59","thirtyminutes0045","2020-03-06 22:30:00","2020-03-06 22:59:59",1,4,1,0,0,0
"thirtyminutes0045#2020-10-30 22:30:00,2020-10-30 22:59:59","thirtyminutes0045","2020-10-30 22:30:00","2020-10-30 22:59:59",1,4,1,0,0,0
"thirtyminutes0047#2020-03-06 23:30:00,2020-03-06 23:59:59","thirtyminutes0047","2020-03-06 23:30:00","2020-03-06 23:59:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0047#2020-03-07 23:30:00,2020-03-07 23:59:59","thirtyminutes0047","2020-03-07 23:30:00","2020-03-07 23:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0047#2020-10-30 23:30:00,2020-10-30 23:59:59","thirtyminutes0047","2020-10-30 23:30:00","2020-10-30 23:59:59",2,3,1,9.99983333333333,0,0
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_count phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_durationvehicle
2 thirtyminutes0000#2020-03-06 00:00:00,2020-03-06 00:29:59 thirtyminutes0000 2020-03-06 00:00:00 2020-03-06 00:29:59 2 3 1 9.99983333333333 0 0
3 thirtyminutes0000#2020-10-30 00:00:00,2020-10-30 00:29:59 thirtyminutes0000 2020-10-30 00:00:00 2020-10-30 00:29:59 2 3 1 9.99983333333333 0 0
4 thirtyminutes0001#2020-03-06 00:30:00,2020-03-06 00:59:59 thirtyminutes0001 2020-03-06 00:30:00 2020-03-06 00:59:59 1 3 1 1.44398333333333 0 0
5 thirtyminutes0001#2020-03-09 00:30:00,2020-03-09 00:59:59 thirtyminutes0001 2020-03-09 00:30:00 2020-03-09 00:59:59 1 3 1 6.99988333333333 0 0
6 thirtyminutes0001#2020-10-30 00:30:00,2020-10-30 00:59:59 thirtyminutes0001 2020-10-30 00:30:00 2020-10-30 00:59:59 1 3 1 1.44398333333333 0 0
7 thirtyminutes0001#2020-11-02 00:30:00,2020-11-02 00:59:59 thirtyminutes0001 2020-11-02 00:30:00 2020-11-02 00:59:59 1 3 1 6.99988333333333 0 0
8 thirtyminutes0002#2020-03-06 01:00:00,2020-03-06 01:29:59 thirtyminutes0002 2020-03-06 01:00:00 2020-03-06 01:29:59 1 3 1 3.55591666666667 0 0
9 thirtyminutes0002#2020-10-30 01:00:00,2020-10-30 01:29:59 thirtyminutes0002 2020-10-30 01:00:00 2020-10-30 01:29:59 1 3 1 3.55591666666667 0 0
10 thirtyminutes0003#2020-03-06 01:30:00,2020-03-06 01:59:59 thirtyminutes0003 2020-03-06 01:30:00 2020-03-06 01:59:59 1 4 1 0 0 0
11 thirtyminutes0003#2020-10-30 01:30:00,2020-10-30 01:59:59 thirtyminutes0003 2020-10-30 01:30:00 2020-10-30 01:59:59 1 4 1 0 0 0
12 thirtyminutes0006#2020-03-06 03:00:00,2020-03-06 03:29:59 thirtyminutes0006 2020-03-06 03:00:00 2020-03-06 03:29:59 1 3 1 4.99991666666667 0 0
13 thirtyminutes0006#2020-03-07 03:00:00,2020-03-07 03:29:59 thirtyminutes0006 2020-03-07 03:00:00 2020-03-07 03:29:59 1 3 1 4.99991666666667 0 0
14 thirtyminutes0006#2020-10-30 03:00:00,2020-10-30 03:29:59 thirtyminutes0006 2020-10-30 03:00:00 2020-10-30 03:29:59 1 3 1 4.99991666666667 0 0
15 thirtyminutes0006#2020-10-31 03:00:00,2020-10-31 03:29:59 thirtyminutes0006 2020-10-31 03:00:00 2020-10-31 03:29:59 1 3 1 4.99991666666667 0 0
16 thirtyminutes0007#2020-03-06 03:30:00,2020-03-06 03:59:59 thirtyminutes0007 2020-03-06 03:30:00 2020-03-06 03:59:59 1 3 1 4.99991666666667 0 0
17 thirtyminutes0007#2020-10-30 03:30:00,2020-10-30 03:59:59 thirtyminutes0007 2020-10-30 03:30:00 2020-10-30 03:59:59 1 3 1 4.99991666666667 0 0
18 thirtyminutes0008#2020-03-06 04:00:00,2020-03-06 04:29:59 thirtyminutes0008 2020-03-06 04:00:00 2020-03-06 04:29:59 2 3 1 9.99983333333333 0 0
19 thirtyminutes0008#2020-10-30 04:00:00,2020-10-30 04:29:59 thirtyminutes0008 2020-10-30 04:00:00 2020-10-30 04:29:59 2 3 1 9.99983333333333 0 0
20 thirtyminutes0010#2020-03-06 05:00:00,2020-03-06 05:29:59 thirtyminutes0010 2020-03-06 05:00:00 2020-03-06 05:29:59 1 3 1 4.99991666666667 0 0
21 thirtyminutes0010#2020-10-30 05:00:00,2020-10-30 05:29:59 thirtyminutes0010 2020-10-30 05:00:00 2020-10-30 05:29:59 1 3 1 4.99991666666667 0 0
22 thirtyminutes0011#2020-03-06 05:30:00,2020-03-06 05:59:59 thirtyminutes0011 2020-03-06 05:30:00 2020-03-06 05:59:59 1 3 1 4.99991666666667 0 0
23 thirtyminutes0011#2020-10-30 05:30:00,2020-10-30 05:59:59 thirtyminutes0011 2020-10-30 05:30:00 2020-10-30 05:59:59 1 3 1 4.99991666666667 0 0
24 thirtyminutes0012#2020-03-06 06:00:00,2020-03-06 06:29:59 thirtyminutes0012 2020-03-06 06:00:00 2020-03-06 06:29:59 2 3 1 14.8659666666667 0 0
25 thirtyminutes0012#2020-10-30 06:00:00,2020-10-30 06:29:59 thirtyminutes0012 2020-10-30 06:00:00 2020-10-30 06:29:59 2 3 1 14.8659666666667 0 0
26 thirtyminutes0013#2020-03-06 06:30:00,2020-03-06 06:59:59 thirtyminutes0013 2020-03-06 06:30:00 2020-03-06 06:59:59 1 3 1 4.99991666666667 0 0
27 thirtyminutes0013#2020-10-30 06:30:00,2020-10-30 06:59:59 thirtyminutes0013 2020-10-30 06:30:00 2020-10-30 06:59:59 1 3 1 4.99991666666667 0 0
28 thirtyminutes0014#2020-03-06 07:00:00,2020-03-06 07:29:59 thirtyminutes0014 2020-03-06 07:00:00 2020-03-06 07:29:59 1 7 1 0 9.48161666666667 0
29 thirtyminutes0014#2020-10-30 07:00:00,2020-10-30 07:29:59 thirtyminutes0014 2020-10-30 07:00:00 2020-10-30 07:29:59 1 7 1 0 9.48161666666667 0
30 thirtyminutes0015#2020-03-06 07:30:00,2020-03-06 07:59:59 thirtyminutes0015 2020-03-06 07:30:00 2020-03-06 07:59:59 2 7 1 0 9.99983333333333 0
31 thirtyminutes0015#2020-10-30 07:30:00,2020-10-30 07:59:59 thirtyminutes0015 2020-10-30 07:30:00 2020-10-30 07:59:59 2 7 1 0 9.99983333333333 0
32 thirtyminutes0017#2020-03-06 08:30:00,2020-03-06 08:59:59 thirtyminutes0017 2020-03-06 08:30:00 2020-03-06 08:59:59 1 8 1 0 4.99991666666667 0
33 thirtyminutes0017#2020-10-30 08:30:00,2020-10-30 08:59:59 thirtyminutes0017 2020-10-30 08:30:00 2020-10-30 08:59:59 1 8 1 0 4.99991666666667 0
34 thirtyminutes0018#2020-03-06 09:00:00,2020-03-06 09:29:59 thirtyminutes0018 2020-03-06 09:00:00 2020-03-06 09:29:59 2 8 1 0 9.99983333333333 0
35 thirtyminutes0018#2020-03-07 09:00:00,2020-03-07 09:29:59 thirtyminutes0018 2020-03-07 09:00:00 2020-03-07 09:29:59 1 7 1 0 4.99991666666667 0
36 thirtyminutes0018#2020-10-30 09:00:00,2020-10-30 09:29:59 thirtyminutes0018 2020-10-30 09:00:00 2020-10-30 09:29:59 2 8 1 0 9.99983333333333 0
37 thirtyminutes0018#2020-10-31 09:00:00,2020-10-31 09:29:59 thirtyminutes0018 2020-10-31 09:00:00 2020-10-31 09:29:59 1 7 1 0 4.99991666666667 0
38 thirtyminutes0020#2020-03-06 10:00:00,2020-03-06 10:29:59 thirtyminutes0020 2020-03-06 10:00:00 2020-03-06 10:29:59 1 0 1 0 NA 10.15325
39 thirtyminutes0020#2020-03-07 10:00:00,2020-03-07 10:29:59 thirtyminutes0020 2020-03-07 10:00:00 2020-03-07 10:29:59 1 7 1 0 4.99991666666667 NA
40 thirtyminutes0020#2020-03-09 10:00:00,2020-03-09 10:29:59 thirtyminutes0020 2020-03-09 10:00:00 2020-03-09 10:29:59 1 7 1 0 4.99991666666667 NA
41 thirtyminutes0020#2020-10-30 10:00:00,2020-10-30 10:29:59 thirtyminutes0020 2020-10-30 10:00:00 2020-10-30 10:29:59 1 0 1 0 NA 10.15325
42 thirtyminutes0020#2020-10-31 10:00:00,2020-10-31 10:29:59 thirtyminutes0020 2020-10-31 10:00:00 2020-10-31 10:29:59 1 7 1 0 4.99991666666667 NA
43 thirtyminutes0020#2020-11-02 10:00:00,2020-11-02 10:29:59 thirtyminutes0020 2020-11-02 10:00:00 2020-11-02 10:29:59 1 7 1 0 4.99991666666667 NA
44 thirtyminutes0021#2020-03-06 10:30:00,2020-03-06 10:59:59 thirtyminutes0021 2020-03-06 10:30:00 2020-03-06 10:59:59 1 0 1 0 NA 4.99991666666667
45 thirtyminutes0021#2020-03-09 10:30:00,2020-03-09 10:59:59 thirtyminutes0021 2020-03-09 10:30:00 2020-03-09 10:59:59 1 7 1 0 4.99991666666667 NA
46 thirtyminutes0021#2020-10-30 10:30:00,2020-10-30 10:59:59 thirtyminutes0021 2020-10-30 10:30:00 2020-10-30 10:59:59 1 0 1 0 NA 4.99991666666667
47 thirtyminutes0021#2020-11-02 10:30:00,2020-11-02 10:59:59 thirtyminutes0021 2020-11-02 10:30:00 2020-11-02 10:59:59 1 7 1 0 4.99991666666667 NA
48 thirtyminutes0022#2020-03-06 11:00:00,2020-03-06 11:29:59 thirtyminutes0022 2020-03-06 11:00:00 2020-03-06 11:29:59 1 7 1 0 4.99991666666667 0
49 thirtyminutes0022#2020-10-30 11:00:00,2020-10-30 11:29:59 thirtyminutes0022 2020-10-30 11:00:00 2020-10-30 11:29:59 1 7 1 0 4.99991666666667 0
50 thirtyminutes0023#2020-03-06 11:30:00,2020-03-06 11:59:59 thirtyminutes0023 2020-03-06 11:30:00 2020-03-06 11:59:59 1 7 1 0 4.99991666666667 0
51 thirtyminutes0023#2020-10-30 11:30:00,2020-10-30 11:59:59 thirtyminutes0023 2020-10-30 11:30:00 2020-10-30 11:59:59 1 7 1 0 4.99991666666667 0
52 thirtyminutes0024#2020-03-06 12:00:00,2020-03-06 12:29:59 thirtyminutes0024 2020-03-06 12:00:00 2020-03-06 12:29:59 2 7 1 0 9.99983333333333 0
53 thirtyminutes0024#2020-03-07 12:00:00,2020-03-07 12:29:59 thirtyminutes0024 2020-03-07 12:00:00 2020-03-07 12:29:59 1 7 1 0 4.99991666666667 0
54 thirtyminutes0024#2020-10-30 12:00:00,2020-10-30 12:29:59 thirtyminutes0024 2020-10-30 12:00:00 2020-10-30 12:29:59 2 7 1 0 9.99983333333333 0
55 thirtyminutes0024#2020-10-31 12:00:00,2020-10-31 12:29:59 thirtyminutes0024 2020-10-31 12:00:00 2020-10-31 12:29:59 1 7 1 0 4.99991666666667 0
56 thirtyminutes0025#2020-03-06 12:30:00,2020-03-06 12:59:59 thirtyminutes0025 2020-03-06 12:30:00 2020-03-06 12:59:59 1 7 1 0 4.99991666666667 0
57 thirtyminutes0025#2020-03-07 12:30:00,2020-03-07 12:59:59 thirtyminutes0025 2020-03-07 12:30:00 2020-03-07 12:59:59 1 7 1 0 4.99991666666667 0
58 thirtyminutes0025#2020-10-30 12:30:00,2020-10-30 12:59:59 thirtyminutes0025 2020-10-30 12:30:00 2020-10-30 12:59:59 1 7 1 0 4.99991666666667 0
59 thirtyminutes0025#2020-10-31 12:30:00,2020-10-31 12:59:59 thirtyminutes0025 2020-10-31 12:30:00 2020-10-31 12:59:59 1 7 1 0 4.99991666666667 0
60 thirtyminutes0026#2020-03-06 13:00:00,2020-03-06 13:29:59 thirtyminutes0026 2020-03-06 13:00:00 2020-03-06 13:29:59 1 7 1 0 4.99991666666667 0
61 thirtyminutes0026#2020-10-30 13:00:00,2020-10-30 13:29:59 thirtyminutes0026 2020-10-30 13:00:00 2020-10-30 13:29:59 1 7 1 0 4.99991666666667 0
62 thirtyminutes0028#2020-03-06 14:00:00,2020-03-06 14:29:59 thirtyminutes0028 2020-03-06 14:00:00 2020-03-06 14:29:59 2 3 1 9.14073333333333 0 0
63 thirtyminutes0028#2020-03-08 14:00:00,2020-03-08 14:29:59 thirtyminutes0028 2020-03-08 14:00:00 2020-03-08 14:29:59 1 3 1 4.99991666666667 0 0
64 thirtyminutes0028#2020-10-30 14:00:00,2020-10-30 14:29:59 thirtyminutes0028 2020-10-30 14:00:00 2020-10-30 14:29:59 2 3 1 9.14073333333333 0 0
65 thirtyminutes0028#2020-11-01 14:00:00,2020-11-01 14:29:59 thirtyminutes0028 2020-11-01 14:00:00 2020-11-01 14:29:59 1 3 1 4.99991666666667 0 0
66 thirtyminutes0029#2020-03-06 14:30:00,2020-03-06 14:59:59 thirtyminutes0029 2020-03-06 14:30:00 2020-03-06 14:59:59 1 3 1 0.859083333333333 0 0
67 thirtyminutes0029#2020-10-30 14:30:00,2020-10-30 14:59:59 thirtyminutes0029 2020-10-30 14:30:00 2020-10-30 14:59:59 1 3 1 0.859083333333333 0 0
68 thirtyminutes0030#2020-03-08 15:00:00,2020-03-08 15:29:59 thirtyminutes0030 2020-03-08 15:00:00 2020-03-08 15:29:59 1 3 1 4.99991666666667 0 0
69 thirtyminutes0030#2020-11-01 15:00:00,2020-11-01 15:29:59 thirtyminutes0030 2020-11-01 15:00:00 2020-11-01 15:29:59 1 3 1 4.99991666666667 0 0
70 thirtyminutes0031#2020-03-06 15:30:00,2020-03-06 15:59:59 thirtyminutes0031 2020-03-06 15:30:00 2020-03-06 15:59:59 1 3 1 4.99991666666667 0 0
71 thirtyminutes0031#2020-03-08 15:30:00,2020-03-08 15:59:59 thirtyminutes0031 2020-03-08 15:30:00 2020-03-08 15:59:59 1 3 1 4.99991666666667 0 0
72 thirtyminutes0031#2020-10-30 15:30:00,2020-10-30 15:59:59 thirtyminutes0031 2020-10-30 15:30:00 2020-10-30 15:59:59 1 3 1 4.99991666666667 0 0
73 thirtyminutes0031#2020-11-01 15:30:00,2020-11-01 15:59:59 thirtyminutes0031 2020-11-01 15:30:00 2020-11-01 15:59:59 1 3 1 4.99991666666667 0 0
74 thirtyminutes0032#2020-03-07 16:00:00,2020-03-07 16:29:59 thirtyminutes0032 2020-03-07 16:00:00 2020-03-07 16:29:59 2 0 1 0 0 9.99983333333333
75 thirtyminutes0032#2020-10-31 16:00:00,2020-10-31 16:29:59 thirtyminutes0032 2020-10-31 16:00:00 2020-10-31 16:29:59 2 0 1 0 0 9.99983333333333
76 thirtyminutes0034#2020-03-09 17:00:00,2020-03-09 17:29:59 thirtyminutes0034 2020-03-09 17:00:00 2020-03-09 17:29:59 1 0 1 0 0 3.99993333333333
77 thirtyminutes0034#2020-11-02 17:00:00,2020-11-02 17:29:59 thirtyminutes0034 2020-11-02 17:00:00 2020-11-02 17:29:59 1 0 1 0 0 3.99993333333333
78 thirtyminutes0035#2020-03-06 17:30:00,2020-03-06 17:59:59 thirtyminutes0035 2020-03-06 17:30:00 2020-03-06 17:59:59 3 0 1 0 0 18.5760666666667
79 thirtyminutes0035#2020-03-09 17:30:00,2020-03-09 17:59:59 thirtyminutes0035 2020-03-09 17:30:00 2020-03-09 17:59:59 1 0 1 0 0 0.999983333333333
80 thirtyminutes0035#2020-10-30 17:30:00,2020-10-30 17:59:59 thirtyminutes0035 2020-10-30 17:30:00 2020-10-30 17:59:59 3 0 1 0 0 18.5760666666667
81 thirtyminutes0035#2020-11-02 17:30:00,2020-11-02 17:59:59 thirtyminutes0035 2020-11-02 17:30:00 2020-11-02 17:59:59 1 0 1 0 0 0.999983333333333
82 thirtyminutes0036#2020-03-06 18:00:00,2020-03-06 18:29:59 thirtyminutes0036 2020-03-06 18:00:00 2020-03-06 18:29:59 2 0 1 0 0 9.99983333333333
83 thirtyminutes0036#2020-10-30 18:00:00,2020-10-30 18:29:59 thirtyminutes0036 2020-10-30 18:00:00 2020-10-30 18:29:59 2 0 1 0 0 9.99983333333333
84 thirtyminutes0037#2020-03-06 18:30:00,2020-03-06 18:59:59 thirtyminutes0037 2020-03-06 18:30:00 2020-03-06 18:59:59 1 7 1 0 5.69215 NA
85 thirtyminutes0037#2020-03-09 18:30:00,2020-03-09 18:59:59 thirtyminutes0037 2020-03-09 18:30:00 2020-03-09 18:59:59 1 0 1 0 NA 4.99991666666667
86 thirtyminutes0037#2020-10-30 18:30:00,2020-10-30 18:59:59 thirtyminutes0037 2020-10-30 18:30:00 2020-10-30 18:59:59 1 7 1 0 5.69215 NA
87 thirtyminutes0037#2020-11-02 18:30:00,2020-11-02 18:59:59 thirtyminutes0037 2020-11-02 18:30:00 2020-11-02 18:59:59 1 0 1 0 NA 4.99991666666667
88 thirtyminutes0038#2020-03-06 19:00:00,2020-03-06 19:29:59 thirtyminutes0038 2020-03-06 19:00:00 2020-03-06 19:29:59 4 7 2 0 15.7384333333333 0
89 thirtyminutes0038#2020-10-30 19:00:00,2020-10-30 19:29:59 thirtyminutes0038 2020-10-30 19:00:00 2020-10-30 19:29:59 4 7 2 0 15.7384333333333 0
90 thirtyminutes0039#2020-03-06 19:30:00,2020-03-06 19:59:59 thirtyminutes0039 2020-03-06 19:30:00 2020-03-06 19:59:59 2 1 1 0 6.71366666666667 0
91 thirtyminutes0039#2020-10-30 19:30:00,2020-10-30 19:59:59 thirtyminutes0039 2020-10-30 19:30:00 2020-10-30 19:59:59 2 1 1 0 6.71366666666667 0
92 thirtyminutes0040#2020-03-06 20:00:00,2020-03-06 20:29:59 thirtyminutes0040 2020-03-06 20:00:00 2020-03-06 20:29:59 1 1 1 0 4.99991666666667 0
93 thirtyminutes0040#2020-03-08 20:00:00,2020-03-08 20:29:59 thirtyminutes0040 2020-03-08 20:00:00 2020-03-08 20:29:59 2 1 1 0 9.99983333333333 0
94 thirtyminutes0040#2020-10-30 20:00:00,2020-10-30 20:29:59 thirtyminutes0040 2020-10-30 20:00:00 2020-10-30 20:29:59 1 1 1 0 4.99991666666667 0
95 thirtyminutes0040#2020-11-01 20:00:00,2020-11-01 20:29:59 thirtyminutes0040 2020-11-01 20:00:00 2020-11-01 20:29:59 2 1 1 0 9.99983333333333 0
96 thirtyminutes0041#2020-03-06 20:30:00,2020-03-06 20:59:59 thirtyminutes0041 2020-03-06 20:30:00 2020-03-06 20:59:59 1 1 1 0 4.99991666666667 0
97 thirtyminutes0041#2020-10-30 20:30:00,2020-10-30 20:59:59 thirtyminutes0041 2020-10-30 20:30:00 2020-10-30 20:59:59 1 1 1 0 4.99991666666667 0
98 thirtyminutes0042#2020-03-06 21:00:00,2020-03-06 21:29:59 thirtyminutes0042 2020-03-06 21:00:00 2020-03-06 21:29:59 2 7 1 0 10.1680833333333 0
99 thirtyminutes0042#2020-10-30 21:00:00,2020-10-30 21:29:59 thirtyminutes0042 2020-10-30 21:00:00 2020-10-30 21:29:59 2 7 1 0 10.1680833333333 0
100 thirtyminutes0043#2020-03-07 21:30:00,2020-03-07 21:59:59 thirtyminutes0043 2020-03-07 21:30:00 2020-03-07 21:59:59 2 3 1 9.99983333333333 0 0
101 thirtyminutes0043#2020-10-31 21:30:00,2020-10-31 21:59:59 thirtyminutes0043 2020-10-31 21:30:00 2020-10-31 21:59:59 2 3 1 9.99983333333333 0 0
102 thirtyminutes0045#2020-03-06 22:30:00,2020-03-06 22:59:59 thirtyminutes0045 2020-03-06 22:30:00 2020-03-06 22:59:59 1 4 1 0 0 0
103 thirtyminutes0045#2020-10-30 22:30:00,2020-10-30 22:59:59 thirtyminutes0045 2020-10-30 22:30:00 2020-10-30 22:59:59 1 4 1 0 0 0
104 thirtyminutes0047#2020-03-06 23:30:00,2020-03-06 23:59:59 thirtyminutes0047 2020-03-06 23:30:00 2020-03-06 23:59:59 2 3 1 9.99983333333333 0 0
105 thirtyminutes0047#2020-03-07 23:30:00,2020-03-07 23:59:59 thirtyminutes0047 2020-03-07 23:30:00 2020-03-07 23:59:59 1 3 1 4.99991666666667 0 0
106 thirtyminutes0047#2020-10-30 23:30:00,2020-10-30 23:59:59 thirtyminutes0047 2020-10-30 23:30:00 2020-10-30 23:59:59 2 3 1 9.99983333333333 0 0

View File

@ -0,0 +1,27 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_durationvehicle"
"daily#2020-03-06 00:00:00,2020-03-06 23:59:59","daily","2020-03-06 00:00:00","2020-03-06 23:59:59",47,3,8,89.8647166666667,112.7929,43.7290666666667
"daily#2020-03-07 00:00:00,2020-03-07 23:59:59","daily","2020-03-07 00:00:00","2020-03-07 23:59:59",10,3,4,19.9996666666667,19.9996666666667,9.99983333333333
"daily#2020-03-08 00:00:00,2020-03-08 23:59:59","daily","2020-03-08 00:00:00","2020-03-08 23:59:59",5,5,2,14.99975,9.99983333333333,NA
"daily#2020-03-09 00:00:00,2020-03-09 23:59:59","daily","2020-03-09 00:00:00","2020-03-09 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"daily#2020-10-30 00:00:00,2020-10-30 23:59:59","daily","2020-10-30 00:00:00","2020-10-30 23:59:59",47,3,8,89.8647166666667,112.7929,43.7290666666667
"daily#2020-10-31 00:00:00,2020-10-31 23:59:59","daily","2020-10-31 00:00:00","2020-10-31 23:59:59",9,3,4,14.99975,19.9996666666667,9.99983333333333
"daily#2020-11-01 00:00:00,2020-11-01 23:59:59","daily","2020-11-01 00:00:00","2020-11-01 23:59:59",6,5,3,19.9996666666667,9.99983333333333,NA
"daily#2020-11-02 00:00:00,2020-11-02 23:59:59","daily","2020-11-02 00:00:00","2020-11-02 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"morning#2020-03-06 06:00:00,2020-03-06 11:59:59","morning","2020-03-06 06:00:00","2020-03-06 11:59:59",13,3,5,19.8658833333333,44.4810333333333,15.1531666666667
"morning#2020-03-07 06:00:00,2020-03-07 11:59:59","morning","2020-03-07 06:00:00","2020-03-07 11:59:59",2,7,1,NA,9.99983333333333,NA
"morning#2020-03-09 06:00:00,2020-03-09 11:59:59","morning","2020-03-09 06:00:00","2020-03-09 11:59:59",2,7,1,NA,9.99983333333333,NA
"morning#2020-10-30 06:00:00,2020-10-30 11:59:59","morning","2020-10-30 06:00:00","2020-10-30 11:59:59",13,3,5,19.8658833333333,44.4810333333333,15.1531666666667
"morning#2020-10-31 06:00:00,2020-10-31 11:59:59","morning","2020-10-31 06:00:00","2020-10-31 11:59:59",2,7,1,NA,9.99983333333333,NA
"morning#2020-11-02 06:00:00,2020-11-02 11:59:59","morning","2020-11-02 06:00:00","2020-11-02 11:59:59",2,7,1,NA,9.99983333333333,NA
"threeday#2020-03-06 00:00:00,2020-03-08 23:59:59","threeday","2020-03-06 00:00:00","2020-03-08 23:59:59",62,3,8,124.864133333333,142.7924,53.7289
"threeday#2020-03-07 00:00:00,2020-03-09 23:59:59","threeday","2020-03-07 00:00:00","2020-03-09 23:59:59",20,3,6,41.9993,39.9993333333333,19.9996666666667
"threeday#2020-03-08 00:00:00,2020-03-10 23:59:59","threeday","2020-03-08 00:00:00","2020-03-10 23:59:59",10,5,5,21.9996333333333,19.9996666666667,9.99983333333333
"threeday#2020-03-09 00:00:00,2020-03-11 23:59:59","threeday","2020-03-09 00:00:00","2020-03-11 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"threeday#2020-10-28 00:00:00,2020-10-30 23:59:59","threeday","2020-10-28 00:00:00","2020-10-30 23:59:59",47,3,8,89.8647166666667,112.7929,43.7290666666667
"threeday#2020-10-29 00:00:00,2020-10-31 23:59:59","threeday","2020-10-29 00:00:00","2020-10-31 23:59:59",56,3,8,104.864466666667,132.792566666667,53.7289
"threeday#2020-10-30 00:00:00,2020-11-01 23:59:59","threeday","2020-10-30 00:00:00","2020-11-01 23:59:59",62,3,8,124.864133333333,142.7924,53.7289
"threeday#2020-10-31 00:00:00,2020-11-02 23:59:59","threeday","2020-10-31 00:00:00","2020-11-02 23:59:59",20,3,6,41.9993,39.9993333333333,19.9996666666667
"threeday#2020-11-01 00:00:00,2020-11-03 23:59:59","threeday","2020-11-01 00:00:00","2020-11-03 23:59:59",11,5,5,26.99955,19.9996666666667,9.99983333333333
"threeday#2020-11-02 00:00:00,2020-11-04 23:59:59","threeday","2020-11-02 00:00:00","2020-11-04 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"weekend#2020-03-06 00:00:00,2020-03-08 23:59:59","weekend","2020-03-06 00:00:00","2020-03-08 23:59:59",62,3,8,124.864133333333,142.7924,53.7289
"weekend#2020-10-30 00:00:00,2020-11-01 23:59:59","weekend","2020-10-30 00:00:00","2020-11-01 23:59:59",62,3,8,124.864133333333,142.7924,53.7289
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_count phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_durationvehicle
2 daily#2020-03-06 00:00:00,2020-03-06 23:59:59 daily 2020-03-06 00:00:00 2020-03-06 23:59:59 47 3 8 89.8647166666667 112.7929 43.7290666666667
3 daily#2020-03-07 00:00:00,2020-03-07 23:59:59 daily 2020-03-07 00:00:00 2020-03-07 23:59:59 10 3 4 19.9996666666667 19.9996666666667 9.99983333333333
4 daily#2020-03-08 00:00:00,2020-03-08 23:59:59 daily 2020-03-08 00:00:00 2020-03-08 23:59:59 5 5 2 14.99975 9.99983333333333 NA
5 daily#2020-03-09 00:00:00,2020-03-09 23:59:59 daily 2020-03-09 00:00:00 2020-03-09 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
6 daily#2020-10-30 00:00:00,2020-10-30 23:59:59 daily 2020-10-30 00:00:00 2020-10-30 23:59:59 47 3 8 89.8647166666667 112.7929 43.7290666666667
7 daily#2020-10-31 00:00:00,2020-10-31 23:59:59 daily 2020-10-31 00:00:00 2020-10-31 23:59:59 9 3 4 14.99975 19.9996666666667 9.99983333333333
8 daily#2020-11-01 00:00:00,2020-11-01 23:59:59 daily 2020-11-01 00:00:00 2020-11-01 23:59:59 6 5 3 19.9996666666667 9.99983333333333 NA
9 daily#2020-11-02 00:00:00,2020-11-02 23:59:59 daily 2020-11-02 00:00:00 2020-11-02 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
10 morning#2020-03-06 06:00:00,2020-03-06 11:59:59 morning 2020-03-06 06:00:00 2020-03-06 11:59:59 13 3 5 19.8658833333333 44.4810333333333 15.1531666666667
11 morning#2020-03-07 06:00:00,2020-03-07 11:59:59 morning 2020-03-07 06:00:00 2020-03-07 11:59:59 2 7 1 NA 9.99983333333333 NA
12 morning#2020-03-09 06:00:00,2020-03-09 11:59:59 morning 2020-03-09 06:00:00 2020-03-09 11:59:59 2 7 1 NA 9.99983333333333 NA
13 morning#2020-10-30 06:00:00,2020-10-30 11:59:59 morning 2020-10-30 06:00:00 2020-10-30 11:59:59 13 3 5 19.8658833333333 44.4810333333333 15.1531666666667
14 morning#2020-10-31 06:00:00,2020-10-31 11:59:59 morning 2020-10-31 06:00:00 2020-10-31 11:59:59 2 7 1 NA 9.99983333333333 NA
15 morning#2020-11-02 06:00:00,2020-11-02 11:59:59 morning 2020-11-02 06:00:00 2020-11-02 11:59:59 2 7 1 NA 9.99983333333333 NA
16 threeday#2020-03-06 00:00:00,2020-03-08 23:59:59 threeday 2020-03-06 00:00:00 2020-03-08 23:59:59 62 3 8 124.864133333333 142.7924 53.7289
17 threeday#2020-03-07 00:00:00,2020-03-09 23:59:59 threeday 2020-03-07 00:00:00 2020-03-09 23:59:59 20 3 6 41.9993 39.9993333333333 19.9996666666667
18 threeday#2020-03-08 00:00:00,2020-03-10 23:59:59 threeday 2020-03-08 00:00:00 2020-03-10 23:59:59 10 5 5 21.9996333333333 19.9996666666667 9.99983333333333
19 threeday#2020-03-09 00:00:00,2020-03-11 23:59:59 threeday 2020-03-09 00:00:00 2020-03-11 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
20 threeday#2020-10-28 00:00:00,2020-10-30 23:59:59 threeday 2020-10-28 00:00:00 2020-10-30 23:59:59 47 3 8 89.8647166666667 112.7929 43.7290666666667
21 threeday#2020-10-29 00:00:00,2020-10-31 23:59:59 threeday 2020-10-29 00:00:00 2020-10-31 23:59:59 56 3 8 104.864466666667 132.792566666667 53.7289
22 threeday#2020-10-30 00:00:00,2020-11-01 23:59:59 threeday 2020-10-30 00:00:00 2020-11-01 23:59:59 62 3 8 124.864133333333 142.7924 53.7289
23 threeday#2020-10-31 00:00:00,2020-11-02 23:59:59 threeday 2020-10-31 00:00:00 2020-11-02 23:59:59 20 3 6 41.9993 39.9993333333333 19.9996666666667
24 threeday#2020-11-01 00:00:00,2020-11-03 23:59:59 threeday 2020-11-01 00:00:00 2020-11-03 23:59:59 11 5 5 26.99955 19.9996666666667 9.99983333333333
25 threeday#2020-11-02 00:00:00,2020-11-04 23:59:59 threeday 2020-11-02 00:00:00 2020-11-04 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
26 weekend#2020-03-06 00:00:00,2020-03-08 23:59:59 weekend 2020-03-06 00:00:00 2020-03-08 23:59:59 62 3 8 124.864133333333 142.7924 53.7289
27 weekend#2020-10-30 00:00:00,2020-11-01 23:59:59 weekend 2020-10-30 00:00:00 2020-11-01 23:59:59 62 3 8 124.864133333333 142.7924 53.7289

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1,27 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_durationvehicle"
"daily#2020-03-06 00:00:00,2020-03-06 23:59:59","daily","2020-03-06 00:00:00","2020-03-06 23:59:59",47,3,6,89.8647166666667,112.7929,43.7290666666667
"daily#2020-03-07 00:00:00,2020-03-07 23:59:59","daily","2020-03-07 00:00:00","2020-03-07 23:59:59",10,3,3,19.9996666666667,19.9996666666667,9.99983333333333
"daily#2020-03-08 00:00:00,2020-03-08 23:59:59","daily","2020-03-08 00:00:00","2020-03-08 23:59:59",5,3,2,14.99975,9.99983333333333,NA
"daily#2020-03-09 00:00:00,2020-03-09 23:59:59","daily","2020-03-09 00:00:00","2020-03-09 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"daily#2020-10-30 00:00:00,2020-10-30 23:59:59","daily","2020-10-30 00:00:00","2020-10-30 23:59:59",47,3,6,89.8647166666667,112.7929,43.7290666666667
"daily#2020-10-31 00:00:00,2020-10-31 23:59:59","daily","2020-10-31 00:00:00","2020-10-31 23:59:59",9,7,3,14.99975,19.9996666666667,9.99983333333333
"daily#2020-11-01 00:00:00,2020-11-01 23:59:59","daily","2020-11-01 00:00:00","2020-11-01 23:59:59",6,3,2,19.9996666666667,9.99983333333333,NA
"daily#2020-11-02 00:00:00,2020-11-02 23:59:59","daily","2020-11-02 00:00:00","2020-11-02 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"morning#2020-03-06 06:00:00,2020-03-06 11:59:59","morning","2020-03-06 06:00:00","2020-03-06 11:59:59",13,7,4,19.8658833333333,44.4810333333333,15.1531666666667
"morning#2020-03-07 06:00:00,2020-03-07 11:59:59","morning","2020-03-07 06:00:00","2020-03-07 11:59:59",2,7,1,NA,9.99983333333333,NA
"morning#2020-03-09 06:00:00,2020-03-09 11:59:59","morning","2020-03-09 06:00:00","2020-03-09 11:59:59",2,7,1,NA,9.99983333333333,NA
"morning#2020-10-30 06:00:00,2020-10-30 11:59:59","morning","2020-10-30 06:00:00","2020-10-30 11:59:59",13,7,4,19.8658833333333,44.4810333333333,15.1531666666667
"morning#2020-10-31 06:00:00,2020-10-31 11:59:59","morning","2020-10-31 06:00:00","2020-10-31 11:59:59",2,7,1,NA,9.99983333333333,NA
"morning#2020-11-02 06:00:00,2020-11-02 11:59:59","morning","2020-11-02 06:00:00","2020-11-02 11:59:59",2,7,1,NA,9.99983333333333,NA
"threeday#2020-03-06 00:00:00,2020-03-08 23:59:59","threeday","2020-03-06 00:00:00","2020-03-08 23:59:59",62,3,6,124.864133333333,142.7924,53.7289
"threeday#2020-03-07 00:00:00,2020-03-09 23:59:59","threeday","2020-03-07 00:00:00","2020-03-09 23:59:59",20,3,4,41.9993,39.9993333333333,19.9996666666667
"threeday#2020-03-08 00:00:00,2020-03-10 23:59:59","threeday","2020-03-08 00:00:00","2020-03-10 23:59:59",10,3,4,21.9996333333333,19.9996666666667,9.99983333333333
"threeday#2020-03-09 00:00:00,2020-03-11 23:59:59","threeday","2020-03-09 00:00:00","2020-03-11 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"threeday#2020-10-28 00:00:00,2020-10-30 23:59:59","threeday","2020-10-28 00:00:00","2020-10-30 23:59:59",47,3,6,89.8647166666667,112.7929,43.7290666666667
"threeday#2020-10-29 00:00:00,2020-10-31 23:59:59","threeday","2020-10-29 00:00:00","2020-10-31 23:59:59",56,3,6,104.864466666667,132.792566666667,53.7289
"threeday#2020-10-30 00:00:00,2020-11-01 23:59:59","threeday","2020-10-30 00:00:00","2020-11-01 23:59:59",62,3,6,124.864133333333,142.7924,53.7289
"threeday#2020-10-31 00:00:00,2020-11-02 23:59:59","threeday","2020-10-31 00:00:00","2020-11-02 23:59:59",20,3,4,41.9993,39.9993333333333,19.9996666666667
"threeday#2020-11-01 00:00:00,2020-11-03 23:59:59","threeday","2020-11-01 00:00:00","2020-11-03 23:59:59",11,3,4,26.99955,19.9996666666667,9.99983333333333
"threeday#2020-11-02 00:00:00,2020-11-04 23:59:59","threeday","2020-11-02 00:00:00","2020-11-04 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"weekend#2020-03-06 00:00:00,2020-03-08 23:59:59","weekend","2020-03-06 00:00:00","2020-03-08 23:59:59",62,3,6,124.864133333333,142.7924,53.7289
"weekend#2020-10-30 00:00:00,2020-11-01 23:59:59","weekend","2020-10-30 00:00:00","2020-11-01 23:59:59",62,3,6,124.864133333333,142.7924,53.7289
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_count phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_durationvehicle
2 daily#2020-03-06 00:00:00,2020-03-06 23:59:59 daily 2020-03-06 00:00:00 2020-03-06 23:59:59 47 3 6 89.8647166666667 112.7929 43.7290666666667
3 daily#2020-03-07 00:00:00,2020-03-07 23:59:59 daily 2020-03-07 00:00:00 2020-03-07 23:59:59 10 3 3 19.9996666666667 19.9996666666667 9.99983333333333
4 daily#2020-03-08 00:00:00,2020-03-08 23:59:59 daily 2020-03-08 00:00:00 2020-03-08 23:59:59 5 3 2 14.99975 9.99983333333333 NA
5 daily#2020-03-09 00:00:00,2020-03-09 23:59:59 daily 2020-03-09 00:00:00 2020-03-09 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
6 daily#2020-10-30 00:00:00,2020-10-30 23:59:59 daily 2020-10-30 00:00:00 2020-10-30 23:59:59 47 3 6 89.8647166666667 112.7929 43.7290666666667
7 daily#2020-10-31 00:00:00,2020-10-31 23:59:59 daily 2020-10-31 00:00:00 2020-10-31 23:59:59 9 7 3 14.99975 19.9996666666667 9.99983333333333
8 daily#2020-11-01 00:00:00,2020-11-01 23:59:59 daily 2020-11-01 00:00:00 2020-11-01 23:59:59 6 3 2 19.9996666666667 9.99983333333333 NA
9 daily#2020-11-02 00:00:00,2020-11-02 23:59:59 daily 2020-11-02 00:00:00 2020-11-02 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
10 morning#2020-03-06 06:00:00,2020-03-06 11:59:59 morning 2020-03-06 06:00:00 2020-03-06 11:59:59 13 7 4 19.8658833333333 44.4810333333333 15.1531666666667
11 morning#2020-03-07 06:00:00,2020-03-07 11:59:59 morning 2020-03-07 06:00:00 2020-03-07 11:59:59 2 7 1 NA 9.99983333333333 NA
12 morning#2020-03-09 06:00:00,2020-03-09 11:59:59 morning 2020-03-09 06:00:00 2020-03-09 11:59:59 2 7 1 NA 9.99983333333333 NA
13 morning#2020-10-30 06:00:00,2020-10-30 11:59:59 morning 2020-10-30 06:00:00 2020-10-30 11:59:59 13 7 4 19.8658833333333 44.4810333333333 15.1531666666667
14 morning#2020-10-31 06:00:00,2020-10-31 11:59:59 morning 2020-10-31 06:00:00 2020-10-31 11:59:59 2 7 1 NA 9.99983333333333 NA
15 morning#2020-11-02 06:00:00,2020-11-02 11:59:59 morning 2020-11-02 06:00:00 2020-11-02 11:59:59 2 7 1 NA 9.99983333333333 NA
16 threeday#2020-03-06 00:00:00,2020-03-08 23:59:59 threeday 2020-03-06 00:00:00 2020-03-08 23:59:59 62 3 6 124.864133333333 142.7924 53.7289
17 threeday#2020-03-07 00:00:00,2020-03-09 23:59:59 threeday 2020-03-07 00:00:00 2020-03-09 23:59:59 20 3 4 41.9993 39.9993333333333 19.9996666666667
18 threeday#2020-03-08 00:00:00,2020-03-10 23:59:59 threeday 2020-03-08 00:00:00 2020-03-10 23:59:59 10 3 4 21.9996333333333 19.9996666666667 9.99983333333333
19 threeday#2020-03-09 00:00:00,2020-03-11 23:59:59 threeday 2020-03-09 00:00:00 2020-03-11 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
20 threeday#2020-10-28 00:00:00,2020-10-30 23:59:59 threeday 2020-10-28 00:00:00 2020-10-30 23:59:59 47 3 6 89.8647166666667 112.7929 43.7290666666667
21 threeday#2020-10-29 00:00:00,2020-10-31 23:59:59 threeday 2020-10-29 00:00:00 2020-10-31 23:59:59 56 3 6 104.864466666667 132.792566666667 53.7289
22 threeday#2020-10-30 00:00:00,2020-11-01 23:59:59 threeday 2020-10-30 00:00:00 2020-11-01 23:59:59 62 3 6 124.864133333333 142.7924 53.7289
23 threeday#2020-10-31 00:00:00,2020-11-02 23:59:59 threeday 2020-10-31 00:00:00 2020-11-02 23:59:59 20 3 4 41.9993 39.9993333333333 19.9996666666667
24 threeday#2020-11-01 00:00:00,2020-11-03 23:59:59 threeday 2020-11-01 00:00:00 2020-11-03 23:59:59 11 3 4 26.99955 19.9996666666667 9.99983333333333
25 threeday#2020-11-02 00:00:00,2020-11-04 23:59:59 threeday 2020-11-02 00:00:00 2020-11-04 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
26 weekend#2020-03-06 00:00:00,2020-03-08 23:59:59 weekend 2020-03-06 00:00:00 2020-03-08 23:59:59 62 3 6 124.864133333333 142.7924 53.7289
27 weekend#2020-10-30 00:00:00,2020-11-01 23:59:59 weekend 2020-10-30 00:00:00 2020-11-01 23:59:59 62 3 6 124.864133333333 142.7924 53.7289

View File

@ -0,0 +1,3 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_durationvehicle"
"beforeMarchEvent#2020-03-07 16:00:00,2020-03-08 15:00:00","beforeMarchEvent","2020-03-07 16:00:00","2020-03-08 15:00:00",6,3,3,19.9996666666667,0,9.99983333333333
"beforeNovemberEvent#2020-10-31 16:00:00,2020-11-01 13:00:00","beforeNovemberEvent","2020-10-31 16:00:00","2020-11-01 13:00:00",5,3,2,14.99975,0,9.99983333333333
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_count phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_durationvehicle
2 beforeMarchEvent#2020-03-07 16:00:00,2020-03-08 15:00:00 beforeMarchEvent 2020-03-07 16:00:00 2020-03-08 15:00:00 6 3 3 19.9996666666667 0 9.99983333333333
3 beforeNovemberEvent#2020-10-31 16:00:00,2020-11-01 13:00:00 beforeNovemberEvent 2020-10-31 16:00:00 2020-11-01 13:00:00 5 3 2 14.99975 0 9.99983333333333

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1,3 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_durationvehicle"
"beforeMarchEvent#2020-03-07 16:00:00,2020-03-08 15:00:00","beforeMarchEvent","2020-03-07 16:00:00","2020-03-08 15:00:00",6,3,2,19.9996666666667,0,9.99983333333333
"beforeNovemberEvent#2020-10-31 16:00:00,2020-11-01 13:00:00","beforeNovemberEvent","2020-10-31 16:00:00","2020-11-01 13:00:00",5,3,2,14.99975,0,9.99983333333333
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_count phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_durationvehicle
2 beforeMarchEvent#2020-03-07 16:00:00,2020-03-08 15:00:00 beforeMarchEvent 2020-03-07 16:00:00 2020-03-08 15:00:00 6 3 2 19.9996666666667 0 9.99983333333333
3 beforeNovemberEvent#2020-10-31 16:00:00,2020-11-01 13:00:00 beforeNovemberEvent 2020-10-31 16:00:00 2020-11-01 13:00:00 5 3 2 14.99975 0 9.99983333333333

View File

@ -0,0 +1,107 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_durationvehicle"
"thirtyminutes0000#2020-03-06 00:00:00,2020-03-06 00:29:59","thirtyminutes0000","2020-03-06 00:00:00","2020-03-06 00:29:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0000#2020-10-30 00:00:00,2020-10-30 00:29:59","thirtyminutes0000","2020-10-30 00:00:00","2020-10-30 00:29:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0001#2020-03-06 00:30:00,2020-03-06 00:59:59","thirtyminutes0001","2020-03-06 00:30:00","2020-03-06 00:59:59",1,3,1,1.44398333333333,0,0
"thirtyminutes0001#2020-03-08 00:30:00,2020-03-08 00:59:59","thirtyminutes0001","2020-03-08 00:30:00","2020-03-08 00:59:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0001#2020-03-09 00:30:00,2020-03-09 00:59:59","thirtyminutes0001","2020-03-09 00:30:00","2020-03-09 00:59:59",1,3,1,6.99988333333333,0,0
"thirtyminutes0001#2020-10-30 00:30:00,2020-10-30 00:59:59","thirtyminutes0001","2020-10-30 00:30:00","2020-10-30 00:59:59",1,3,1,1.44398333333333,0,0
"thirtyminutes0001#2020-11-01 00:30:00,2020-11-01 00:59:59","thirtyminutes0001","2020-11-01 00:30:00","2020-11-01 00:59:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0001#2020-11-02 00:30:00,2020-11-02 00:59:59","thirtyminutes0001","2020-11-02 00:30:00","2020-11-02 00:59:59",1,3,1,6.99988333333333,0,0
"thirtyminutes0002#2020-03-06 01:00:00,2020-03-06 01:29:59","thirtyminutes0002","2020-03-06 01:00:00","2020-03-06 01:29:59",1,3,1,3.55591666666667,0,0
"thirtyminutes0002#2020-10-30 01:00:00,2020-10-30 01:29:59","thirtyminutes0002","2020-10-30 01:00:00","2020-10-30 01:29:59",1,3,1,3.55591666666667,0,0
"thirtyminutes0003#2020-03-06 01:30:00,2020-03-06 01:59:59","thirtyminutes0003","2020-03-06 01:30:00","2020-03-06 01:59:59",1,4,1,0,0,0
"thirtyminutes0003#2020-10-30 01:30:00,2020-10-30 01:59:59","thirtyminutes0003","2020-10-30 01:30:00","2020-10-30 01:59:59",1,4,1,0,0,0
"thirtyminutes0006#2020-03-06 03:00:00,2020-03-06 03:29:59","thirtyminutes0006","2020-03-06 03:00:00","2020-03-06 03:29:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0006#2020-03-07 03:00:00,2020-03-07 03:29:59","thirtyminutes0006","2020-03-07 03:00:00","2020-03-07 03:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0006#2020-10-30 03:00:00,2020-10-30 03:29:59","thirtyminutes0006","2020-10-30 03:00:00","2020-10-30 03:29:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0006#2020-10-31 03:00:00,2020-10-31 03:29:59","thirtyminutes0006","2020-10-31 03:00:00","2020-10-31 03:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0007#2020-03-06 03:30:00,2020-03-06 03:59:59","thirtyminutes0007","2020-03-06 03:30:00","2020-03-06 03:59:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0007#2020-03-08 03:30:00,2020-03-08 03:59:59","thirtyminutes0007","2020-03-08 03:30:00","2020-03-08 03:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0007#2020-10-30 03:30:00,2020-10-30 03:59:59","thirtyminutes0007","2020-10-30 03:30:00","2020-10-30 03:59:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0007#2020-11-01 03:30:00,2020-11-01 03:59:59","thirtyminutes0007","2020-11-01 03:30:00","2020-11-01 03:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0008#2020-03-06 04:00:00,2020-03-06 04:29:59","thirtyminutes0008","2020-03-06 04:00:00","2020-03-06 04:29:59",2,5,1,9.99983333333333,0,0
"thirtyminutes0008#2020-10-30 04:00:00,2020-10-30 04:29:59","thirtyminutes0008","2020-10-30 04:00:00","2020-10-30 04:29:59",2,5,1,9.99983333333333,0,0
"thirtyminutes0010#2020-03-06 05:00:00,2020-03-06 05:29:59","thirtyminutes0010","2020-03-06 05:00:00","2020-03-06 05:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0010#2020-10-30 05:00:00,2020-10-30 05:29:59","thirtyminutes0010","2020-10-30 05:00:00","2020-10-30 05:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0011#2020-03-06 05:30:00,2020-03-06 05:59:59","thirtyminutes0011","2020-03-06 05:30:00","2020-03-06 05:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0011#2020-10-30 05:30:00,2020-10-30 05:59:59","thirtyminutes0011","2020-10-30 05:30:00","2020-10-30 05:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0012#2020-03-06 06:00:00,2020-03-06 06:29:59","thirtyminutes0012","2020-03-06 06:00:00","2020-03-06 06:29:59",2,3,1,14.8659666666667,0,0
"thirtyminutes0012#2020-10-30 06:00:00,2020-10-30 06:29:59","thirtyminutes0012","2020-10-30 06:00:00","2020-10-30 06:29:59",2,3,1,14.8659666666667,0,0
"thirtyminutes0013#2020-03-06 06:30:00,2020-03-06 06:59:59","thirtyminutes0013","2020-03-06 06:30:00","2020-03-06 06:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0013#2020-10-30 06:30:00,2020-10-30 06:59:59","thirtyminutes0013","2020-10-30 06:30:00","2020-10-30 06:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0014#2020-03-06 07:00:00,2020-03-06 07:29:59","thirtyminutes0014","2020-03-06 07:00:00","2020-03-06 07:29:59",1,7,1,0,9.48161666666667,0
"thirtyminutes0014#2020-10-30 07:00:00,2020-10-30 07:29:59","thirtyminutes0014","2020-10-30 07:00:00","2020-10-30 07:29:59",1,7,1,0,9.48161666666667,0
"thirtyminutes0015#2020-03-06 07:30:00,2020-03-06 07:59:59","thirtyminutes0015","2020-03-06 07:30:00","2020-03-06 07:59:59",2,7,1,0,9.99983333333333,0
"thirtyminutes0015#2020-10-30 07:30:00,2020-10-30 07:59:59","thirtyminutes0015","2020-10-30 07:30:00","2020-10-30 07:59:59",2,7,1,0,9.99983333333333,0
"thirtyminutes0017#2020-03-06 08:30:00,2020-03-06 08:59:59","thirtyminutes0017","2020-03-06 08:30:00","2020-03-06 08:59:59",1,8,1,0,4.99991666666667,0
"thirtyminutes0017#2020-10-30 08:30:00,2020-10-30 08:59:59","thirtyminutes0017","2020-10-30 08:30:00","2020-10-30 08:59:59",1,8,1,0,4.99991666666667,0
"thirtyminutes0018#2020-03-06 09:00:00,2020-03-06 09:29:59","thirtyminutes0018","2020-03-06 09:00:00","2020-03-06 09:29:59",2,8,1,0,9.99983333333333,0
"thirtyminutes0018#2020-10-30 09:00:00,2020-10-30 09:29:59","thirtyminutes0018","2020-10-30 09:00:00","2020-10-30 09:29:59",2,8,1,0,9.99983333333333,0
"thirtyminutes0020#2020-03-06 10:00:00,2020-03-06 10:29:59","thirtyminutes0020","2020-03-06 10:00:00","2020-03-06 10:29:59",1,0,1,0,NA,10.15325
"thirtyminutes0020#2020-03-09 10:00:00,2020-03-09 10:29:59","thirtyminutes0020","2020-03-09 10:00:00","2020-03-09 10:29:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0020#2020-10-30 10:00:00,2020-10-30 10:29:59","thirtyminutes0020","2020-10-30 10:00:00","2020-10-30 10:29:59",1,0,1,0,NA,10.15325
"thirtyminutes0020#2020-11-02 10:00:00,2020-11-02 10:29:59","thirtyminutes0020","2020-11-02 10:00:00","2020-11-02 10:29:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0021#2020-03-06 10:30:00,2020-03-06 10:59:59","thirtyminutes0021","2020-03-06 10:30:00","2020-03-06 10:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0021#2020-03-09 10:30:00,2020-03-09 10:59:59","thirtyminutes0021","2020-03-09 10:30:00","2020-03-09 10:59:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0021#2020-10-30 10:30:00,2020-10-30 10:59:59","thirtyminutes0021","2020-10-30 10:30:00","2020-10-30 10:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0021#2020-11-02 10:30:00,2020-11-02 10:59:59","thirtyminutes0021","2020-11-02 10:30:00","2020-11-02 10:59:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0022#2020-03-06 11:00:00,2020-03-06 11:29:59","thirtyminutes0022","2020-03-06 11:00:00","2020-03-06 11:29:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0022#2020-10-30 11:00:00,2020-10-30 11:29:59","thirtyminutes0022","2020-10-30 11:00:00","2020-10-30 11:29:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0023#2020-03-06 11:30:00,2020-03-06 11:59:59","thirtyminutes0023","2020-03-06 11:30:00","2020-03-06 11:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0023#2020-10-30 11:30:00,2020-10-30 11:59:59","thirtyminutes0023","2020-10-30 11:30:00","2020-10-30 11:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0024#2020-03-06 12:00:00,2020-03-06 12:29:59","thirtyminutes0024","2020-03-06 12:00:00","2020-03-06 12:29:59",2,2,1,0,9.99983333333333,0
"thirtyminutes0024#2020-03-07 12:00:00,2020-03-07 12:29:59","thirtyminutes0024","2020-03-07 12:00:00","2020-03-07 12:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0024#2020-10-30 12:00:00,2020-10-30 12:29:59","thirtyminutes0024","2020-10-30 12:00:00","2020-10-30 12:29:59",2,2,1,0,9.99983333333333,0
"thirtyminutes0024#2020-10-31 12:00:00,2020-10-31 12:29:59","thirtyminutes0024","2020-10-31 12:00:00","2020-10-31 12:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0025#2020-03-06 12:30:00,2020-03-06 12:59:59","thirtyminutes0025","2020-03-06 12:30:00","2020-03-06 12:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0025#2020-10-30 12:30:00,2020-10-30 12:59:59","thirtyminutes0025","2020-10-30 12:30:00","2020-10-30 12:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0026#2020-03-06 13:00:00,2020-03-06 13:29:59","thirtyminutes0026","2020-03-06 13:00:00","2020-03-06 13:29:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0026#2020-03-07 13:00:00,2020-03-07 13:29:59","thirtyminutes0026","2020-03-07 13:00:00","2020-03-07 13:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0026#2020-10-30 13:00:00,2020-10-30 13:29:59","thirtyminutes0026","2020-10-30 13:00:00","2020-10-30 13:29:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0026#2020-10-31 13:00:00,2020-10-31 13:29:59","thirtyminutes0026","2020-10-31 13:00:00","2020-10-31 13:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0028#2020-03-06 14:00:00,2020-03-06 14:29:59","thirtyminutes0028","2020-03-06 14:00:00","2020-03-06 14:29:59",2,3,1,9.14073333333333,0,0
"thirtyminutes0028#2020-03-08 14:00:00,2020-03-08 14:29:59","thirtyminutes0028","2020-03-08 14:00:00","2020-03-08 14:29:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0028#2020-10-30 14:00:00,2020-10-30 14:29:59","thirtyminutes0028","2020-10-30 14:00:00","2020-10-30 14:29:59",2,3,1,9.14073333333333,0,0
"thirtyminutes0028#2020-11-01 14:00:00,2020-11-01 14:29:59","thirtyminutes0028","2020-11-01 14:00:00","2020-11-01 14:29:59",1,5,1,4.99991666666667,0,0
"thirtyminutes0029#2020-03-06 14:30:00,2020-03-06 14:59:59","thirtyminutes0029","2020-03-06 14:30:00","2020-03-06 14:59:59",1,3,1,0.859083333333333,0,0
"thirtyminutes0029#2020-10-30 14:30:00,2020-10-30 14:59:59","thirtyminutes0029","2020-10-30 14:30:00","2020-10-30 14:59:59",1,3,1,0.859083333333333,0,0
"thirtyminutes0030#2020-03-07 15:00:00,2020-03-07 15:29:59","thirtyminutes0030","2020-03-07 15:00:00","2020-03-07 15:29:59",1,2,1,NA,4.99991666666667,0
"thirtyminutes0030#2020-03-08 15:00:00,2020-03-08 15:29:59","thirtyminutes0030","2020-03-08 15:00:00","2020-03-08 15:29:59",1,5,1,4.99991666666667,NA,0
"thirtyminutes0030#2020-10-31 15:00:00,2020-10-31 15:29:59","thirtyminutes0030","2020-10-31 15:00:00","2020-10-31 15:29:59",1,2,1,NA,4.99991666666667,0
"thirtyminutes0030#2020-11-01 15:00:00,2020-11-01 15:29:59","thirtyminutes0030","2020-11-01 15:00:00","2020-11-01 15:29:59",1,5,1,4.99991666666667,NA,0
"thirtyminutes0031#2020-03-06 15:30:00,2020-03-06 15:59:59","thirtyminutes0031","2020-03-06 15:30:00","2020-03-06 15:59:59",1,3,1,4.99991666666667,NA,0
"thirtyminutes0031#2020-03-07 15:30:00,2020-03-07 15:59:59","thirtyminutes0031","2020-03-07 15:30:00","2020-03-07 15:59:59",1,2,1,NA,4.99991666666667,0
"thirtyminutes0031#2020-03-08 15:30:00,2020-03-08 15:59:59","thirtyminutes0031","2020-03-08 15:30:00","2020-03-08 15:59:59",1,5,1,4.99991666666667,NA,0
"thirtyminutes0031#2020-10-30 15:30:00,2020-10-30 15:59:59","thirtyminutes0031","2020-10-30 15:30:00","2020-10-30 15:59:59",1,3,1,4.99991666666667,NA,0
"thirtyminutes0031#2020-10-31 15:30:00,2020-10-31 15:59:59","thirtyminutes0031","2020-10-31 15:30:00","2020-10-31 15:59:59",1,2,1,NA,4.99991666666667,0
"thirtyminutes0031#2020-11-01 15:30:00,2020-11-01 15:59:59","thirtyminutes0031","2020-11-01 15:30:00","2020-11-01 15:59:59",1,5,1,4.99991666666667,NA,0
"thirtyminutes0034#2020-03-09 17:00:00,2020-03-09 17:29:59","thirtyminutes0034","2020-03-09 17:00:00","2020-03-09 17:29:59",1,0,1,0,0,3.99993333333333
"thirtyminutes0034#2020-11-02 17:00:00,2020-11-02 17:29:59","thirtyminutes0034","2020-11-02 17:00:00","2020-11-02 17:29:59",1,0,1,0,0,3.99993333333333
"thirtyminutes0035#2020-03-06 17:30:00,2020-03-06 17:59:59","thirtyminutes0035","2020-03-06 17:30:00","2020-03-06 17:59:59",3,0,1,0,0,18.5760666666667
"thirtyminutes0035#2020-03-09 17:30:00,2020-03-09 17:59:59","thirtyminutes0035","2020-03-09 17:30:00","2020-03-09 17:59:59",1,0,1,0,0,0.999983333333333
"thirtyminutes0035#2020-10-30 17:30:00,2020-10-30 17:59:59","thirtyminutes0035","2020-10-30 17:30:00","2020-10-30 17:59:59",3,0,1,0,0,18.5760666666667
"thirtyminutes0035#2020-11-02 17:30:00,2020-11-02 17:59:59","thirtyminutes0035","2020-11-02 17:30:00","2020-11-02 17:59:59",1,0,1,0,0,0.999983333333333
"thirtyminutes0036#2020-03-06 18:00:00,2020-03-06 18:29:59","thirtyminutes0036","2020-03-06 18:00:00","2020-03-06 18:29:59",2,0,1,0,0,9.99983333333333
"thirtyminutes0036#2020-10-30 18:00:00,2020-10-30 18:29:59","thirtyminutes0036","2020-10-30 18:00:00","2020-10-30 18:29:59",2,0,1,0,0,9.99983333333333
"thirtyminutes0037#2020-03-06 18:30:00,2020-03-06 18:59:59","thirtyminutes0037","2020-03-06 18:30:00","2020-03-06 18:59:59",1,7,1,0,5.69215,NA
"thirtyminutes0037#2020-03-09 18:30:00,2020-03-09 18:59:59","thirtyminutes0037","2020-03-09 18:30:00","2020-03-09 18:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0037#2020-10-30 18:30:00,2020-10-30 18:59:59","thirtyminutes0037","2020-10-30 18:30:00","2020-10-30 18:59:59",1,7,1,0,5.69215,NA
"thirtyminutes0037#2020-11-02 18:30:00,2020-11-02 18:59:59","thirtyminutes0037","2020-11-02 18:30:00","2020-11-02 18:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0038#2020-03-06 19:00:00,2020-03-06 19:29:59","thirtyminutes0038","2020-03-06 19:00:00","2020-03-06 19:29:59",4,7,2,0,15.7384333333333,NA
"thirtyminutes0038#2020-03-07 19:00:00,2020-03-07 19:29:59","thirtyminutes0038","2020-03-07 19:00:00","2020-03-07 19:29:59",2,0,1,0,NA,9.99983333333333
"thirtyminutes0038#2020-10-30 19:00:00,2020-10-30 19:29:59","thirtyminutes0038","2020-10-30 19:00:00","2020-10-30 19:29:59",4,7,2,0,15.7384333333333,NA
"thirtyminutes0038#2020-10-31 19:00:00,2020-10-31 19:29:59","thirtyminutes0038","2020-10-31 19:00:00","2020-10-31 19:29:59",2,0,1,0,NA,9.99983333333333
"thirtyminutes0039#2020-03-06 19:30:00,2020-03-06 19:59:59","thirtyminutes0039","2020-03-06 19:30:00","2020-03-06 19:59:59",2,1,1,0,6.71366666666667,0
"thirtyminutes0039#2020-10-30 19:30:00,2020-10-30 19:59:59","thirtyminutes0039","2020-10-30 19:30:00","2020-10-30 19:59:59",2,1,1,0,6.71366666666667,0
"thirtyminutes0040#2020-03-06 20:00:00,2020-03-06 20:29:59","thirtyminutes0040","2020-03-06 20:00:00","2020-03-06 20:29:59",1,1,1,0,4.99991666666667,0
"thirtyminutes0040#2020-03-08 20:00:00,2020-03-08 20:29:59","thirtyminutes0040","2020-03-08 20:00:00","2020-03-08 20:29:59",2,1,1,0,9.99983333333333,0
"thirtyminutes0040#2020-10-30 20:00:00,2020-10-30 20:29:59","thirtyminutes0040","2020-10-30 20:00:00","2020-10-30 20:29:59",1,1,1,0,4.99991666666667,0
"thirtyminutes0040#2020-11-01 20:00:00,2020-11-01 20:29:59","thirtyminutes0040","2020-11-01 20:00:00","2020-11-01 20:29:59",2,1,1,0,9.99983333333333,0
"thirtyminutes0041#2020-03-06 20:30:00,2020-03-06 20:59:59","thirtyminutes0041","2020-03-06 20:30:00","2020-03-06 20:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0041#2020-10-30 20:30:00,2020-10-30 20:59:59","thirtyminutes0041","2020-10-30 20:30:00","2020-10-30 20:59:59",1,2,1,0,4.99991666666667,0
"thirtyminutes0042#2020-03-06 21:00:00,2020-03-06 21:29:59","thirtyminutes0042","2020-03-06 21:00:00","2020-03-06 21:29:59",2,2,1,0,10.1680833333333,0
"thirtyminutes0042#2020-10-30 21:00:00,2020-10-30 21:29:59","thirtyminutes0042","2020-10-30 21:00:00","2020-10-30 21:29:59",2,2,1,0,10.1680833333333,0
"thirtyminutes0045#2020-03-06 22:30:00,2020-03-06 22:59:59","thirtyminutes0045","2020-03-06 22:30:00","2020-03-06 22:59:59",1,4,1,0,0,0
"thirtyminutes0045#2020-10-30 22:30:00,2020-10-30 22:59:59","thirtyminutes0045","2020-10-30 22:30:00","2020-10-30 22:59:59",1,4,1,0,0,0
"thirtyminutes0047#2020-03-06 23:30:00,2020-03-06 23:59:59","thirtyminutes0047","2020-03-06 23:30:00","2020-03-06 23:59:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0047#2020-10-30 23:30:00,2020-10-30 23:59:59","thirtyminutes0047","2020-10-30 23:30:00","2020-10-30 23:59:59",2,3,1,9.99983333333333,0,0
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_count phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_durationvehicle
2 thirtyminutes0000#2020-03-06 00:00:00,2020-03-06 00:29:59 thirtyminutes0000 2020-03-06 00:00:00 2020-03-06 00:29:59 2 3 1 9.99983333333333 0 0
3 thirtyminutes0000#2020-10-30 00:00:00,2020-10-30 00:29:59 thirtyminutes0000 2020-10-30 00:00:00 2020-10-30 00:29:59 2 3 1 9.99983333333333 0 0
4 thirtyminutes0001#2020-03-06 00:30:00,2020-03-06 00:59:59 thirtyminutes0001 2020-03-06 00:30:00 2020-03-06 00:59:59 1 3 1 1.44398333333333 0 0
5 thirtyminutes0001#2020-03-08 00:30:00,2020-03-08 00:59:59 thirtyminutes0001 2020-03-08 00:30:00 2020-03-08 00:59:59 2 3 1 9.99983333333333 0 0
6 thirtyminutes0001#2020-03-09 00:30:00,2020-03-09 00:59:59 thirtyminutes0001 2020-03-09 00:30:00 2020-03-09 00:59:59 1 3 1 6.99988333333333 0 0
7 thirtyminutes0001#2020-10-30 00:30:00,2020-10-30 00:59:59 thirtyminutes0001 2020-10-30 00:30:00 2020-10-30 00:59:59 1 3 1 1.44398333333333 0 0
8 thirtyminutes0001#2020-11-01 00:30:00,2020-11-01 00:59:59 thirtyminutes0001 2020-11-01 00:30:00 2020-11-01 00:59:59 2 3 1 9.99983333333333 0 0
9 thirtyminutes0001#2020-11-02 00:30:00,2020-11-02 00:59:59 thirtyminutes0001 2020-11-02 00:30:00 2020-11-02 00:59:59 1 3 1 6.99988333333333 0 0
10 thirtyminutes0002#2020-03-06 01:00:00,2020-03-06 01:29:59 thirtyminutes0002 2020-03-06 01:00:00 2020-03-06 01:29:59 1 3 1 3.55591666666667 0 0
11 thirtyminutes0002#2020-10-30 01:00:00,2020-10-30 01:29:59 thirtyminutes0002 2020-10-30 01:00:00 2020-10-30 01:29:59 1 3 1 3.55591666666667 0 0
12 thirtyminutes0003#2020-03-06 01:30:00,2020-03-06 01:59:59 thirtyminutes0003 2020-03-06 01:30:00 2020-03-06 01:59:59 1 4 1 0 0 0
13 thirtyminutes0003#2020-10-30 01:30:00,2020-10-30 01:59:59 thirtyminutes0003 2020-10-30 01:30:00 2020-10-30 01:59:59 1 4 1 0 0 0
14 thirtyminutes0006#2020-03-06 03:00:00,2020-03-06 03:29:59 thirtyminutes0006 2020-03-06 03:00:00 2020-03-06 03:29:59 1 5 1 4.99991666666667 0 0
15 thirtyminutes0006#2020-03-07 03:00:00,2020-03-07 03:29:59 thirtyminutes0006 2020-03-07 03:00:00 2020-03-07 03:29:59 1 3 1 4.99991666666667 0 0
16 thirtyminutes0006#2020-10-30 03:00:00,2020-10-30 03:29:59 thirtyminutes0006 2020-10-30 03:00:00 2020-10-30 03:29:59 1 5 1 4.99991666666667 0 0
17 thirtyminutes0006#2020-10-31 03:00:00,2020-10-31 03:29:59 thirtyminutes0006 2020-10-31 03:00:00 2020-10-31 03:29:59 1 3 1 4.99991666666667 0 0
18 thirtyminutes0007#2020-03-06 03:30:00,2020-03-06 03:59:59 thirtyminutes0007 2020-03-06 03:30:00 2020-03-06 03:59:59 1 5 1 4.99991666666667 0 0
19 thirtyminutes0007#2020-03-08 03:30:00,2020-03-08 03:59:59 thirtyminutes0007 2020-03-08 03:30:00 2020-03-08 03:59:59 1 3 1 4.99991666666667 0 0
20 thirtyminutes0007#2020-10-30 03:30:00,2020-10-30 03:59:59 thirtyminutes0007 2020-10-30 03:30:00 2020-10-30 03:59:59 1 5 1 4.99991666666667 0 0
21 thirtyminutes0007#2020-11-01 03:30:00,2020-11-01 03:59:59 thirtyminutes0007 2020-11-01 03:30:00 2020-11-01 03:59:59 1 3 1 4.99991666666667 0 0
22 thirtyminutes0008#2020-03-06 04:00:00,2020-03-06 04:29:59 thirtyminutes0008 2020-03-06 04:00:00 2020-03-06 04:29:59 2 5 1 9.99983333333333 0 0
23 thirtyminutes0008#2020-10-30 04:00:00,2020-10-30 04:29:59 thirtyminutes0008 2020-10-30 04:00:00 2020-10-30 04:29:59 2 5 1 9.99983333333333 0 0
24 thirtyminutes0010#2020-03-06 05:00:00,2020-03-06 05:29:59 thirtyminutes0010 2020-03-06 05:00:00 2020-03-06 05:29:59 1 3 1 4.99991666666667 0 0
25 thirtyminutes0010#2020-10-30 05:00:00,2020-10-30 05:29:59 thirtyminutes0010 2020-10-30 05:00:00 2020-10-30 05:29:59 1 3 1 4.99991666666667 0 0
26 thirtyminutes0011#2020-03-06 05:30:00,2020-03-06 05:59:59 thirtyminutes0011 2020-03-06 05:30:00 2020-03-06 05:59:59 1 3 1 4.99991666666667 0 0
27 thirtyminutes0011#2020-10-30 05:30:00,2020-10-30 05:59:59 thirtyminutes0011 2020-10-30 05:30:00 2020-10-30 05:59:59 1 3 1 4.99991666666667 0 0
28 thirtyminutes0012#2020-03-06 06:00:00,2020-03-06 06:29:59 thirtyminutes0012 2020-03-06 06:00:00 2020-03-06 06:29:59 2 3 1 14.8659666666667 0 0
29 thirtyminutes0012#2020-10-30 06:00:00,2020-10-30 06:29:59 thirtyminutes0012 2020-10-30 06:00:00 2020-10-30 06:29:59 2 3 1 14.8659666666667 0 0
30 thirtyminutes0013#2020-03-06 06:30:00,2020-03-06 06:59:59 thirtyminutes0013 2020-03-06 06:30:00 2020-03-06 06:59:59 1 3 1 4.99991666666667 0 0
31 thirtyminutes0013#2020-10-30 06:30:00,2020-10-30 06:59:59 thirtyminutes0013 2020-10-30 06:30:00 2020-10-30 06:59:59 1 3 1 4.99991666666667 0 0
32 thirtyminutes0014#2020-03-06 07:00:00,2020-03-06 07:29:59 thirtyminutes0014 2020-03-06 07:00:00 2020-03-06 07:29:59 1 7 1 0 9.48161666666667 0
33 thirtyminutes0014#2020-10-30 07:00:00,2020-10-30 07:29:59 thirtyminutes0014 2020-10-30 07:00:00 2020-10-30 07:29:59 1 7 1 0 9.48161666666667 0
34 thirtyminutes0015#2020-03-06 07:30:00,2020-03-06 07:59:59 thirtyminutes0015 2020-03-06 07:30:00 2020-03-06 07:59:59 2 7 1 0 9.99983333333333 0
35 thirtyminutes0015#2020-10-30 07:30:00,2020-10-30 07:59:59 thirtyminutes0015 2020-10-30 07:30:00 2020-10-30 07:59:59 2 7 1 0 9.99983333333333 0
36 thirtyminutes0017#2020-03-06 08:30:00,2020-03-06 08:59:59 thirtyminutes0017 2020-03-06 08:30:00 2020-03-06 08:59:59 1 8 1 0 4.99991666666667 0
37 thirtyminutes0017#2020-10-30 08:30:00,2020-10-30 08:59:59 thirtyminutes0017 2020-10-30 08:30:00 2020-10-30 08:59:59 1 8 1 0 4.99991666666667 0
38 thirtyminutes0018#2020-03-06 09:00:00,2020-03-06 09:29:59 thirtyminutes0018 2020-03-06 09:00:00 2020-03-06 09:29:59 2 8 1 0 9.99983333333333 0
39 thirtyminutes0018#2020-10-30 09:00:00,2020-10-30 09:29:59 thirtyminutes0018 2020-10-30 09:00:00 2020-10-30 09:29:59 2 8 1 0 9.99983333333333 0
40 thirtyminutes0020#2020-03-06 10:00:00,2020-03-06 10:29:59 thirtyminutes0020 2020-03-06 10:00:00 2020-03-06 10:29:59 1 0 1 0 NA 10.15325
41 thirtyminutes0020#2020-03-09 10:00:00,2020-03-09 10:29:59 thirtyminutes0020 2020-03-09 10:00:00 2020-03-09 10:29:59 1 7 1 0 4.99991666666667 NA
42 thirtyminutes0020#2020-10-30 10:00:00,2020-10-30 10:29:59 thirtyminutes0020 2020-10-30 10:00:00 2020-10-30 10:29:59 1 0 1 0 NA 10.15325
43 thirtyminutes0020#2020-11-02 10:00:00,2020-11-02 10:29:59 thirtyminutes0020 2020-11-02 10:00:00 2020-11-02 10:29:59 1 7 1 0 4.99991666666667 NA
44 thirtyminutes0021#2020-03-06 10:30:00,2020-03-06 10:59:59 thirtyminutes0021 2020-03-06 10:30:00 2020-03-06 10:59:59 1 0 1 0 NA 4.99991666666667
45 thirtyminutes0021#2020-03-09 10:30:00,2020-03-09 10:59:59 thirtyminutes0021 2020-03-09 10:30:00 2020-03-09 10:59:59 1 7 1 0 4.99991666666667 NA
46 thirtyminutes0021#2020-10-30 10:30:00,2020-10-30 10:59:59 thirtyminutes0021 2020-10-30 10:30:00 2020-10-30 10:59:59 1 0 1 0 NA 4.99991666666667
47 thirtyminutes0021#2020-11-02 10:30:00,2020-11-02 10:59:59 thirtyminutes0021 2020-11-02 10:30:00 2020-11-02 10:59:59 1 7 1 0 4.99991666666667 NA
48 thirtyminutes0022#2020-03-06 11:00:00,2020-03-06 11:29:59 thirtyminutes0022 2020-03-06 11:00:00 2020-03-06 11:29:59 1 2 1 0 4.99991666666667 0
49 thirtyminutes0022#2020-10-30 11:00:00,2020-10-30 11:29:59 thirtyminutes0022 2020-10-30 11:00:00 2020-10-30 11:29:59 1 2 1 0 4.99991666666667 0
50 thirtyminutes0023#2020-03-06 11:30:00,2020-03-06 11:59:59 thirtyminutes0023 2020-03-06 11:30:00 2020-03-06 11:59:59 1 2 1 0 4.99991666666667 0
51 thirtyminutes0023#2020-10-30 11:30:00,2020-10-30 11:59:59 thirtyminutes0023 2020-10-30 11:30:00 2020-10-30 11:59:59 1 2 1 0 4.99991666666667 0
52 thirtyminutes0024#2020-03-06 12:00:00,2020-03-06 12:29:59 thirtyminutes0024 2020-03-06 12:00:00 2020-03-06 12:29:59 2 2 1 0 9.99983333333333 0
53 thirtyminutes0024#2020-03-07 12:00:00,2020-03-07 12:29:59 thirtyminutes0024 2020-03-07 12:00:00 2020-03-07 12:29:59 1 7 1 0 4.99991666666667 0
54 thirtyminutes0024#2020-10-30 12:00:00,2020-10-30 12:29:59 thirtyminutes0024 2020-10-30 12:00:00 2020-10-30 12:29:59 2 2 1 0 9.99983333333333 0
55 thirtyminutes0024#2020-10-31 12:00:00,2020-10-31 12:29:59 thirtyminutes0024 2020-10-31 12:00:00 2020-10-31 12:29:59 1 7 1 0 4.99991666666667 0
56 thirtyminutes0025#2020-03-06 12:30:00,2020-03-06 12:59:59 thirtyminutes0025 2020-03-06 12:30:00 2020-03-06 12:59:59 1 2 1 0 4.99991666666667 0
57 thirtyminutes0025#2020-10-30 12:30:00,2020-10-30 12:59:59 thirtyminutes0025 2020-10-30 12:30:00 2020-10-30 12:59:59 1 2 1 0 4.99991666666667 0
58 thirtyminutes0026#2020-03-06 13:00:00,2020-03-06 13:29:59 thirtyminutes0026 2020-03-06 13:00:00 2020-03-06 13:29:59 1 2 1 0 4.99991666666667 0
59 thirtyminutes0026#2020-03-07 13:00:00,2020-03-07 13:29:59 thirtyminutes0026 2020-03-07 13:00:00 2020-03-07 13:29:59 1 7 1 0 4.99991666666667 0
60 thirtyminutes0026#2020-10-30 13:00:00,2020-10-30 13:29:59 thirtyminutes0026 2020-10-30 13:00:00 2020-10-30 13:29:59 1 2 1 0 4.99991666666667 0
61 thirtyminutes0026#2020-10-31 13:00:00,2020-10-31 13:29:59 thirtyminutes0026 2020-10-31 13:00:00 2020-10-31 13:29:59 1 7 1 0 4.99991666666667 0
62 thirtyminutes0028#2020-03-06 14:00:00,2020-03-06 14:29:59 thirtyminutes0028 2020-03-06 14:00:00 2020-03-06 14:29:59 2 3 1 9.14073333333333 0 0
63 thirtyminutes0028#2020-03-08 14:00:00,2020-03-08 14:29:59 thirtyminutes0028 2020-03-08 14:00:00 2020-03-08 14:29:59 1 5 1 4.99991666666667 0 0
64 thirtyminutes0028#2020-10-30 14:00:00,2020-10-30 14:29:59 thirtyminutes0028 2020-10-30 14:00:00 2020-10-30 14:29:59 2 3 1 9.14073333333333 0 0
65 thirtyminutes0028#2020-11-01 14:00:00,2020-11-01 14:29:59 thirtyminutes0028 2020-11-01 14:00:00 2020-11-01 14:29:59 1 5 1 4.99991666666667 0 0
66 thirtyminutes0029#2020-03-06 14:30:00,2020-03-06 14:59:59 thirtyminutes0029 2020-03-06 14:30:00 2020-03-06 14:59:59 1 3 1 0.859083333333333 0 0
67 thirtyminutes0029#2020-10-30 14:30:00,2020-10-30 14:59:59 thirtyminutes0029 2020-10-30 14:30:00 2020-10-30 14:59:59 1 3 1 0.859083333333333 0 0
68 thirtyminutes0030#2020-03-07 15:00:00,2020-03-07 15:29:59 thirtyminutes0030 2020-03-07 15:00:00 2020-03-07 15:29:59 1 2 1 NA 4.99991666666667 0
69 thirtyminutes0030#2020-03-08 15:00:00,2020-03-08 15:29:59 thirtyminutes0030 2020-03-08 15:00:00 2020-03-08 15:29:59 1 5 1 4.99991666666667 NA 0
70 thirtyminutes0030#2020-10-31 15:00:00,2020-10-31 15:29:59 thirtyminutes0030 2020-10-31 15:00:00 2020-10-31 15:29:59 1 2 1 NA 4.99991666666667 0
71 thirtyminutes0030#2020-11-01 15:00:00,2020-11-01 15:29:59 thirtyminutes0030 2020-11-01 15:00:00 2020-11-01 15:29:59 1 5 1 4.99991666666667 NA 0
72 thirtyminutes0031#2020-03-06 15:30:00,2020-03-06 15:59:59 thirtyminutes0031 2020-03-06 15:30:00 2020-03-06 15:59:59 1 3 1 4.99991666666667 NA 0
73 thirtyminutes0031#2020-03-07 15:30:00,2020-03-07 15:59:59 thirtyminutes0031 2020-03-07 15:30:00 2020-03-07 15:59:59 1 2 1 NA 4.99991666666667 0
74 thirtyminutes0031#2020-03-08 15:30:00,2020-03-08 15:59:59 thirtyminutes0031 2020-03-08 15:30:00 2020-03-08 15:59:59 1 5 1 4.99991666666667 NA 0
75 thirtyminutes0031#2020-10-30 15:30:00,2020-10-30 15:59:59 thirtyminutes0031 2020-10-30 15:30:00 2020-10-30 15:59:59 1 3 1 4.99991666666667 NA 0
76 thirtyminutes0031#2020-10-31 15:30:00,2020-10-31 15:59:59 thirtyminutes0031 2020-10-31 15:30:00 2020-10-31 15:59:59 1 2 1 NA 4.99991666666667 0
77 thirtyminutes0031#2020-11-01 15:30:00,2020-11-01 15:59:59 thirtyminutes0031 2020-11-01 15:30:00 2020-11-01 15:59:59 1 5 1 4.99991666666667 NA 0
78 thirtyminutes0034#2020-03-09 17:00:00,2020-03-09 17:29:59 thirtyminutes0034 2020-03-09 17:00:00 2020-03-09 17:29:59 1 0 1 0 0 3.99993333333333
79 thirtyminutes0034#2020-11-02 17:00:00,2020-11-02 17:29:59 thirtyminutes0034 2020-11-02 17:00:00 2020-11-02 17:29:59 1 0 1 0 0 3.99993333333333
80 thirtyminutes0035#2020-03-06 17:30:00,2020-03-06 17:59:59 thirtyminutes0035 2020-03-06 17:30:00 2020-03-06 17:59:59 3 0 1 0 0 18.5760666666667
81 thirtyminutes0035#2020-03-09 17:30:00,2020-03-09 17:59:59 thirtyminutes0035 2020-03-09 17:30:00 2020-03-09 17:59:59 1 0 1 0 0 0.999983333333333
82 thirtyminutes0035#2020-10-30 17:30:00,2020-10-30 17:59:59 thirtyminutes0035 2020-10-30 17:30:00 2020-10-30 17:59:59 3 0 1 0 0 18.5760666666667
83 thirtyminutes0035#2020-11-02 17:30:00,2020-11-02 17:59:59 thirtyminutes0035 2020-11-02 17:30:00 2020-11-02 17:59:59 1 0 1 0 0 0.999983333333333
84 thirtyminutes0036#2020-03-06 18:00:00,2020-03-06 18:29:59 thirtyminutes0036 2020-03-06 18:00:00 2020-03-06 18:29:59 2 0 1 0 0 9.99983333333333
85 thirtyminutes0036#2020-10-30 18:00:00,2020-10-30 18:29:59 thirtyminutes0036 2020-10-30 18:00:00 2020-10-30 18:29:59 2 0 1 0 0 9.99983333333333
86 thirtyminutes0037#2020-03-06 18:30:00,2020-03-06 18:59:59 thirtyminutes0037 2020-03-06 18:30:00 2020-03-06 18:59:59 1 7 1 0 5.69215 NA
87 thirtyminutes0037#2020-03-09 18:30:00,2020-03-09 18:59:59 thirtyminutes0037 2020-03-09 18:30:00 2020-03-09 18:59:59 1 0 1 0 NA 4.99991666666667
88 thirtyminutes0037#2020-10-30 18:30:00,2020-10-30 18:59:59 thirtyminutes0037 2020-10-30 18:30:00 2020-10-30 18:59:59 1 7 1 0 5.69215 NA
89 thirtyminutes0037#2020-11-02 18:30:00,2020-11-02 18:59:59 thirtyminutes0037 2020-11-02 18:30:00 2020-11-02 18:59:59 1 0 1 0 NA 4.99991666666667
90 thirtyminutes0038#2020-03-06 19:00:00,2020-03-06 19:29:59 thirtyminutes0038 2020-03-06 19:00:00 2020-03-06 19:29:59 4 7 2 0 15.7384333333333 NA
91 thirtyminutes0038#2020-03-07 19:00:00,2020-03-07 19:29:59 thirtyminutes0038 2020-03-07 19:00:00 2020-03-07 19:29:59 2 0 1 0 NA 9.99983333333333
92 thirtyminutes0038#2020-10-30 19:00:00,2020-10-30 19:29:59 thirtyminutes0038 2020-10-30 19:00:00 2020-10-30 19:29:59 4 7 2 0 15.7384333333333 NA
93 thirtyminutes0038#2020-10-31 19:00:00,2020-10-31 19:29:59 thirtyminutes0038 2020-10-31 19:00:00 2020-10-31 19:29:59 2 0 1 0 NA 9.99983333333333
94 thirtyminutes0039#2020-03-06 19:30:00,2020-03-06 19:59:59 thirtyminutes0039 2020-03-06 19:30:00 2020-03-06 19:59:59 2 1 1 0 6.71366666666667 0
95 thirtyminutes0039#2020-10-30 19:30:00,2020-10-30 19:59:59 thirtyminutes0039 2020-10-30 19:30:00 2020-10-30 19:59:59 2 1 1 0 6.71366666666667 0
96 thirtyminutes0040#2020-03-06 20:00:00,2020-03-06 20:29:59 thirtyminutes0040 2020-03-06 20:00:00 2020-03-06 20:29:59 1 1 1 0 4.99991666666667 0
97 thirtyminutes0040#2020-03-08 20:00:00,2020-03-08 20:29:59 thirtyminutes0040 2020-03-08 20:00:00 2020-03-08 20:29:59 2 1 1 0 9.99983333333333 0
98 thirtyminutes0040#2020-10-30 20:00:00,2020-10-30 20:29:59 thirtyminutes0040 2020-10-30 20:00:00 2020-10-30 20:29:59 1 1 1 0 4.99991666666667 0
99 thirtyminutes0040#2020-11-01 20:00:00,2020-11-01 20:29:59 thirtyminutes0040 2020-11-01 20:00:00 2020-11-01 20:29:59 2 1 1 0 9.99983333333333 0
100 thirtyminutes0041#2020-03-06 20:30:00,2020-03-06 20:59:59 thirtyminutes0041 2020-03-06 20:30:00 2020-03-06 20:59:59 1 2 1 0 4.99991666666667 0
101 thirtyminutes0041#2020-10-30 20:30:00,2020-10-30 20:59:59 thirtyminutes0041 2020-10-30 20:30:00 2020-10-30 20:59:59 1 2 1 0 4.99991666666667 0
102 thirtyminutes0042#2020-03-06 21:00:00,2020-03-06 21:29:59 thirtyminutes0042 2020-03-06 21:00:00 2020-03-06 21:29:59 2 2 1 0 10.1680833333333 0
103 thirtyminutes0042#2020-10-30 21:00:00,2020-10-30 21:29:59 thirtyminutes0042 2020-10-30 21:00:00 2020-10-30 21:29:59 2 2 1 0 10.1680833333333 0
104 thirtyminutes0045#2020-03-06 22:30:00,2020-03-06 22:59:59 thirtyminutes0045 2020-03-06 22:30:00 2020-03-06 22:59:59 1 4 1 0 0 0
105 thirtyminutes0045#2020-10-30 22:30:00,2020-10-30 22:59:59 thirtyminutes0045 2020-10-30 22:30:00 2020-10-30 22:59:59 1 4 1 0 0 0
106 thirtyminutes0047#2020-03-06 23:30:00,2020-03-06 23:59:59 thirtyminutes0047 2020-03-06 23:30:00 2020-03-06 23:59:59 2 3 1 9.99983333333333 0 0
107 thirtyminutes0047#2020-10-30 23:30:00,2020-10-30 23:59:59 thirtyminutes0047 2020-10-30 23:30:00 2020-10-30 23:59:59 2 3 1 9.99983333333333 0 0

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1,107 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_durationvehicle"
"thirtyminutes0000#2020-03-06 00:00:00,2020-03-06 00:29:59","thirtyminutes0000","2020-03-06 00:00:00","2020-03-06 00:29:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0000#2020-10-30 00:00:00,2020-10-30 00:29:59","thirtyminutes0000","2020-10-30 00:00:00","2020-10-30 00:29:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0001#2020-03-06 00:30:00,2020-03-06 00:59:59","thirtyminutes0001","2020-03-06 00:30:00","2020-03-06 00:59:59",1,3,1,1.44398333333333,0,0
"thirtyminutes0001#2020-03-08 00:30:00,2020-03-08 00:59:59","thirtyminutes0001","2020-03-08 00:30:00","2020-03-08 00:59:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0001#2020-03-09 00:30:00,2020-03-09 00:59:59","thirtyminutes0001","2020-03-09 00:30:00","2020-03-09 00:59:59",1,3,1,6.99988333333333,0,0
"thirtyminutes0001#2020-10-30 00:30:00,2020-10-30 00:59:59","thirtyminutes0001","2020-10-30 00:30:00","2020-10-30 00:59:59",1,3,1,1.44398333333333,0,0
"thirtyminutes0001#2020-11-01 00:30:00,2020-11-01 00:59:59","thirtyminutes0001","2020-11-01 00:30:00","2020-11-01 00:59:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0001#2020-11-02 00:30:00,2020-11-02 00:59:59","thirtyminutes0001","2020-11-02 00:30:00","2020-11-02 00:59:59",1,3,1,6.99988333333333,0,0
"thirtyminutes0002#2020-03-06 01:00:00,2020-03-06 01:29:59","thirtyminutes0002","2020-03-06 01:00:00","2020-03-06 01:29:59",1,3,1,3.55591666666667,0,0
"thirtyminutes0002#2020-10-30 01:00:00,2020-10-30 01:29:59","thirtyminutes0002","2020-10-30 01:00:00","2020-10-30 01:29:59",1,3,1,3.55591666666667,0,0
"thirtyminutes0003#2020-03-06 01:30:00,2020-03-06 01:59:59","thirtyminutes0003","2020-03-06 01:30:00","2020-03-06 01:59:59",1,4,1,0,0,0
"thirtyminutes0003#2020-10-30 01:30:00,2020-10-30 01:59:59","thirtyminutes0003","2020-10-30 01:30:00","2020-10-30 01:59:59",1,4,1,0,0,0
"thirtyminutes0006#2020-03-06 03:00:00,2020-03-06 03:29:59","thirtyminutes0006","2020-03-06 03:00:00","2020-03-06 03:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0006#2020-03-07 03:00:00,2020-03-07 03:29:59","thirtyminutes0006","2020-03-07 03:00:00","2020-03-07 03:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0006#2020-10-30 03:00:00,2020-10-30 03:29:59","thirtyminutes0006","2020-10-30 03:00:00","2020-10-30 03:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0006#2020-10-31 03:00:00,2020-10-31 03:29:59","thirtyminutes0006","2020-10-31 03:00:00","2020-10-31 03:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0007#2020-03-06 03:30:00,2020-03-06 03:59:59","thirtyminutes0007","2020-03-06 03:30:00","2020-03-06 03:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0007#2020-03-08 03:30:00,2020-03-08 03:59:59","thirtyminutes0007","2020-03-08 03:30:00","2020-03-08 03:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0007#2020-10-30 03:30:00,2020-10-30 03:59:59","thirtyminutes0007","2020-10-30 03:30:00","2020-10-30 03:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0007#2020-11-01 03:30:00,2020-11-01 03:59:59","thirtyminutes0007","2020-11-01 03:30:00","2020-11-01 03:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0008#2020-03-06 04:00:00,2020-03-06 04:29:59","thirtyminutes0008","2020-03-06 04:00:00","2020-03-06 04:29:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0008#2020-10-30 04:00:00,2020-10-30 04:29:59","thirtyminutes0008","2020-10-30 04:00:00","2020-10-30 04:29:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0010#2020-03-06 05:00:00,2020-03-06 05:29:59","thirtyminutes0010","2020-03-06 05:00:00","2020-03-06 05:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0010#2020-10-30 05:00:00,2020-10-30 05:29:59","thirtyminutes0010","2020-10-30 05:00:00","2020-10-30 05:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0011#2020-03-06 05:30:00,2020-03-06 05:59:59","thirtyminutes0011","2020-03-06 05:30:00","2020-03-06 05:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0011#2020-10-30 05:30:00,2020-10-30 05:59:59","thirtyminutes0011","2020-10-30 05:30:00","2020-10-30 05:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0012#2020-03-06 06:00:00,2020-03-06 06:29:59","thirtyminutes0012","2020-03-06 06:00:00","2020-03-06 06:29:59",2,3,1,14.8659666666667,0,0
"thirtyminutes0012#2020-10-30 06:00:00,2020-10-30 06:29:59","thirtyminutes0012","2020-10-30 06:00:00","2020-10-30 06:29:59",2,3,1,14.8659666666667,0,0
"thirtyminutes0013#2020-03-06 06:30:00,2020-03-06 06:59:59","thirtyminutes0013","2020-03-06 06:30:00","2020-03-06 06:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0013#2020-10-30 06:30:00,2020-10-30 06:59:59","thirtyminutes0013","2020-10-30 06:30:00","2020-10-30 06:59:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0014#2020-03-06 07:00:00,2020-03-06 07:29:59","thirtyminutes0014","2020-03-06 07:00:00","2020-03-06 07:29:59",1,7,1,0,9.48161666666667,0
"thirtyminutes0014#2020-10-30 07:00:00,2020-10-30 07:29:59","thirtyminutes0014","2020-10-30 07:00:00","2020-10-30 07:29:59",1,7,1,0,9.48161666666667,0
"thirtyminutes0015#2020-03-06 07:30:00,2020-03-06 07:59:59","thirtyminutes0015","2020-03-06 07:30:00","2020-03-06 07:59:59",2,7,1,0,9.99983333333333,0
"thirtyminutes0015#2020-10-30 07:30:00,2020-10-30 07:59:59","thirtyminutes0015","2020-10-30 07:30:00","2020-10-30 07:59:59",2,7,1,0,9.99983333333333,0
"thirtyminutes0017#2020-03-06 08:30:00,2020-03-06 08:59:59","thirtyminutes0017","2020-03-06 08:30:00","2020-03-06 08:59:59",1,8,1,0,4.99991666666667,0
"thirtyminutes0017#2020-10-30 08:30:00,2020-10-30 08:59:59","thirtyminutes0017","2020-10-30 08:30:00","2020-10-30 08:59:59",1,8,1,0,4.99991666666667,0
"thirtyminutes0018#2020-03-06 09:00:00,2020-03-06 09:29:59","thirtyminutes0018","2020-03-06 09:00:00","2020-03-06 09:29:59",2,8,1,0,9.99983333333333,0
"thirtyminutes0018#2020-10-30 09:00:00,2020-10-30 09:29:59","thirtyminutes0018","2020-10-30 09:00:00","2020-10-30 09:29:59",2,8,1,0,9.99983333333333,0
"thirtyminutes0020#2020-03-06 10:00:00,2020-03-06 10:29:59","thirtyminutes0020","2020-03-06 10:00:00","2020-03-06 10:29:59",1,0,1,0,NA,10.15325
"thirtyminutes0020#2020-03-09 10:00:00,2020-03-09 10:29:59","thirtyminutes0020","2020-03-09 10:00:00","2020-03-09 10:29:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0020#2020-10-30 10:00:00,2020-10-30 10:29:59","thirtyminutes0020","2020-10-30 10:00:00","2020-10-30 10:29:59",1,0,1,0,NA,10.15325
"thirtyminutes0020#2020-11-02 10:00:00,2020-11-02 10:29:59","thirtyminutes0020","2020-11-02 10:00:00","2020-11-02 10:29:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0021#2020-03-06 10:30:00,2020-03-06 10:59:59","thirtyminutes0021","2020-03-06 10:30:00","2020-03-06 10:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0021#2020-03-09 10:30:00,2020-03-09 10:59:59","thirtyminutes0021","2020-03-09 10:30:00","2020-03-09 10:59:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0021#2020-10-30 10:30:00,2020-10-30 10:59:59","thirtyminutes0021","2020-10-30 10:30:00","2020-10-30 10:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0021#2020-11-02 10:30:00,2020-11-02 10:59:59","thirtyminutes0021","2020-11-02 10:30:00","2020-11-02 10:59:59",1,7,1,0,4.99991666666667,NA
"thirtyminutes0022#2020-03-06 11:00:00,2020-03-06 11:29:59","thirtyminutes0022","2020-03-06 11:00:00","2020-03-06 11:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0022#2020-10-30 11:00:00,2020-10-30 11:29:59","thirtyminutes0022","2020-10-30 11:00:00","2020-10-30 11:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0023#2020-03-06 11:30:00,2020-03-06 11:59:59","thirtyminutes0023","2020-03-06 11:30:00","2020-03-06 11:59:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0023#2020-10-30 11:30:00,2020-10-30 11:59:59","thirtyminutes0023","2020-10-30 11:30:00","2020-10-30 11:59:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0024#2020-03-06 12:00:00,2020-03-06 12:29:59","thirtyminutes0024","2020-03-06 12:00:00","2020-03-06 12:29:59",2,7,1,0,9.99983333333333,0
"thirtyminutes0024#2020-03-07 12:00:00,2020-03-07 12:29:59","thirtyminutes0024","2020-03-07 12:00:00","2020-03-07 12:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0024#2020-10-30 12:00:00,2020-10-30 12:29:59","thirtyminutes0024","2020-10-30 12:00:00","2020-10-30 12:29:59",2,7,1,0,9.99983333333333,0
"thirtyminutes0024#2020-10-31 12:00:00,2020-10-31 12:29:59","thirtyminutes0024","2020-10-31 12:00:00","2020-10-31 12:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0025#2020-03-06 12:30:00,2020-03-06 12:59:59","thirtyminutes0025","2020-03-06 12:30:00","2020-03-06 12:59:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0025#2020-10-30 12:30:00,2020-10-30 12:59:59","thirtyminutes0025","2020-10-30 12:30:00","2020-10-30 12:59:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0026#2020-03-06 13:00:00,2020-03-06 13:29:59","thirtyminutes0026","2020-03-06 13:00:00","2020-03-06 13:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0026#2020-03-07 13:00:00,2020-03-07 13:29:59","thirtyminutes0026","2020-03-07 13:00:00","2020-03-07 13:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0026#2020-10-30 13:00:00,2020-10-30 13:29:59","thirtyminutes0026","2020-10-30 13:00:00","2020-10-30 13:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0026#2020-10-31 13:00:00,2020-10-31 13:29:59","thirtyminutes0026","2020-10-31 13:00:00","2020-10-31 13:29:59",1,7,1,0,4.99991666666667,0
"thirtyminutes0028#2020-03-06 14:00:00,2020-03-06 14:29:59","thirtyminutes0028","2020-03-06 14:00:00","2020-03-06 14:29:59",2,3,1,9.14073333333333,0,0
"thirtyminutes0028#2020-03-08 14:00:00,2020-03-08 14:29:59","thirtyminutes0028","2020-03-08 14:00:00","2020-03-08 14:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0028#2020-10-30 14:00:00,2020-10-30 14:29:59","thirtyminutes0028","2020-10-30 14:00:00","2020-10-30 14:29:59",2,3,1,9.14073333333333,0,0
"thirtyminutes0028#2020-11-01 14:00:00,2020-11-01 14:29:59","thirtyminutes0028","2020-11-01 14:00:00","2020-11-01 14:29:59",1,3,1,4.99991666666667,0,0
"thirtyminutes0029#2020-03-06 14:30:00,2020-03-06 14:59:59","thirtyminutes0029","2020-03-06 14:30:00","2020-03-06 14:59:59",1,3,1,0.859083333333333,0,0
"thirtyminutes0029#2020-10-30 14:30:00,2020-10-30 14:59:59","thirtyminutes0029","2020-10-30 14:30:00","2020-10-30 14:59:59",1,3,1,0.859083333333333,0,0
"thirtyminutes0030#2020-03-07 15:00:00,2020-03-07 15:29:59","thirtyminutes0030","2020-03-07 15:00:00","2020-03-07 15:29:59",1,7,1,NA,4.99991666666667,0
"thirtyminutes0030#2020-03-08 15:00:00,2020-03-08 15:29:59","thirtyminutes0030","2020-03-08 15:00:00","2020-03-08 15:29:59",1,3,1,4.99991666666667,NA,0
"thirtyminutes0030#2020-10-31 15:00:00,2020-10-31 15:29:59","thirtyminutes0030","2020-10-31 15:00:00","2020-10-31 15:29:59",1,7,1,NA,4.99991666666667,0
"thirtyminutes0030#2020-11-01 15:00:00,2020-11-01 15:29:59","thirtyminutes0030","2020-11-01 15:00:00","2020-11-01 15:29:59",1,3,1,4.99991666666667,NA,0
"thirtyminutes0031#2020-03-06 15:30:00,2020-03-06 15:59:59","thirtyminutes0031","2020-03-06 15:30:00","2020-03-06 15:59:59",1,3,1,4.99991666666667,NA,0
"thirtyminutes0031#2020-03-07 15:30:00,2020-03-07 15:59:59","thirtyminutes0031","2020-03-07 15:30:00","2020-03-07 15:59:59",1,7,1,NA,4.99991666666667,0
"thirtyminutes0031#2020-03-08 15:30:00,2020-03-08 15:59:59","thirtyminutes0031","2020-03-08 15:30:00","2020-03-08 15:59:59",1,3,1,4.99991666666667,NA,0
"thirtyminutes0031#2020-10-30 15:30:00,2020-10-30 15:59:59","thirtyminutes0031","2020-10-30 15:30:00","2020-10-30 15:59:59",1,3,1,4.99991666666667,NA,0
"thirtyminutes0031#2020-10-31 15:30:00,2020-10-31 15:59:59","thirtyminutes0031","2020-10-31 15:30:00","2020-10-31 15:59:59",1,7,1,NA,4.99991666666667,0
"thirtyminutes0031#2020-11-01 15:30:00,2020-11-01 15:59:59","thirtyminutes0031","2020-11-01 15:30:00","2020-11-01 15:59:59",1,3,1,4.99991666666667,NA,0
"thirtyminutes0034#2020-03-09 17:00:00,2020-03-09 17:29:59","thirtyminutes0034","2020-03-09 17:00:00","2020-03-09 17:29:59",1,0,1,0,0,3.99993333333333
"thirtyminutes0034#2020-11-02 17:00:00,2020-11-02 17:29:59","thirtyminutes0034","2020-11-02 17:00:00","2020-11-02 17:29:59",1,0,1,0,0,3.99993333333333
"thirtyminutes0035#2020-03-06 17:30:00,2020-03-06 17:59:59","thirtyminutes0035","2020-03-06 17:30:00","2020-03-06 17:59:59",3,0,1,0,0,18.5760666666667
"thirtyminutes0035#2020-03-09 17:30:00,2020-03-09 17:59:59","thirtyminutes0035","2020-03-09 17:30:00","2020-03-09 17:59:59",1,0,1,0,0,0.999983333333333
"thirtyminutes0035#2020-10-30 17:30:00,2020-10-30 17:59:59","thirtyminutes0035","2020-10-30 17:30:00","2020-10-30 17:59:59",3,0,1,0,0,18.5760666666667
"thirtyminutes0035#2020-11-02 17:30:00,2020-11-02 17:59:59","thirtyminutes0035","2020-11-02 17:30:00","2020-11-02 17:59:59",1,0,1,0,0,0.999983333333333
"thirtyminutes0036#2020-03-06 18:00:00,2020-03-06 18:29:59","thirtyminutes0036","2020-03-06 18:00:00","2020-03-06 18:29:59",2,0,1,0,0,9.99983333333333
"thirtyminutes0036#2020-10-30 18:00:00,2020-10-30 18:29:59","thirtyminutes0036","2020-10-30 18:00:00","2020-10-30 18:29:59",2,0,1,0,0,9.99983333333333
"thirtyminutes0037#2020-03-06 18:30:00,2020-03-06 18:59:59","thirtyminutes0037","2020-03-06 18:30:00","2020-03-06 18:59:59",1,7,1,0,5.69215,NA
"thirtyminutes0037#2020-03-09 18:30:00,2020-03-09 18:59:59","thirtyminutes0037","2020-03-09 18:30:00","2020-03-09 18:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0037#2020-10-30 18:30:00,2020-10-30 18:59:59","thirtyminutes0037","2020-10-30 18:30:00","2020-10-30 18:59:59",1,7,1,0,5.69215,NA
"thirtyminutes0037#2020-11-02 18:30:00,2020-11-02 18:59:59","thirtyminutes0037","2020-11-02 18:30:00","2020-11-02 18:59:59",1,0,1,0,NA,4.99991666666667
"thirtyminutes0038#2020-03-06 19:00:00,2020-03-06 19:29:59","thirtyminutes0038","2020-03-06 19:00:00","2020-03-06 19:29:59",4,7,2,0,15.7384333333333,NA
"thirtyminutes0038#2020-03-07 19:00:00,2020-03-07 19:29:59","thirtyminutes0038","2020-03-07 19:00:00","2020-03-07 19:29:59",2,0,1,0,NA,9.99983333333333
"thirtyminutes0038#2020-10-30 19:00:00,2020-10-30 19:29:59","thirtyminutes0038","2020-10-30 19:00:00","2020-10-30 19:29:59",4,7,2,0,15.7384333333333,NA
"thirtyminutes0038#2020-10-31 19:00:00,2020-10-31 19:29:59","thirtyminutes0038","2020-10-31 19:00:00","2020-10-31 19:29:59",2,0,1,0,NA,9.99983333333333
"thirtyminutes0039#2020-03-06 19:30:00,2020-03-06 19:59:59","thirtyminutes0039","2020-03-06 19:30:00","2020-03-06 19:59:59",2,1,1,0,6.71366666666667,0
"thirtyminutes0039#2020-10-30 19:30:00,2020-10-30 19:59:59","thirtyminutes0039","2020-10-30 19:30:00","2020-10-30 19:59:59",2,1,1,0,6.71366666666667,0
"thirtyminutes0040#2020-03-06 20:00:00,2020-03-06 20:29:59","thirtyminutes0040","2020-03-06 20:00:00","2020-03-06 20:29:59",1,1,1,0,4.99991666666667,0
"thirtyminutes0040#2020-03-08 20:00:00,2020-03-08 20:29:59","thirtyminutes0040","2020-03-08 20:00:00","2020-03-08 20:29:59",2,1,1,0,9.99983333333333,0
"thirtyminutes0040#2020-10-30 20:00:00,2020-10-30 20:29:59","thirtyminutes0040","2020-10-30 20:00:00","2020-10-30 20:29:59",1,1,1,0,4.99991666666667,0
"thirtyminutes0040#2020-11-01 20:00:00,2020-11-01 20:29:59","thirtyminutes0040","2020-11-01 20:00:00","2020-11-01 20:29:59",2,1,1,0,9.99983333333333,0
"thirtyminutes0041#2020-03-06 20:30:00,2020-03-06 20:59:59","thirtyminutes0041","2020-03-06 20:30:00","2020-03-06 20:59:59",1,1,1,0,4.99991666666667,0
"thirtyminutes0041#2020-10-30 20:30:00,2020-10-30 20:59:59","thirtyminutes0041","2020-10-30 20:30:00","2020-10-30 20:59:59",1,1,1,0,4.99991666666667,0
"thirtyminutes0042#2020-03-06 21:00:00,2020-03-06 21:29:59","thirtyminutes0042","2020-03-06 21:00:00","2020-03-06 21:29:59",2,7,1,0,10.1680833333333,0
"thirtyminutes0042#2020-10-30 21:00:00,2020-10-30 21:29:59","thirtyminutes0042","2020-10-30 21:00:00","2020-10-30 21:29:59",2,7,1,0,10.1680833333333,0
"thirtyminutes0045#2020-03-06 22:30:00,2020-03-06 22:59:59","thirtyminutes0045","2020-03-06 22:30:00","2020-03-06 22:59:59",1,4,1,0,0,0
"thirtyminutes0045#2020-10-30 22:30:00,2020-10-30 22:59:59","thirtyminutes0045","2020-10-30 22:30:00","2020-10-30 22:59:59",1,4,1,0,0,0
"thirtyminutes0047#2020-03-06 23:30:00,2020-03-06 23:59:59","thirtyminutes0047","2020-03-06 23:30:00","2020-03-06 23:59:59",2,3,1,9.99983333333333,0,0
"thirtyminutes0047#2020-10-30 23:30:00,2020-10-30 23:59:59","thirtyminutes0047","2020-10-30 23:30:00","2020-10-30 23:59:59",2,3,1,9.99983333333333,0,0
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_count phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_durationvehicle
2 thirtyminutes0000#2020-03-06 00:00:00,2020-03-06 00:29:59 thirtyminutes0000 2020-03-06 00:00:00 2020-03-06 00:29:59 2 3 1 9.99983333333333 0 0
3 thirtyminutes0000#2020-10-30 00:00:00,2020-10-30 00:29:59 thirtyminutes0000 2020-10-30 00:00:00 2020-10-30 00:29:59 2 3 1 9.99983333333333 0 0
4 thirtyminutes0001#2020-03-06 00:30:00,2020-03-06 00:59:59 thirtyminutes0001 2020-03-06 00:30:00 2020-03-06 00:59:59 1 3 1 1.44398333333333 0 0
5 thirtyminutes0001#2020-03-08 00:30:00,2020-03-08 00:59:59 thirtyminutes0001 2020-03-08 00:30:00 2020-03-08 00:59:59 2 3 1 9.99983333333333 0 0
6 thirtyminutes0001#2020-03-09 00:30:00,2020-03-09 00:59:59 thirtyminutes0001 2020-03-09 00:30:00 2020-03-09 00:59:59 1 3 1 6.99988333333333 0 0
7 thirtyminutes0001#2020-10-30 00:30:00,2020-10-30 00:59:59 thirtyminutes0001 2020-10-30 00:30:00 2020-10-30 00:59:59 1 3 1 1.44398333333333 0 0
8 thirtyminutes0001#2020-11-01 00:30:00,2020-11-01 00:59:59 thirtyminutes0001 2020-11-01 00:30:00 2020-11-01 00:59:59 2 3 1 9.99983333333333 0 0
9 thirtyminutes0001#2020-11-02 00:30:00,2020-11-02 00:59:59 thirtyminutes0001 2020-11-02 00:30:00 2020-11-02 00:59:59 1 3 1 6.99988333333333 0 0
10 thirtyminutes0002#2020-03-06 01:00:00,2020-03-06 01:29:59 thirtyminutes0002 2020-03-06 01:00:00 2020-03-06 01:29:59 1 3 1 3.55591666666667 0 0
11 thirtyminutes0002#2020-10-30 01:00:00,2020-10-30 01:29:59 thirtyminutes0002 2020-10-30 01:00:00 2020-10-30 01:29:59 1 3 1 3.55591666666667 0 0
12 thirtyminutes0003#2020-03-06 01:30:00,2020-03-06 01:59:59 thirtyminutes0003 2020-03-06 01:30:00 2020-03-06 01:59:59 1 4 1 0 0 0
13 thirtyminutes0003#2020-10-30 01:30:00,2020-10-30 01:59:59 thirtyminutes0003 2020-10-30 01:30:00 2020-10-30 01:59:59 1 4 1 0 0 0
14 thirtyminutes0006#2020-03-06 03:00:00,2020-03-06 03:29:59 thirtyminutes0006 2020-03-06 03:00:00 2020-03-06 03:29:59 1 3 1 4.99991666666667 0 0
15 thirtyminutes0006#2020-03-07 03:00:00,2020-03-07 03:29:59 thirtyminutes0006 2020-03-07 03:00:00 2020-03-07 03:29:59 1 3 1 4.99991666666667 0 0
16 thirtyminutes0006#2020-10-30 03:00:00,2020-10-30 03:29:59 thirtyminutes0006 2020-10-30 03:00:00 2020-10-30 03:29:59 1 3 1 4.99991666666667 0 0
17 thirtyminutes0006#2020-10-31 03:00:00,2020-10-31 03:29:59 thirtyminutes0006 2020-10-31 03:00:00 2020-10-31 03:29:59 1 3 1 4.99991666666667 0 0
18 thirtyminutes0007#2020-03-06 03:30:00,2020-03-06 03:59:59 thirtyminutes0007 2020-03-06 03:30:00 2020-03-06 03:59:59 1 3 1 4.99991666666667 0 0
19 thirtyminutes0007#2020-03-08 03:30:00,2020-03-08 03:59:59 thirtyminutes0007 2020-03-08 03:30:00 2020-03-08 03:59:59 1 3 1 4.99991666666667 0 0
20 thirtyminutes0007#2020-10-30 03:30:00,2020-10-30 03:59:59 thirtyminutes0007 2020-10-30 03:30:00 2020-10-30 03:59:59 1 3 1 4.99991666666667 0 0
21 thirtyminutes0007#2020-11-01 03:30:00,2020-11-01 03:59:59 thirtyminutes0007 2020-11-01 03:30:00 2020-11-01 03:59:59 1 3 1 4.99991666666667 0 0
22 thirtyminutes0008#2020-03-06 04:00:00,2020-03-06 04:29:59 thirtyminutes0008 2020-03-06 04:00:00 2020-03-06 04:29:59 2 3 1 9.99983333333333 0 0
23 thirtyminutes0008#2020-10-30 04:00:00,2020-10-30 04:29:59 thirtyminutes0008 2020-10-30 04:00:00 2020-10-30 04:29:59 2 3 1 9.99983333333333 0 0
24 thirtyminutes0010#2020-03-06 05:00:00,2020-03-06 05:29:59 thirtyminutes0010 2020-03-06 05:00:00 2020-03-06 05:29:59 1 3 1 4.99991666666667 0 0
25 thirtyminutes0010#2020-10-30 05:00:00,2020-10-30 05:29:59 thirtyminutes0010 2020-10-30 05:00:00 2020-10-30 05:29:59 1 3 1 4.99991666666667 0 0
26 thirtyminutes0011#2020-03-06 05:30:00,2020-03-06 05:59:59 thirtyminutes0011 2020-03-06 05:30:00 2020-03-06 05:59:59 1 3 1 4.99991666666667 0 0
27 thirtyminutes0011#2020-10-30 05:30:00,2020-10-30 05:59:59 thirtyminutes0011 2020-10-30 05:30:00 2020-10-30 05:59:59 1 3 1 4.99991666666667 0 0
28 thirtyminutes0012#2020-03-06 06:00:00,2020-03-06 06:29:59 thirtyminutes0012 2020-03-06 06:00:00 2020-03-06 06:29:59 2 3 1 14.8659666666667 0 0
29 thirtyminutes0012#2020-10-30 06:00:00,2020-10-30 06:29:59 thirtyminutes0012 2020-10-30 06:00:00 2020-10-30 06:29:59 2 3 1 14.8659666666667 0 0
30 thirtyminutes0013#2020-03-06 06:30:00,2020-03-06 06:59:59 thirtyminutes0013 2020-03-06 06:30:00 2020-03-06 06:59:59 1 3 1 4.99991666666667 0 0
31 thirtyminutes0013#2020-10-30 06:30:00,2020-10-30 06:59:59 thirtyminutes0013 2020-10-30 06:30:00 2020-10-30 06:59:59 1 3 1 4.99991666666667 0 0
32 thirtyminutes0014#2020-03-06 07:00:00,2020-03-06 07:29:59 thirtyminutes0014 2020-03-06 07:00:00 2020-03-06 07:29:59 1 7 1 0 9.48161666666667 0
33 thirtyminutes0014#2020-10-30 07:00:00,2020-10-30 07:29:59 thirtyminutes0014 2020-10-30 07:00:00 2020-10-30 07:29:59 1 7 1 0 9.48161666666667 0
34 thirtyminutes0015#2020-03-06 07:30:00,2020-03-06 07:59:59 thirtyminutes0015 2020-03-06 07:30:00 2020-03-06 07:59:59 2 7 1 0 9.99983333333333 0
35 thirtyminutes0015#2020-10-30 07:30:00,2020-10-30 07:59:59 thirtyminutes0015 2020-10-30 07:30:00 2020-10-30 07:59:59 2 7 1 0 9.99983333333333 0
36 thirtyminutes0017#2020-03-06 08:30:00,2020-03-06 08:59:59 thirtyminutes0017 2020-03-06 08:30:00 2020-03-06 08:59:59 1 8 1 0 4.99991666666667 0
37 thirtyminutes0017#2020-10-30 08:30:00,2020-10-30 08:59:59 thirtyminutes0017 2020-10-30 08:30:00 2020-10-30 08:59:59 1 8 1 0 4.99991666666667 0
38 thirtyminutes0018#2020-03-06 09:00:00,2020-03-06 09:29:59 thirtyminutes0018 2020-03-06 09:00:00 2020-03-06 09:29:59 2 8 1 0 9.99983333333333 0
39 thirtyminutes0018#2020-10-30 09:00:00,2020-10-30 09:29:59 thirtyminutes0018 2020-10-30 09:00:00 2020-10-30 09:29:59 2 8 1 0 9.99983333333333 0
40 thirtyminutes0020#2020-03-06 10:00:00,2020-03-06 10:29:59 thirtyminutes0020 2020-03-06 10:00:00 2020-03-06 10:29:59 1 0 1 0 NA 10.15325
41 thirtyminutes0020#2020-03-09 10:00:00,2020-03-09 10:29:59 thirtyminutes0020 2020-03-09 10:00:00 2020-03-09 10:29:59 1 7 1 0 4.99991666666667 NA
42 thirtyminutes0020#2020-10-30 10:00:00,2020-10-30 10:29:59 thirtyminutes0020 2020-10-30 10:00:00 2020-10-30 10:29:59 1 0 1 0 NA 10.15325
43 thirtyminutes0020#2020-11-02 10:00:00,2020-11-02 10:29:59 thirtyminutes0020 2020-11-02 10:00:00 2020-11-02 10:29:59 1 7 1 0 4.99991666666667 NA
44 thirtyminutes0021#2020-03-06 10:30:00,2020-03-06 10:59:59 thirtyminutes0021 2020-03-06 10:30:00 2020-03-06 10:59:59 1 0 1 0 NA 4.99991666666667
45 thirtyminutes0021#2020-03-09 10:30:00,2020-03-09 10:59:59 thirtyminutes0021 2020-03-09 10:30:00 2020-03-09 10:59:59 1 7 1 0 4.99991666666667 NA
46 thirtyminutes0021#2020-10-30 10:30:00,2020-10-30 10:59:59 thirtyminutes0021 2020-10-30 10:30:00 2020-10-30 10:59:59 1 0 1 0 NA 4.99991666666667
47 thirtyminutes0021#2020-11-02 10:30:00,2020-11-02 10:59:59 thirtyminutes0021 2020-11-02 10:30:00 2020-11-02 10:59:59 1 7 1 0 4.99991666666667 NA
48 thirtyminutes0022#2020-03-06 11:00:00,2020-03-06 11:29:59 thirtyminutes0022 2020-03-06 11:00:00 2020-03-06 11:29:59 1 7 1 0 4.99991666666667 0
49 thirtyminutes0022#2020-10-30 11:00:00,2020-10-30 11:29:59 thirtyminutes0022 2020-10-30 11:00:00 2020-10-30 11:29:59 1 7 1 0 4.99991666666667 0
50 thirtyminutes0023#2020-03-06 11:30:00,2020-03-06 11:59:59 thirtyminutes0023 2020-03-06 11:30:00 2020-03-06 11:59:59 1 7 1 0 4.99991666666667 0
51 thirtyminutes0023#2020-10-30 11:30:00,2020-10-30 11:59:59 thirtyminutes0023 2020-10-30 11:30:00 2020-10-30 11:59:59 1 7 1 0 4.99991666666667 0
52 thirtyminutes0024#2020-03-06 12:00:00,2020-03-06 12:29:59 thirtyminutes0024 2020-03-06 12:00:00 2020-03-06 12:29:59 2 7 1 0 9.99983333333333 0
53 thirtyminutes0024#2020-03-07 12:00:00,2020-03-07 12:29:59 thirtyminutes0024 2020-03-07 12:00:00 2020-03-07 12:29:59 1 7 1 0 4.99991666666667 0
54 thirtyminutes0024#2020-10-30 12:00:00,2020-10-30 12:29:59 thirtyminutes0024 2020-10-30 12:00:00 2020-10-30 12:29:59 2 7 1 0 9.99983333333333 0
55 thirtyminutes0024#2020-10-31 12:00:00,2020-10-31 12:29:59 thirtyminutes0024 2020-10-31 12:00:00 2020-10-31 12:29:59 1 7 1 0 4.99991666666667 0
56 thirtyminutes0025#2020-03-06 12:30:00,2020-03-06 12:59:59 thirtyminutes0025 2020-03-06 12:30:00 2020-03-06 12:59:59 1 7 1 0 4.99991666666667 0
57 thirtyminutes0025#2020-10-30 12:30:00,2020-10-30 12:59:59 thirtyminutes0025 2020-10-30 12:30:00 2020-10-30 12:59:59 1 7 1 0 4.99991666666667 0
58 thirtyminutes0026#2020-03-06 13:00:00,2020-03-06 13:29:59 thirtyminutes0026 2020-03-06 13:00:00 2020-03-06 13:29:59 1 7 1 0 4.99991666666667 0
59 thirtyminutes0026#2020-03-07 13:00:00,2020-03-07 13:29:59 thirtyminutes0026 2020-03-07 13:00:00 2020-03-07 13:29:59 1 7 1 0 4.99991666666667 0
60 thirtyminutes0026#2020-10-30 13:00:00,2020-10-30 13:29:59 thirtyminutes0026 2020-10-30 13:00:00 2020-10-30 13:29:59 1 7 1 0 4.99991666666667 0
61 thirtyminutes0026#2020-10-31 13:00:00,2020-10-31 13:29:59 thirtyminutes0026 2020-10-31 13:00:00 2020-10-31 13:29:59 1 7 1 0 4.99991666666667 0
62 thirtyminutes0028#2020-03-06 14:00:00,2020-03-06 14:29:59 thirtyminutes0028 2020-03-06 14:00:00 2020-03-06 14:29:59 2 3 1 9.14073333333333 0 0
63 thirtyminutes0028#2020-03-08 14:00:00,2020-03-08 14:29:59 thirtyminutes0028 2020-03-08 14:00:00 2020-03-08 14:29:59 1 3 1 4.99991666666667 0 0
64 thirtyminutes0028#2020-10-30 14:00:00,2020-10-30 14:29:59 thirtyminutes0028 2020-10-30 14:00:00 2020-10-30 14:29:59 2 3 1 9.14073333333333 0 0
65 thirtyminutes0028#2020-11-01 14:00:00,2020-11-01 14:29:59 thirtyminutes0028 2020-11-01 14:00:00 2020-11-01 14:29:59 1 3 1 4.99991666666667 0 0
66 thirtyminutes0029#2020-03-06 14:30:00,2020-03-06 14:59:59 thirtyminutes0029 2020-03-06 14:30:00 2020-03-06 14:59:59 1 3 1 0.859083333333333 0 0
67 thirtyminutes0029#2020-10-30 14:30:00,2020-10-30 14:59:59 thirtyminutes0029 2020-10-30 14:30:00 2020-10-30 14:59:59 1 3 1 0.859083333333333 0 0
68 thirtyminutes0030#2020-03-07 15:00:00,2020-03-07 15:29:59 thirtyminutes0030 2020-03-07 15:00:00 2020-03-07 15:29:59 1 7 1 NA 4.99991666666667 0
69 thirtyminutes0030#2020-03-08 15:00:00,2020-03-08 15:29:59 thirtyminutes0030 2020-03-08 15:00:00 2020-03-08 15:29:59 1 3 1 4.99991666666667 NA 0
70 thirtyminutes0030#2020-10-31 15:00:00,2020-10-31 15:29:59 thirtyminutes0030 2020-10-31 15:00:00 2020-10-31 15:29:59 1 7 1 NA 4.99991666666667 0
71 thirtyminutes0030#2020-11-01 15:00:00,2020-11-01 15:29:59 thirtyminutes0030 2020-11-01 15:00:00 2020-11-01 15:29:59 1 3 1 4.99991666666667 NA 0
72 thirtyminutes0031#2020-03-06 15:30:00,2020-03-06 15:59:59 thirtyminutes0031 2020-03-06 15:30:00 2020-03-06 15:59:59 1 3 1 4.99991666666667 NA 0
73 thirtyminutes0031#2020-03-07 15:30:00,2020-03-07 15:59:59 thirtyminutes0031 2020-03-07 15:30:00 2020-03-07 15:59:59 1 7 1 NA 4.99991666666667 0
74 thirtyminutes0031#2020-03-08 15:30:00,2020-03-08 15:59:59 thirtyminutes0031 2020-03-08 15:30:00 2020-03-08 15:59:59 1 3 1 4.99991666666667 NA 0
75 thirtyminutes0031#2020-10-30 15:30:00,2020-10-30 15:59:59 thirtyminutes0031 2020-10-30 15:30:00 2020-10-30 15:59:59 1 3 1 4.99991666666667 NA 0
76 thirtyminutes0031#2020-10-31 15:30:00,2020-10-31 15:59:59 thirtyminutes0031 2020-10-31 15:30:00 2020-10-31 15:59:59 1 7 1 NA 4.99991666666667 0
77 thirtyminutes0031#2020-11-01 15:30:00,2020-11-01 15:59:59 thirtyminutes0031 2020-11-01 15:30:00 2020-11-01 15:59:59 1 3 1 4.99991666666667 NA 0
78 thirtyminutes0034#2020-03-09 17:00:00,2020-03-09 17:29:59 thirtyminutes0034 2020-03-09 17:00:00 2020-03-09 17:29:59 1 0 1 0 0 3.99993333333333
79 thirtyminutes0034#2020-11-02 17:00:00,2020-11-02 17:29:59 thirtyminutes0034 2020-11-02 17:00:00 2020-11-02 17:29:59 1 0 1 0 0 3.99993333333333
80 thirtyminutes0035#2020-03-06 17:30:00,2020-03-06 17:59:59 thirtyminutes0035 2020-03-06 17:30:00 2020-03-06 17:59:59 3 0 1 0 0 18.5760666666667
81 thirtyminutes0035#2020-03-09 17:30:00,2020-03-09 17:59:59 thirtyminutes0035 2020-03-09 17:30:00 2020-03-09 17:59:59 1 0 1 0 0 0.999983333333333
82 thirtyminutes0035#2020-10-30 17:30:00,2020-10-30 17:59:59 thirtyminutes0035 2020-10-30 17:30:00 2020-10-30 17:59:59 3 0 1 0 0 18.5760666666667
83 thirtyminutes0035#2020-11-02 17:30:00,2020-11-02 17:59:59 thirtyminutes0035 2020-11-02 17:30:00 2020-11-02 17:59:59 1 0 1 0 0 0.999983333333333
84 thirtyminutes0036#2020-03-06 18:00:00,2020-03-06 18:29:59 thirtyminutes0036 2020-03-06 18:00:00 2020-03-06 18:29:59 2 0 1 0 0 9.99983333333333
85 thirtyminutes0036#2020-10-30 18:00:00,2020-10-30 18:29:59 thirtyminutes0036 2020-10-30 18:00:00 2020-10-30 18:29:59 2 0 1 0 0 9.99983333333333
86 thirtyminutes0037#2020-03-06 18:30:00,2020-03-06 18:59:59 thirtyminutes0037 2020-03-06 18:30:00 2020-03-06 18:59:59 1 7 1 0 5.69215 NA
87 thirtyminutes0037#2020-03-09 18:30:00,2020-03-09 18:59:59 thirtyminutes0037 2020-03-09 18:30:00 2020-03-09 18:59:59 1 0 1 0 NA 4.99991666666667
88 thirtyminutes0037#2020-10-30 18:30:00,2020-10-30 18:59:59 thirtyminutes0037 2020-10-30 18:30:00 2020-10-30 18:59:59 1 7 1 0 5.69215 NA
89 thirtyminutes0037#2020-11-02 18:30:00,2020-11-02 18:59:59 thirtyminutes0037 2020-11-02 18:30:00 2020-11-02 18:59:59 1 0 1 0 NA 4.99991666666667
90 thirtyminutes0038#2020-03-06 19:00:00,2020-03-06 19:29:59 thirtyminutes0038 2020-03-06 19:00:00 2020-03-06 19:29:59 4 7 2 0 15.7384333333333 NA
91 thirtyminutes0038#2020-03-07 19:00:00,2020-03-07 19:29:59 thirtyminutes0038 2020-03-07 19:00:00 2020-03-07 19:29:59 2 0 1 0 NA 9.99983333333333
92 thirtyminutes0038#2020-10-30 19:00:00,2020-10-30 19:29:59 thirtyminutes0038 2020-10-30 19:00:00 2020-10-30 19:29:59 4 7 2 0 15.7384333333333 NA
93 thirtyminutes0038#2020-10-31 19:00:00,2020-10-31 19:29:59 thirtyminutes0038 2020-10-31 19:00:00 2020-10-31 19:29:59 2 0 1 0 NA 9.99983333333333
94 thirtyminutes0039#2020-03-06 19:30:00,2020-03-06 19:59:59 thirtyminutes0039 2020-03-06 19:30:00 2020-03-06 19:59:59 2 1 1 0 6.71366666666667 0
95 thirtyminutes0039#2020-10-30 19:30:00,2020-10-30 19:59:59 thirtyminutes0039 2020-10-30 19:30:00 2020-10-30 19:59:59 2 1 1 0 6.71366666666667 0
96 thirtyminutes0040#2020-03-06 20:00:00,2020-03-06 20:29:59 thirtyminutes0040 2020-03-06 20:00:00 2020-03-06 20:29:59 1 1 1 0 4.99991666666667 0
97 thirtyminutes0040#2020-03-08 20:00:00,2020-03-08 20:29:59 thirtyminutes0040 2020-03-08 20:00:00 2020-03-08 20:29:59 2 1 1 0 9.99983333333333 0
98 thirtyminutes0040#2020-10-30 20:00:00,2020-10-30 20:29:59 thirtyminutes0040 2020-10-30 20:00:00 2020-10-30 20:29:59 1 1 1 0 4.99991666666667 0
99 thirtyminutes0040#2020-11-01 20:00:00,2020-11-01 20:29:59 thirtyminutes0040 2020-11-01 20:00:00 2020-11-01 20:29:59 2 1 1 0 9.99983333333333 0
100 thirtyminutes0041#2020-03-06 20:30:00,2020-03-06 20:59:59 thirtyminutes0041 2020-03-06 20:30:00 2020-03-06 20:59:59 1 1 1 0 4.99991666666667 0
101 thirtyminutes0041#2020-10-30 20:30:00,2020-10-30 20:59:59 thirtyminutes0041 2020-10-30 20:30:00 2020-10-30 20:59:59 1 1 1 0 4.99991666666667 0
102 thirtyminutes0042#2020-03-06 21:00:00,2020-03-06 21:29:59 thirtyminutes0042 2020-03-06 21:00:00 2020-03-06 21:29:59 2 7 1 0 10.1680833333333 0
103 thirtyminutes0042#2020-10-30 21:00:00,2020-10-30 21:29:59 thirtyminutes0042 2020-10-30 21:00:00 2020-10-30 21:29:59 2 7 1 0 10.1680833333333 0
104 thirtyminutes0045#2020-03-06 22:30:00,2020-03-06 22:59:59 thirtyminutes0045 2020-03-06 22:30:00 2020-03-06 22:59:59 1 4 1 0 0 0
105 thirtyminutes0045#2020-10-30 22:30:00,2020-10-30 22:59:59 thirtyminutes0045 2020-10-30 22:30:00 2020-10-30 22:59:59 1 4 1 0 0 0
106 thirtyminutes0047#2020-03-06 23:30:00,2020-03-06 23:59:59 thirtyminutes0047 2020-03-06 23:30:00 2020-03-06 23:59:59 2 3 1 9.99983333333333 0 0
107 thirtyminutes0047#2020-10-30 23:30:00,2020-10-30 23:59:59 thirtyminutes0047 2020-10-30 23:30:00 2020-10-30 23:59:59 2 3 1 9.99983333333333 0 0

View File

@ -0,0 +1,25 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_durationvehicle"
"daily#2020-03-06 00:00:00,2020-03-06 23:59:59","daily","2020-03-06 00:00:00","2020-03-06 23:59:59",47,3,8,89.8647166666667,112.7929,43.7290666666667
"daily#2020-03-07 00:00:00,2020-03-07 23:59:59","daily","2020-03-07 00:00:00","2020-03-07 23:59:59",7,0,4,4.99991666666667,19.9996666666667,9.99983333333333
"daily#2020-03-08 00:00:00,2020-03-08 23:59:59","daily","2020-03-08 00:00:00","2020-03-08 23:59:59",8,3,3,29.9995,9.99983333333333,NA
"daily#2020-03-09 00:00:00,2020-03-09 23:59:59","daily","2020-03-09 00:00:00","2020-03-09 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"daily#2020-10-30 00:00:00,2020-10-30 23:59:59","daily","2020-10-30 00:00:00","2020-10-30 23:59:59",47,3,8,89.8647166666667,112.7929,43.7290666666667
"daily#2020-10-31 00:00:00,2020-10-31 23:59:59","daily","2020-10-31 00:00:00","2020-10-31 23:59:59",7,0,4,4.99991666666667,19.9996666666667,9.99983333333333
"daily#2020-11-01 00:00:00,2020-11-01 23:59:59","daily","2020-11-01 00:00:00","2020-11-01 23:59:59",8,3,3,29.9995,9.99983333333333,NA
"daily#2020-11-02 00:00:00,2020-11-02 23:59:59","daily","2020-11-02 00:00:00","2020-11-02 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"morning#2020-03-06 06:00:00,2020-03-06 11:59:59","morning","2020-03-06 06:00:00","2020-03-06 11:59:59",13,3,5,19.8658833333333,44.4810333333333,15.1531666666667
"morning#2020-03-09 06:00:00,2020-03-09 11:59:59","morning","2020-03-09 06:00:00","2020-03-09 11:59:59",2,7,1,NA,9.99983333333333,NA
"morning#2020-10-30 06:00:00,2020-10-30 11:59:59","morning","2020-10-30 06:00:00","2020-10-30 11:59:59",13,3,5,19.8658833333333,44.4810333333333,15.1531666666667
"morning#2020-11-02 06:00:00,2020-11-02 11:59:59","morning","2020-11-02 06:00:00","2020-11-02 11:59:59",2,7,1,NA,9.99983333333333,NA
"threeday#2020-03-06 00:00:00,2020-03-08 23:59:59","threeday","2020-03-06 00:00:00","2020-03-08 23:59:59",62,3,8,124.864133333333,142.7924,53.7289
"threeday#2020-03-07 00:00:00,2020-03-09 23:59:59","threeday","2020-03-07 00:00:00","2020-03-09 23:59:59",20,3,6,41.9993,39.9993333333333,19.9996666666667
"threeday#2020-03-08 00:00:00,2020-03-10 23:59:59","threeday","2020-03-08 00:00:00","2020-03-10 23:59:59",13,3,5,36.9993833333333,19.9996666666667,9.99983333333333
"threeday#2020-03-09 00:00:00,2020-03-11 23:59:59","threeday","2020-03-09 00:00:00","2020-03-11 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"threeday#2020-10-28 00:00:00,2020-10-30 23:59:59","threeday","2020-10-28 00:00:00","2020-10-30 23:59:59",47,3,8,89.8647166666667,112.7929,43.7290666666667
"threeday#2020-10-29 00:00:00,2020-10-31 23:59:59","threeday","2020-10-29 00:00:00","2020-10-31 23:59:59",54,3,8,94.8646333333333,132.792566666667,53.7289
"threeday#2020-10-30 00:00:00,2020-11-01 23:59:59","threeday","2020-10-30 00:00:00","2020-11-01 23:59:59",62,3,8,124.864133333333,142.7924,53.7289
"threeday#2020-10-31 00:00:00,2020-11-02 23:59:59","threeday","2020-10-31 00:00:00","2020-11-02 23:59:59",20,3,6,41.9993,39.9993333333333,19.9996666666667
"threeday#2020-11-01 00:00:00,2020-11-03 23:59:59","threeday","2020-11-01 00:00:00","2020-11-03 23:59:59",13,3,5,36.9993833333333,19.9996666666667,9.99983333333333
"threeday#2020-11-02 00:00:00,2020-11-04 23:59:59","threeday","2020-11-02 00:00:00","2020-11-04 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"weekend#2020-03-06 00:00:00,2020-03-08 23:59:59","weekend","2020-03-06 00:00:00","2020-03-08 23:59:59",62,3,8,124.864133333333,142.7924,53.7289
"weekend#2020-10-30 00:00:00,2020-11-01 23:59:59","weekend","2020-10-30 00:00:00","2020-11-01 23:59:59",62,3,8,124.864133333333,142.7924,53.7289
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_count phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_durationvehicle
2 daily#2020-03-06 00:00:00,2020-03-06 23:59:59 daily 2020-03-06 00:00:00 2020-03-06 23:59:59 47 3 8 89.8647166666667 112.7929 43.7290666666667
3 daily#2020-03-07 00:00:00,2020-03-07 23:59:59 daily 2020-03-07 00:00:00 2020-03-07 23:59:59 7 0 4 4.99991666666667 19.9996666666667 9.99983333333333
4 daily#2020-03-08 00:00:00,2020-03-08 23:59:59 daily 2020-03-08 00:00:00 2020-03-08 23:59:59 8 3 3 29.9995 9.99983333333333 NA
5 daily#2020-03-09 00:00:00,2020-03-09 23:59:59 daily 2020-03-09 00:00:00 2020-03-09 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
6 daily#2020-10-30 00:00:00,2020-10-30 23:59:59 daily 2020-10-30 00:00:00 2020-10-30 23:59:59 47 3 8 89.8647166666667 112.7929 43.7290666666667
7 daily#2020-10-31 00:00:00,2020-10-31 23:59:59 daily 2020-10-31 00:00:00 2020-10-31 23:59:59 7 0 4 4.99991666666667 19.9996666666667 9.99983333333333
8 daily#2020-11-01 00:00:00,2020-11-01 23:59:59 daily 2020-11-01 00:00:00 2020-11-01 23:59:59 8 3 3 29.9995 9.99983333333333 NA
9 daily#2020-11-02 00:00:00,2020-11-02 23:59:59 daily 2020-11-02 00:00:00 2020-11-02 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
10 morning#2020-03-06 06:00:00,2020-03-06 11:59:59 morning 2020-03-06 06:00:00 2020-03-06 11:59:59 13 3 5 19.8658833333333 44.4810333333333 15.1531666666667
11 morning#2020-03-09 06:00:00,2020-03-09 11:59:59 morning 2020-03-09 06:00:00 2020-03-09 11:59:59 2 7 1 NA 9.99983333333333 NA
12 morning#2020-10-30 06:00:00,2020-10-30 11:59:59 morning 2020-10-30 06:00:00 2020-10-30 11:59:59 13 3 5 19.8658833333333 44.4810333333333 15.1531666666667
13 morning#2020-11-02 06:00:00,2020-11-02 11:59:59 morning 2020-11-02 06:00:00 2020-11-02 11:59:59 2 7 1 NA 9.99983333333333 NA
14 threeday#2020-03-06 00:00:00,2020-03-08 23:59:59 threeday 2020-03-06 00:00:00 2020-03-08 23:59:59 62 3 8 124.864133333333 142.7924 53.7289
15 threeday#2020-03-07 00:00:00,2020-03-09 23:59:59 threeday 2020-03-07 00:00:00 2020-03-09 23:59:59 20 3 6 41.9993 39.9993333333333 19.9996666666667
16 threeday#2020-03-08 00:00:00,2020-03-10 23:59:59 threeday 2020-03-08 00:00:00 2020-03-10 23:59:59 13 3 5 36.9993833333333 19.9996666666667 9.99983333333333
17 threeday#2020-03-09 00:00:00,2020-03-11 23:59:59 threeday 2020-03-09 00:00:00 2020-03-11 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
18 threeday#2020-10-28 00:00:00,2020-10-30 23:59:59 threeday 2020-10-28 00:00:00 2020-10-30 23:59:59 47 3 8 89.8647166666667 112.7929 43.7290666666667
19 threeday#2020-10-29 00:00:00,2020-10-31 23:59:59 threeday 2020-10-29 00:00:00 2020-10-31 23:59:59 54 3 8 94.8646333333333 132.792566666667 53.7289
20 threeday#2020-10-30 00:00:00,2020-11-01 23:59:59 threeday 2020-10-30 00:00:00 2020-11-01 23:59:59 62 3 8 124.864133333333 142.7924 53.7289
21 threeday#2020-10-31 00:00:00,2020-11-02 23:59:59 threeday 2020-10-31 00:00:00 2020-11-02 23:59:59 20 3 6 41.9993 39.9993333333333 19.9996666666667
22 threeday#2020-11-01 00:00:00,2020-11-03 23:59:59 threeday 2020-11-01 00:00:00 2020-11-03 23:59:59 13 3 5 36.9993833333333 19.9996666666667 9.99983333333333
23 threeday#2020-11-02 00:00:00,2020-11-04 23:59:59 threeday 2020-11-02 00:00:00 2020-11-04 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
24 weekend#2020-03-06 00:00:00,2020-03-08 23:59:59 weekend 2020-03-06 00:00:00 2020-03-08 23:59:59 62 3 8 124.864133333333 142.7924 53.7289
25 weekend#2020-10-30 00:00:00,2020-11-01 23:59:59 weekend 2020-10-30 00:00:00 2020-11-01 23:59:59 62 3 8 124.864133333333 142.7924 53.7289

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_durationvehicle","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_count phone_activity_recognition_rapids_durationvehicle phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary

View File

@ -0,0 +1,25 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_activity_recognition_rapids_count","phone_activity_recognition_rapids_mostcommonactivity","phone_activity_recognition_rapids_countuniqueactivities","phone_activity_recognition_rapids_durationstationary","phone_activity_recognition_rapids_durationmobile","phone_activity_recognition_rapids_durationvehicle"
"daily#2020-03-06 00:00:00,2020-03-06 23:59:59","daily","2020-03-06 00:00:00","2020-03-06 23:59:59",47,3,6,89.8647166666667,112.7929,43.7290666666667
"daily#2020-03-07 00:00:00,2020-03-07 23:59:59","daily","2020-03-07 00:00:00","2020-03-07 23:59:59",7,7,3,4.99991666666667,19.9996666666667,9.99983333333333
"daily#2020-03-08 00:00:00,2020-03-08 23:59:59","daily","2020-03-08 00:00:00","2020-03-08 23:59:59",8,3,2,29.9995,9.99983333333333,NA
"daily#2020-03-09 00:00:00,2020-03-09 23:59:59","daily","2020-03-09 00:00:00","2020-03-09 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"daily#2020-10-30 00:00:00,2020-10-30 23:59:59","daily","2020-10-30 00:00:00","2020-10-30 23:59:59",47,3,6,89.8647166666667,112.7929,43.7290666666667
"daily#2020-10-31 00:00:00,2020-10-31 23:59:59","daily","2020-10-31 00:00:00","2020-10-31 23:59:59",7,7,3,4.99991666666667,19.9996666666667,9.99983333333333
"daily#2020-11-01 00:00:00,2020-11-01 23:59:59","daily","2020-11-01 00:00:00","2020-11-01 23:59:59",8,3,2,29.9995,9.99983333333333,NA
"daily#2020-11-02 00:00:00,2020-11-02 23:59:59","daily","2020-11-02 00:00:00","2020-11-02 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"morning#2020-03-06 06:00:00,2020-03-06 11:59:59","morning","2020-03-06 06:00:00","2020-03-06 11:59:59",13,7,4,19.8658833333333,44.4810333333333,15.1531666666667
"morning#2020-03-09 06:00:00,2020-03-09 11:59:59","morning","2020-03-09 06:00:00","2020-03-09 11:59:59",2,7,1,NA,9.99983333333333,NA
"morning#2020-10-30 06:00:00,2020-10-30 11:59:59","morning","2020-10-30 06:00:00","2020-10-30 11:59:59",13,7,4,19.8658833333333,44.4810333333333,15.1531666666667
"morning#2020-11-02 06:00:00,2020-11-02 11:59:59","morning","2020-11-02 06:00:00","2020-11-02 11:59:59",2,7,1,NA,9.99983333333333,NA
"threeday#2020-03-06 00:00:00,2020-03-08 23:59:59","threeday","2020-03-06 00:00:00","2020-03-08 23:59:59",62,3,6,124.864133333333,142.7924,53.7289
"threeday#2020-03-07 00:00:00,2020-03-09 23:59:59","threeday","2020-03-07 00:00:00","2020-03-09 23:59:59",20,3,4,41.9993,39.9993333333333,19.9996666666667
"threeday#2020-03-08 00:00:00,2020-03-10 23:59:59","threeday","2020-03-08 00:00:00","2020-03-10 23:59:59",13,3,4,36.9993833333333,19.9996666666667,9.99983333333333
"threeday#2020-03-09 00:00:00,2020-03-11 23:59:59","threeday","2020-03-09 00:00:00","2020-03-11 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"threeday#2020-10-28 00:00:00,2020-10-30 23:59:59","threeday","2020-10-28 00:00:00","2020-10-30 23:59:59",47,3,6,89.8647166666667,112.7929,43.7290666666667
"threeday#2020-10-29 00:00:00,2020-10-31 23:59:59","threeday","2020-10-29 00:00:00","2020-10-31 23:59:59",54,3,6,94.8646333333333,132.792566666667,53.7289
"threeday#2020-10-30 00:00:00,2020-11-01 23:59:59","threeday","2020-10-30 00:00:00","2020-11-01 23:59:59",62,3,6,124.864133333333,142.7924,53.7289
"threeday#2020-10-31 00:00:00,2020-11-02 23:59:59","threeday","2020-10-31 00:00:00","2020-11-02 23:59:59",20,3,4,41.9993,39.9993333333333,19.9996666666667
"threeday#2020-11-01 00:00:00,2020-11-03 23:59:59","threeday","2020-11-01 00:00:00","2020-11-03 23:59:59",13,3,4,36.9993833333333,19.9996666666667,9.99983333333333
"threeday#2020-11-02 00:00:00,2020-11-04 23:59:59","threeday","2020-11-02 00:00:00","2020-11-04 23:59:59",5,0,3,6.99988333333333,9.99983333333333,9.99983333333333
"weekend#2020-03-06 00:00:00,2020-03-08 23:59:59","weekend","2020-03-06 00:00:00","2020-03-08 23:59:59",62,3,6,124.864133333333,142.7924,53.7289
"weekend#2020-10-30 00:00:00,2020-11-01 23:59:59","weekend","2020-10-30 00:00:00","2020-11-01 23:59:59",62,3,6,124.864133333333,142.7924,53.7289
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_activity_recognition_rapids_count phone_activity_recognition_rapids_mostcommonactivity phone_activity_recognition_rapids_countuniqueactivities phone_activity_recognition_rapids_durationstationary phone_activity_recognition_rapids_durationmobile phone_activity_recognition_rapids_durationvehicle
2 daily#2020-03-06 00:00:00,2020-03-06 23:59:59 daily 2020-03-06 00:00:00 2020-03-06 23:59:59 47 3 6 89.8647166666667 112.7929 43.7290666666667
3 daily#2020-03-07 00:00:00,2020-03-07 23:59:59 daily 2020-03-07 00:00:00 2020-03-07 23:59:59 7 7 3 4.99991666666667 19.9996666666667 9.99983333333333
4 daily#2020-03-08 00:00:00,2020-03-08 23:59:59 daily 2020-03-08 00:00:00 2020-03-08 23:59:59 8 3 2 29.9995 9.99983333333333 NA
5 daily#2020-03-09 00:00:00,2020-03-09 23:59:59 daily 2020-03-09 00:00:00 2020-03-09 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
6 daily#2020-10-30 00:00:00,2020-10-30 23:59:59 daily 2020-10-30 00:00:00 2020-10-30 23:59:59 47 3 6 89.8647166666667 112.7929 43.7290666666667
7 daily#2020-10-31 00:00:00,2020-10-31 23:59:59 daily 2020-10-31 00:00:00 2020-10-31 23:59:59 7 7 3 4.99991666666667 19.9996666666667 9.99983333333333
8 daily#2020-11-01 00:00:00,2020-11-01 23:59:59 daily 2020-11-01 00:00:00 2020-11-01 23:59:59 8 3 2 29.9995 9.99983333333333 NA
9 daily#2020-11-02 00:00:00,2020-11-02 23:59:59 daily 2020-11-02 00:00:00 2020-11-02 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
10 morning#2020-03-06 06:00:00,2020-03-06 11:59:59 morning 2020-03-06 06:00:00 2020-03-06 11:59:59 13 7 4 19.8658833333333 44.4810333333333 15.1531666666667
11 morning#2020-03-09 06:00:00,2020-03-09 11:59:59 morning 2020-03-09 06:00:00 2020-03-09 11:59:59 2 7 1 NA 9.99983333333333 NA
12 morning#2020-10-30 06:00:00,2020-10-30 11:59:59 morning 2020-10-30 06:00:00 2020-10-30 11:59:59 13 7 4 19.8658833333333 44.4810333333333 15.1531666666667
13 morning#2020-11-02 06:00:00,2020-11-02 11:59:59 morning 2020-11-02 06:00:00 2020-11-02 11:59:59 2 7 1 NA 9.99983333333333 NA
14 threeday#2020-03-06 00:00:00,2020-03-08 23:59:59 threeday 2020-03-06 00:00:00 2020-03-08 23:59:59 62 3 6 124.864133333333 142.7924 53.7289
15 threeday#2020-03-07 00:00:00,2020-03-09 23:59:59 threeday 2020-03-07 00:00:00 2020-03-09 23:59:59 20 3 4 41.9993 39.9993333333333 19.9996666666667
16 threeday#2020-03-08 00:00:00,2020-03-10 23:59:59 threeday 2020-03-08 00:00:00 2020-03-10 23:59:59 13 3 4 36.9993833333333 19.9996666666667 9.99983333333333
17 threeday#2020-03-09 00:00:00,2020-03-11 23:59:59 threeday 2020-03-09 00:00:00 2020-03-11 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
18 threeday#2020-10-28 00:00:00,2020-10-30 23:59:59 threeday 2020-10-28 00:00:00 2020-10-30 23:59:59 47 3 6 89.8647166666667 112.7929 43.7290666666667
19 threeday#2020-10-29 00:00:00,2020-10-31 23:59:59 threeday 2020-10-29 00:00:00 2020-10-31 23:59:59 54 3 6 94.8646333333333 132.792566666667 53.7289
20 threeday#2020-10-30 00:00:00,2020-11-01 23:59:59 threeday 2020-10-30 00:00:00 2020-11-01 23:59:59 62 3 6 124.864133333333 142.7924 53.7289
21 threeday#2020-10-31 00:00:00,2020-11-02 23:59:59 threeday 2020-10-31 00:00:00 2020-11-02 23:59:59 20 3 4 41.9993 39.9993333333333 19.9996666666667
22 threeday#2020-11-01 00:00:00,2020-11-03 23:59:59 threeday 2020-11-01 00:00:00 2020-11-03 23:59:59 13 3 4 36.9993833333333 19.9996666666667 9.99983333333333
23 threeday#2020-11-02 00:00:00,2020-11-04 23:59:59 threeday 2020-11-02 00:00:00 2020-11-04 23:59:59 5 0 3 6.99988333333333 9.99983333333333 9.99983333333333
24 weekend#2020-03-06 00:00:00,2020-03-08 23:59:59 weekend 2020-03-06 00:00:00 2020-03-08 23:59:59 62 3 6 124.864133333333 142.7924 53.7289
25 weekend#2020-10-30 00:00:00,2020-11-01 23:59:59 weekend 2020-10-30 00:00:00 2020-11-01 23:59:59 62 3 6 124.864133333333 142.7924 53.7289

View File

@ -80,12 +80,12 @@ PHONE_ACCELEROMETER:
# See https://www.rapids.science/latest/features/phone-activity-recognition/ # See https://www.rapids.science/latest/features/phone-activity-recognition/
PHONE_ACTIVITY_RECOGNITION: PHONE_ACTIVITY_RECOGNITION:
CONTAINER: CONTAINER:
ANDROID: plugin_google_activity_recognition ANDROID: plugin_google_activity_recognition_raw.csv
IOS: plugin_ios_activity_recognition IOS: plugin_ios_activity_recognition_raw.csv
EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same AR episode. EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same AR episode.
PROVIDERS: PROVIDERS:
RAPIDS: RAPIDS:
COMPUTE: False COMPUTE: True
FEATURES: ["count", "mostcommonactivity", "countuniqueactivities", "durationstationary", "durationmobile", "durationvehicle"] FEATURES: ["count", "mostcommonactivity", "countuniqueactivities", "durationstationary", "durationmobile", "durationvehicle"]
ACTIVITY_CLASSES: ACTIVITY_CLASSES:
STATIONARY: ["still", "tilting"] STATIONARY: ["still", "tilting"]

View File

@ -80,12 +80,12 @@ PHONE_ACCELEROMETER:
# See https://www.rapids.science/latest/features/phone-activity-recognition/ # See https://www.rapids.science/latest/features/phone-activity-recognition/
PHONE_ACTIVITY_RECOGNITION: PHONE_ACTIVITY_RECOGNITION:
CONTAINER: CONTAINER:
ANDROID: plugin_google_activity_recognition ANDROID: plugin_google_activity_recognition_raw.csv
IOS: plugin_ios_activity_recognition IOS: plugin_ios_activity_recognition_raw.csv
EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same AR episode. EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same AR episode.
PROVIDERS: PROVIDERS:
RAPIDS: RAPIDS:
COMPUTE: False COMPUTE: True
FEATURES: ["count", "mostcommonactivity", "countuniqueactivities", "durationstationary", "durationmobile", "durationvehicle"] FEATURES: ["count", "mostcommonactivity", "countuniqueactivities", "durationstationary", "durationmobile", "durationvehicle"]
ACTIVITY_CLASSES: ACTIVITY_CLASSES:
STATIONARY: ["still", "tilting"] STATIONARY: ["still", "tilting"]

View File

@ -80,12 +80,12 @@ PHONE_ACCELEROMETER:
# See https://www.rapids.science/latest/features/phone-activity-recognition/ # See https://www.rapids.science/latest/features/phone-activity-recognition/
PHONE_ACTIVITY_RECOGNITION: PHONE_ACTIVITY_RECOGNITION:
CONTAINER: CONTAINER:
ANDROID: plugin_google_activity_recognition ANDROID: plugin_google_activity_recognition_raw.csv
IOS: plugin_ios_activity_recognition IOS: plugin_ios_activity_recognition_raw.csv
EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same AR episode. EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same AR episode.
PROVIDERS: PROVIDERS:
RAPIDS: RAPIDS:
COMPUTE: False COMPUTE: True
FEATURES: ["count", "mostcommonactivity", "countuniqueactivities", "durationstationary", "durationmobile", "durationvehicle"] FEATURES: ["count", "mostcommonactivity", "countuniqueactivities", "durationstationary", "durationmobile", "durationvehicle"]
ACTIVITY_CLASSES: ACTIVITY_CLASSES:
STATIONARY: ["still", "tilting"] STATIONARY: ["still", "tilting"]

View File

@ -80,8 +80,8 @@ PHONE_ACCELEROMETER:
# See https://www.rapids.science/latest/features/phone-activity-recognition/ # See https://www.rapids.science/latest/features/phone-activity-recognition/
PHONE_ACTIVITY_RECOGNITION: PHONE_ACTIVITY_RECOGNITION:
CONTAINER: CONTAINER:
ANDROID: plugin_google_activity_recognition ANDROID: plugin_google_activity_recognition_raw.csv
IOS: plugin_ios_activity_recognition IOS: plugin_ios_activity_recognition_raw.csv
EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same AR episode. EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same AR episode.
PROVIDERS: PROVIDERS:
RAPIDS: RAPIDS:

View File

@ -80,12 +80,12 @@ PHONE_ACCELEROMETER:
# See https://www.rapids.science/latest/features/phone-activity-recognition/ # See https://www.rapids.science/latest/features/phone-activity-recognition/
PHONE_ACTIVITY_RECOGNITION: PHONE_ACTIVITY_RECOGNITION:
CONTAINER: CONTAINER:
ANDROID: plugin_google_activity_recognition ANDROID: plugin_google_activity_recognition_raw.csv
IOS: plugin_ios_activity_recognition IOS: plugin_ios_activity_recognition_raw.csv
EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same AR episode. EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same AR episode.
PROVIDERS: PROVIDERS:
RAPIDS: RAPIDS:
COMPUTE: False COMPUTE: True
FEATURES: ["count", "mostcommonactivity", "countuniqueactivities", "durationstationary", "durationmobile", "durationvehicle"] FEATURES: ["count", "mostcommonactivity", "countuniqueactivities", "durationstationary", "durationmobile", "durationvehicle"]
ACTIVITY_CLASSES: ACTIVITY_CLASSES:
STATIONARY: ["still", "tilting"] STATIONARY: ["still", "tilting"]

View File

@ -80,12 +80,12 @@ PHONE_ACCELEROMETER:
# See https://www.rapids.science/latest/features/phone-activity-recognition/ # See https://www.rapids.science/latest/features/phone-activity-recognition/
PHONE_ACTIVITY_RECOGNITION: PHONE_ACTIVITY_RECOGNITION:
CONTAINER: CONTAINER:
ANDROID: plugin_google_activity_recognition ANDROID: plugin_google_activity_recognition_raw.csv
IOS: plugin_ios_activity_recognition IOS: plugin_ios_activity_recognition_raw.csv
EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same AR episode. EPISODE_THRESHOLD_BETWEEN_ROWS: 5 # minutes. Max time difference for two consecutive rows to be considered within the same AR episode.
PROVIDERS: PROVIDERS:
RAPIDS: RAPIDS:
COMPUTE: False COMPUTE: True
FEATURES: ["count", "mostcommonactivity", "countuniqueactivities", "durationstationary", "durationmobile", "durationvehicle"] FEATURES: ["count", "mostcommonactivity", "countuniqueactivities", "durationstationary", "durationmobile", "durationvehicle"]
ACTIVITY_CLASSES: ACTIVITY_CLASSES:
STATIONARY: ["still", "tilting"] STATIONARY: ["still", "tilting"]