Updated phone battery test data and results (#165)

Co-authored-by: Weiyu <weiyuhuang7@gmail.com>
develop
Meng Li 2021-10-21 22:54:19 -04:00 committed by GitHub
parent da633c5d08
commit dfa11acf87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
40 changed files with 866 additions and 27 deletions

View File

@ -1,4 +1,6 @@
# Change Log
## v.1.7.0
- Add tests for phone battery features
## v1.6.0
- Refactor PHONE_CALLS RAPIDS provider to compute features based on call episodes or events
- Refactor PHONE_LOCATIONS DORYAB provider to compute features based on location episodes

View File

@ -11,7 +11,7 @@ The following is a list of the sensors that testing is currently available.
| Phone Accelerometer | RAPIDS | Y | Y | Y |
| Phone Activity Recognition | RAPIDS | Y | Y | Y |
| Phone Applications Foreground | RAPIDS | Y | Y | Y |
| Phone Battery | RAPIDS | Y | Y | N |
| Phone Battery | RAPIDS | Y | Y | Y |
| Phone Bluetooth | Doryab | Y | Y | Y |
| Phone Bluetooth | RAPIDS | Y | Y | Y |
| Phone Calls | RAPIDS | Y | Y | Y |
@ -28,7 +28,7 @@ The following is a list of the sensors that testing is currently available.
| Fitbit Data Yield | RAPIDS | Y | Y | Y |
| Fitbit Heart Rate Summary | RAPIDS | Y | Y | Y |
| Fitbit Heart Rate Intraday | RAPIDS | Y | Y | Y |
| Fitbit Sleep Summary | RAPIDS | N | N | N |
| Fitbit Sleep Summary | RAPIDS | Y | Y | Y |
| Fitbit Sleep Intraday | RAPIDS | Y | Y | Y |
| Fitbit Sleep Intraday | PRICE | Y | Y | Y |
| Fitbit Steps Summary | RAPIDS | Y | Y | Y |
@ -46,7 +46,7 @@ Description
- One episode before the time switch (`Sun 00:02:00`) and one episode after the time switch (`Sun 04:18:00`)
- Multiple episodes within one min which cause variance in magnitude (`Fri 00:10:25`, `Fri 00:10:27` and `Fri 00:10:46`)
Checklist:
Checklist
|time segment| single tz | multi tz|platform|
|-|-|-|-|
@ -69,7 +69,7 @@ Description
- Two episodes locate in the same daily segment (`Fri 11:57:56.385` and `Sat 10:54:10.000`)
- One episode before the time switch (`Sun 00:48:01.000`) and one episode after the time switch (`Sun 06:21:01.000`)
Checklist:
Checklist
|time segment| single tz | multi tz|platform|
|-|-|-|-|
@ -158,24 +158,26 @@ Checklist
## Battery
Due to the difference in the format of the raw battery data for iOS and Android as well as versions of iOS the following is the expected results the `battery_deltas.csv`. This would give a better idea of the use cases being tested since the `battery_deltas.csv` would make both the iOS and Android data comparable. These files are used to calculate the features for the battery sensor.
Description
- The battery delta data file contains data for 1 day.
- The battery delta data contains 1 record each for a `charging` and
`discharging` episode that falls within an `epoch` for every
`epoch`. Thus, for the `daily` epoch there would be multiple
`charging` and `discharging` episodes
- Since either a `charging` episode or a `discharging` episode and
not both can occur across epochs, in order to test episodes that
occur across epochs alternating episodes of `charging` and
`discharging` episodes that fall across `night` to `morning`,
`morning` to `afternoon` and finally `afternoon` to `night` are
present in the battery delta data. This starts with a
`discharging` episode that begins in `night` and end in `morning`.
- There is one battery data file each, for testing both iOS and
Android data formats.
- There is also an additional empty data file for both android and
iOS for testing empty data files
- The 4-day raw data is contained in `phone_battery_raw.csv`
- One discharge episode acrossing two 30-min time segements (`Fri 05:57:30.123` to `Fri 06:04:32.456`)
- One charging episode acrossing two 30-min time segments (`Fri 11:55:58.416` to `Fri 12:08:07.876`)
- One discharge episode and one charging episode locate within the same 30-min time segement (`Fri 21:30:00` to `Fri 22:00:00`)
- One episode before the time switch (`Sun 00:24:00.000`) and one episode after the time switch (`Sun 21:58:00`)
- Two episodes locate in the same daily segment
Checklist
|time segment| single tz | multi tz|platform|
|-|-|-|-|
|30min|OK|OK|android|
|morning|OK|OK|android|
|daily|OK|OK|android|
|threeday|OK|OK|android|
|weekend|OK|OK|android|
|beforeMarchEvent|OK|OK|android|
|beforeNovemberEvent|OK|OK|android|
## Bluetooth

View File

@ -0,0 +1,339 @@
timestamp,device_id,battery_status,battery_level,battery_scale,battery_voltage,battery_temperature,battery_adaptor,battery_health,battery_technology
1583471290416,android,3.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583471483435,android,3.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583471730630,android,3.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583471858603,android,3.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583476060603,android,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583482830416,android,2.0,77.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583483030435,android,2.0,78.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583483435630,android,2.0,79.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583483435876,android,2.0,80.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583492250123,android,3.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583492389435,android,3.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583492539321,android,3.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583492672456,android,3.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583499872416,android,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583500032435,android,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583500192679,android,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583500387876,android,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583503987603,android,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583508197416,android,3.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583508383435,android,3.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583508583679,android,3.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583508858876,android,3.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583513758416,android,2.0,62.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583471290416,android,3.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583471483435,android,3.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583471730630,android,3.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583471858603,android,3.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583476060603,android,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583482830416,android,2.0,77.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583483030435,android,2.0,78.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583483435630,android,2.0,79.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583483435876,android,2.0,80.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583492250123,android,3.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583492389435,android,3.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583492539321,android,3.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583492672456,android,3.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583499872416,android,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583500032435,android,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583500192679,android,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583500387876,android,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583503987603,android,4.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583508197416,android,3.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583508383435,android,3.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583508583679,android,3.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583508858876,android,3.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583513758416,android,2.0,62.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583513968435,android,2.0,63.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583514277679,android,2.0,64.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583514487876,android,2.0,65.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583520727416,android,3.0,64.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583520899435,android,3.0,63.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583521029679,android,3.0,62.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583521219876,android,3.0,61.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583525429603,android,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583529207416,android,2.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583529477435,android,2.0,61.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583529687679,android,2.0,62.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583529887876,android,2.0,63.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583535363123,android,3.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583535581435,android,3.0,59.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583535854321,android,3.0,58.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583536044456,android,3.0,57.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583542983416,android,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583543112435,android,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583543244679,android,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583543434876,android,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583545844603,android,4.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583548204416,android,3.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583548334435,android,3.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583548523679,android,3.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583548667876,android,3.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583548801875,android,2.0,70.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583549001075,android,2.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583557067875,android,3.0,65.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583557127875,android,3.0,64.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583618405000,android,3.0,90.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583618820000,android,3.0,89.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583619300000,android,3.0,88.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583634720000,android,2.0,78.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583635140000,android,2.0,79.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583635680000,android,2.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583645040000,android,3.0,50.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583645820000,android,3.0,49.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583646360000,android,3.0,48.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583646600000,android,2.0,49.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583647080000,android,2.0,50.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583719080000,android,2.0,59.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583719680000,android,2.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583720100000,android,2.0,61.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583720100000,android,3.0,75.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583720400000,android,3.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583720940000,android,3.0,73.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583746260000,android,3.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583746500000,android,3.0,59.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583746980000,android,3.0,58.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583751900000,android,2.0,78.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583752200000,android,2.0,79.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583752620000,android,2.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583471290416,ios,4.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583471483435,ios,4.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583471730630,ios,4.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583471858603,ios,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583482830416,ios,2.0,77.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583483030435,ios,2.0,78.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583483435630,ios,2.0,79.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583483435876,ios,2.0,80.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583492250123,ios,4.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583492389435,ios,4.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583492539321,ios,4.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583492672456,ios,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583499872416,ios,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583500032435,ios,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583500192679,ios,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583500387876,ios,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583508197416,ios,4.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583508383435,ios,4.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583508583679,ios,4.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583508858876,ios,4.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583513758416,ios,2.0,62.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583513968435,ios,2.0,63.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583514277679,ios,2.0,64.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583514487876,ios,2.0,65.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583520727416,ios,4.0,64.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583520899435,ios,4.0,63.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583521029679,ios,4.0,62.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583521219876,ios,4.0,61.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583529207416,ios,2.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583529477435,ios,2.0,61.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583529687679,ios,2.0,62.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583529887876,ios,2.0,63.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583535363123,ios,4.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583535581435,ios,4.0,59.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583535854321,ios,4.0,58.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583536044456,ios,4.0,57.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583542983416,ios,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583543112435,ios,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583543244679,ios,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583543434876,ios,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583548204416,ios,4.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583548334435,ios,4.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1583548523679,ios,4.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583548667876,ios,4.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583548801875,ios,2.0,70.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583549001075,ios,2.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583557067875,ios,4.0,65.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583557127875,ios,4.0,64.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1583618405000,ios,4.0,90.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583618820000,ios,4.0,89.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583619300000,ios,4.0,88.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583634720000,ios,2.0,78.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583635140000,ios,2.0,79.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583635680000,ios,2.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583645040000,ios,4.0,50.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583645820000,ios,4.0,49.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583646360000,ios,4.0,48.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583646600000,ios,2.0,49.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583647080000,ios,2.0,50.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583719080000,ios,2.0,59.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583719680000,ios,2.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583720100000,ios,2.0,61.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583720100000,ios,4.0,75.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583720400000,ios,4.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583720940000,ios,4.0,73.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583746260000,ios,4.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583746500000,ios,4.0,59.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583746980000,ios,4.0,58.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583751900000,ios,2.0,78.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583752200000,ios,2.0,79.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1583752620000,ios,2.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604030890416,android,3.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604031083435,android,3.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604031330630,android,3.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604031458603,android,3.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604035660603,android,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604042430416,android,2.0,77.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604042630435,android,2.0,78.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604043035630,android,2.0,79.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604043035876,android,2.0,80.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604051850123,android,3.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604051989435,android,3.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604052139321,android,3.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604052272456,android,3.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604059472416,android,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604059632435,android,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604059792679,android,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604059987876,android,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604063587603,android,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604067797416,android,3.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604067983435,android,3.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604068183679,android,3.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604068458876,android,3.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604073358416,android,2.0,62.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604030890416,android,3.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604031083435,android,3.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604031330630,android,3.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604031458603,android,3.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604035660603,android,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604042430416,android,2.0,77.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604042630435,android,2.0,78.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604043035630,android,2.0,79.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604043035876,android,2.0,80.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604051850123,android,3.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604051989435,android,3.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604052139321,android,3.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604052272456,android,3.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604059472416,android,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604059632435,android,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604059792679,android,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604059987876,android,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604063587603,android,4.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604067797416,android,3.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604067983435,android,3.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604068183679,android,3.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604068458876,android,3.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604073358416,android,2.0,62.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604073568435,android,2.0,63.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604073877679,android,2.0,64.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604074087876,android,2.0,65.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604080327416,android,3.0,64.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604080499435,android,3.0,63.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604080629679,android,3.0,62.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604080819876,android,3.0,61.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604085029603,android,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604088807416,android,2.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604089077435,android,2.0,61.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604089287679,android,2.0,62.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604089487876,android,2.0,63.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604094963123,android,3.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604095181435,android,3.0,59.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604095454321,android,3.0,58.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604095644456,android,3.0,57.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604102583416,android,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604102712435,android,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604102844679,android,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604103034876,android,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604105444603,android,4.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604107804416,android,3.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604107934435,android,3.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604108123679,android,3.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604108267876,android,3.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604108401875,android,2.0,70.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604108601075,android,2.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604116667875,android,3.0,65.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604116727875,android,3.0,64.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604178005000,android,3.0,90.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604178420000,android,3.0,89.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604178900000,android,3.0,88.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604194320000,android,2.0,78.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604194740000,android,2.0,79.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604195280000,android,2.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604204640000,android,3.0,50.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604205420000,android,3.0,49.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604205960000,android,3.0,48.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604206200000,android,2.0,49.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604206680000,android,2.0,50.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604285880000,android,2.0,59.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604286480000,android,2.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604286900000,android,2.0,61.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604286900000,android,3.0,75.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604287200000,android,3.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604287740000,android,3.0,73.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604313060000,android,3.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604313300000,android,3.0,59.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604313780000,android,3.0,58.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604318700000,android,2.0,78.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604319000000,android,2.0,79.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604319420000,android,2.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604030890416,ios,4.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604031083435,ios,4.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604031330630,ios,4.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604031458603,ios,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604042430416,ios,2.0,77.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604042630435,ios,2.0,78.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604043035630,ios,2.0,79.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604043035876,ios,2.0,80.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604051850123,ios,4.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604051989435,ios,4.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604052139321,ios,4.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604052272456,ios,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604059472416,ios,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604059632435,ios,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604059792679,ios,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604059987876,ios,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604067797416,ios,4.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604067983435,ios,4.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604068183679,ios,4.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604068458876,ios,4.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604073358416,ios,2.0,62.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604073568435,ios,2.0,63.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604073877679,ios,2.0,64.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604074087876,ios,2.0,65.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604080327416,ios,4.0,64.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604080499435,ios,4.0,63.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604080629679,ios,4.0,62.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604080819876,ios,4.0,61.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604088807416,ios,2.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604089077435,ios,2.0,61.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604089287679,ios,2.0,62.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604089487876,ios,2.0,63.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604094963123,ios,4.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604095181435,ios,4.0,59.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604095454321,ios,4.0,58.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604095644456,ios,4.0,57.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604102583416,ios,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604102712435,ios,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604102844679,ios,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604103034876,ios,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604107804416,ios,4.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604107934435,ios,4.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
1604108123679,ios,4.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604108267876,ios,4.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604108401875,ios,2.0,70.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604108601075,ios,2.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604116667875,ios,4.0,65.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604116727875,ios,4.0,64.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
1604178005000,ios,4.0,90.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604178420000,ios,4.0,89.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604178900000,ios,4.0,88.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604194320000,ios,2.0,78.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604194740000,ios,2.0,79.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604195280000,ios,2.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604204640000,ios,4.0,50.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604205420000,ios,4.0,49.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604205960000,ios,4.0,48.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604206200000,ios,2.0,49.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604206680000,ios,2.0,50.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604285880000,ios,2.0,59.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604286480000,ios,2.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604286900000,ios,2.0,61.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604286900000,ios,4.0,75.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604287200000,ios,4.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604287740000,ios,4.0,73.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604313060000,ios,4.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604313300000,ios,4.0,59.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604313780000,ios,4.0,58.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604318700000,ios,2.0,78.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604319000000,ios,2.0,79.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1604319420000,ios,2.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
1 timestamp device_id battery_status battery_level battery_scale battery_voltage battery_temperature battery_adaptor battery_health battery_technology
2 1583471290416 android 3.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
3 1583471483435 android 3.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
4 1583471730630 android 3.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
5 1583471858603 android 3.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
6 1583476060603 android 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
7 1583482830416 android 2.0 77.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
8 1583483030435 android 2.0 78.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
9 1583483435630 android 2.0 79.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
10 1583483435876 android 2.0 80.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
11 1583492250123 android 3.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
12 1583492389435 android 3.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
13 1583492539321 android 3.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
14 1583492672456 android 3.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
15 1583499872416 android 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
16 1583500032435 android 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
17 1583500192679 android 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
18 1583500387876 android 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
19 1583503987603 android 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
20 1583508197416 android 3.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
21 1583508383435 android 3.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
22 1583508583679 android 3.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
23 1583508858876 android 3.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
24 1583513758416 android 2.0 62.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
25 1583471290416 android 3.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
26 1583471483435 android 3.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
27 1583471730630 android 3.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
28 1583471858603 android 3.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
29 1583476060603 android 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
30 1583482830416 android 2.0 77.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
31 1583483030435 android 2.0 78.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
32 1583483435630 android 2.0 79.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
33 1583483435876 android 2.0 80.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
34 1583492250123 android 3.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
35 1583492389435 android 3.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
36 1583492539321 android 3.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
37 1583492672456 android 3.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
38 1583499872416 android 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
39 1583500032435 android 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
40 1583500192679 android 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
41 1583500387876 android 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
42 1583503987603 android 4.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
43 1583508197416 android 3.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
44 1583508383435 android 3.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
45 1583508583679 android 3.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
46 1583508858876 android 3.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
47 1583513758416 android 2.0 62.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
48 1583513968435 android 2.0 63.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
49 1583514277679 android 2.0 64.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
50 1583514487876 android 2.0 65.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
51 1583520727416 android 3.0 64.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
52 1583520899435 android 3.0 63.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
53 1583521029679 android 3.0 62.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
54 1583521219876 android 3.0 61.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
55 1583525429603 android 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
56 1583529207416 android 2.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
57 1583529477435 android 2.0 61.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
58 1583529687679 android 2.0 62.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
59 1583529887876 android 2.0 63.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
60 1583535363123 android 3.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
61 1583535581435 android 3.0 59.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
62 1583535854321 android 3.0 58.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
63 1583536044456 android 3.0 57.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
64 1583542983416 android 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
65 1583543112435 android 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
66 1583543244679 android 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
67 1583543434876 android 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
68 1583545844603 android 4.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
69 1583548204416 android 3.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
70 1583548334435 android 3.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
71 1583548523679 android 3.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
72 1583548667876 android 3.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
73 1583548801875 android 2.0 70.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
74 1583549001075 android 2.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
75 1583557067875 android 3.0 65.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
76 1583557127875 android 3.0 64.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
77 1583618405000 android 3.0 90.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
78 1583618820000 android 3.0 89.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
79 1583619300000 android 3.0 88.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
80 1583634720000 android 2.0 78.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
81 1583635140000 android 2.0 79.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
82 1583635680000 android 2.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
83 1583645040000 android 3.0 50.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
84 1583645820000 android 3.0 49.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
85 1583646360000 android 3.0 48.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
86 1583646600000 android 2.0 49.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
87 1583647080000 android 2.0 50.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
88 1583719080000 android 2.0 59.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
89 1583719680000 android 2.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
90 1583720100000 android 2.0 61.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
91 1583720100000 android 3.0 75.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
92 1583720400000 android 3.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
93 1583720940000 android 3.0 73.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
94 1583746260000 android 3.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
95 1583746500000 android 3.0 59.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
96 1583746980000 android 3.0 58.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
97 1583751900000 android 2.0 78.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
98 1583752200000 android 2.0 79.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
99 1583752620000 android 2.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
100 1583471290416 ios 4.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
101 1583471483435 ios 4.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
102 1583471730630 ios 4.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
103 1583471858603 ios 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
104 1583482830416 ios 2.0 77.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
105 1583483030435 ios 2.0 78.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
106 1583483435630 ios 2.0 79.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
107 1583483435876 ios 2.0 80.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
108 1583492250123 ios 4.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
109 1583492389435 ios 4.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
110 1583492539321 ios 4.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
111 1583492672456 ios 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
112 1583499872416 ios 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
113 1583500032435 ios 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
114 1583500192679 ios 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
115 1583500387876 ios 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
116 1583508197416 ios 4.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
117 1583508383435 ios 4.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
118 1583508583679 ios 4.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
119 1583508858876 ios 4.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
120 1583513758416 ios 2.0 62.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
121 1583513968435 ios 2.0 63.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
122 1583514277679 ios 2.0 64.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
123 1583514487876 ios 2.0 65.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
124 1583520727416 ios 4.0 64.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
125 1583520899435 ios 4.0 63.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
126 1583521029679 ios 4.0 62.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
127 1583521219876 ios 4.0 61.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
128 1583529207416 ios 2.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
129 1583529477435 ios 2.0 61.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
130 1583529687679 ios 2.0 62.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
131 1583529887876 ios 2.0 63.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
132 1583535363123 ios 4.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
133 1583535581435 ios 4.0 59.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
134 1583535854321 ios 4.0 58.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
135 1583536044456 ios 4.0 57.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
136 1583542983416 ios 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
137 1583543112435 ios 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
138 1583543244679 ios 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
139 1583543434876 ios 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
140 1583548204416 ios 4.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
141 1583548334435 ios 4.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
142 1583548523679 ios 4.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
143 1583548667876 ios 4.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
144 1583548801875 ios 2.0 70.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
145 1583549001075 ios 2.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
146 1583557067875 ios 4.0 65.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
147 1583557127875 ios 4.0 64.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
148 1583618405000 ios 4.0 90.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
149 1583618820000 ios 4.0 89.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
150 1583619300000 ios 4.0 88.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
151 1583634720000 ios 2.0 78.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
152 1583635140000 ios 2.0 79.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
153 1583635680000 ios 2.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
154 1583645040000 ios 4.0 50.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
155 1583645820000 ios 4.0 49.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
156 1583646360000 ios 4.0 48.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
157 1583646600000 ios 2.0 49.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
158 1583647080000 ios 2.0 50.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
159 1583719080000 ios 2.0 59.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
160 1583719680000 ios 2.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
161 1583720100000 ios 2.0 61.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
162 1583720100000 ios 4.0 75.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
163 1583720400000 ios 4.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
164 1583720940000 ios 4.0 73.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
165 1583746260000 ios 4.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
166 1583746500000 ios 4.0 59.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
167 1583746980000 ios 4.0 58.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
168 1583751900000 ios 2.0 78.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
169 1583752200000 ios 2.0 79.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
170 1583752620000 ios 2.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
171 1604030890416 android 3.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
172 1604031083435 android 3.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
173 1604031330630 android 3.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
174 1604031458603 android 3.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
175 1604035660603 android 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
176 1604042430416 android 2.0 77.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
177 1604042630435 android 2.0 78.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
178 1604043035630 android 2.0 79.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
179 1604043035876 android 2.0 80.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
180 1604051850123 android 3.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
181 1604051989435 android 3.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
182 1604052139321 android 3.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
183 1604052272456 android 3.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
184 1604059472416 android 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
185 1604059632435 android 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
186 1604059792679 android 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
187 1604059987876 android 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
188 1604063587603 android 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
189 1604067797416 android 3.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
190 1604067983435 android 3.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
191 1604068183679 android 3.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
192 1604068458876 android 3.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
193 1604073358416 android 2.0 62.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
194 1604030890416 android 3.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
195 1604031083435 android 3.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
196 1604031330630 android 3.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
197 1604031458603 android 3.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
198 1604035660603 android 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
199 1604042430416 android 2.0 77.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
200 1604042630435 android 2.0 78.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
201 1604043035630 android 2.0 79.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
202 1604043035876 android 2.0 80.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
203 1604051850123 android 3.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
204 1604051989435 android 3.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
205 1604052139321 android 3.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
206 1604052272456 android 3.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
207 1604059472416 android 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
208 1604059632435 android 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
209 1604059792679 android 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
210 1604059987876 android 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
211 1604063587603 android 4.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
212 1604067797416 android 3.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
213 1604067983435 android 3.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
214 1604068183679 android 3.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
215 1604068458876 android 3.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
216 1604073358416 android 2.0 62.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
217 1604073568435 android 2.0 63.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
218 1604073877679 android 2.0 64.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
219 1604074087876 android 2.0 65.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
220 1604080327416 android 3.0 64.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
221 1604080499435 android 3.0 63.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
222 1604080629679 android 3.0 62.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
223 1604080819876 android 3.0 61.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
224 1604085029603 android 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
225 1604088807416 android 2.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
226 1604089077435 android 2.0 61.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
227 1604089287679 android 2.0 62.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
228 1604089487876 android 2.0 63.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
229 1604094963123 android 3.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
230 1604095181435 android 3.0 59.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
231 1604095454321 android 3.0 58.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
232 1604095644456 android 3.0 57.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
233 1604102583416 android 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
234 1604102712435 android 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
235 1604102844679 android 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
236 1604103034876 android 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
237 1604105444603 android 4.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
238 1604107804416 android 3.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
239 1604107934435 android 3.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
240 1604108123679 android 3.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
241 1604108267876 android 3.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
242 1604108401875 android 2.0 70.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
243 1604108601075 android 2.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
244 1604116667875 android 3.0 65.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
245 1604116727875 android 3.0 64.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
246 1604178005000 android 3.0 90.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
247 1604178420000 android 3.0 89.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
248 1604178900000 android 3.0 88.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
249 1604194320000 android 2.0 78.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
250 1604194740000 android 2.0 79.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
251 1604195280000 android 2.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
252 1604204640000 android 3.0 50.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
253 1604205420000 android 3.0 49.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
254 1604205960000 android 3.0 48.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
255 1604206200000 android 2.0 49.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
256 1604206680000 android 2.0 50.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
257 1604285880000 android 2.0 59.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
258 1604286480000 android 2.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
259 1604286900000 android 2.0 61.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
260 1604286900000 android 3.0 75.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
261 1604287200000 android 3.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
262 1604287740000 android 3.0 73.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
263 1604313060000 android 3.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
264 1604313300000 android 3.0 59.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
265 1604313780000 android 3.0 58.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
266 1604318700000 android 2.0 78.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
267 1604319000000 android 2.0 79.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
268 1604319420000 android 2.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
269 1604030890416 ios 4.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
270 1604031083435 ios 4.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
271 1604031330630 ios 4.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
272 1604031458603 ios 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
273 1604042430416 ios 2.0 77.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
274 1604042630435 ios 2.0 78.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
275 1604043035630 ios 2.0 79.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
276 1604043035876 ios 2.0 80.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
277 1604051850123 ios 4.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
278 1604051989435 ios 4.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
279 1604052139321 ios 4.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
280 1604052272456 ios 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
281 1604059472416 ios 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
282 1604059632435 ios 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
283 1604059792679 ios 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
284 1604059987876 ios 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
285 1604067797416 ios 4.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
286 1604067983435 ios 4.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
287 1604068183679 ios 4.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
288 1604068458876 ios 4.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
289 1604073358416 ios 2.0 62.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
290 1604073568435 ios 2.0 63.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
291 1604073877679 ios 2.0 64.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
292 1604074087876 ios 2.0 65.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
293 1604080327416 ios 4.0 64.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
294 1604080499435 ios 4.0 63.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
295 1604080629679 ios 4.0 62.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
296 1604080819876 ios 4.0 61.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
297 1604088807416 ios 2.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
298 1604089077435 ios 2.0 61.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
299 1604089287679 ios 2.0 62.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
300 1604089487876 ios 2.0 63.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
301 1604094963123 ios 4.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
302 1604095181435 ios 4.0 59.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
303 1604095454321 ios 4.0 58.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
304 1604095644456 ios 4.0 57.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
305 1604102583416 ios 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
306 1604102712435 ios 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
307 1604102844679 ios 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
308 1604103034876 ios 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
309 1604107804416 ios 4.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
310 1604107934435 ios 4.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
311 1604108123679 ios 4.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
312 1604108267876 ios 4.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
313 1604108401875 ios 2.0 70.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
314 1604108601075 ios 2.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
315 1604116667875 ios 4.0 65.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
316 1604116727875 ios 4.0 64.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
317 1604178005000 ios 4.0 90.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
318 1604178420000 ios 4.0 89.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
319 1604178900000 ios 4.0 88.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
320 1604194320000 ios 2.0 78.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
321 1604194740000 ios 2.0 79.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
322 1604195280000 ios 2.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
323 1604204640000 ios 4.0 50.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
324 1604205420000 ios 4.0 49.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
325 1604205960000 ios 4.0 48.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
326 1604206200000 ios 2.0 49.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
327 1604206680000 ios 2.0 50.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
328 1604285880000 ios 2.0 59.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
329 1604286480000 ios 2.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
330 1604286900000 ios 2.0 61.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
331 1604286900000 ios 4.0 75.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
332 1604287200000 ios 4.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
333 1604287740000 ios 4.0 73.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
334 1604313060000 ios 4.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
335 1604313300000 ios 4.0 59.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
336 1604313780000 ios 4.0 58.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
337 1604318700000 ios 2.0 78.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
338 1604319000000 ios 2.0 79.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
339 1604319420000 ios 2.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion

View File

@ -0,0 +1,170 @@
test_time,device_id,battery_status,battery_level,battery_scale,battery_voltage,battery_temperature,battery_adaptor,battery_health,battery_technology
Fri 00:08:10.416,android,3.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 00:11:23.435,android,3.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 00:15:30.630,android,3.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 00:17:38.603,android,3.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 01:27:40.603,android,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 03:20:30.416,android,2.0,77.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 03:23:50.435,android,2.0,78.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 03:30:35.630,android,2.0,79.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 03:30:35.876,android,2.0,80.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 05:57:30.123,android,3.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 05:59:49.435,android,3.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 06:02:19.321,android,3.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 06:04:32.456,android,3.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 08:04:32.416,android,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 08:07:12.435,android,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 08:09:52.679,android,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 08:13:07.876,android,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 09:13:07.603,android,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 10:23:17.416,android,3.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 10:26:23.435,android,3.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 10:29:43.679,android,3.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 10:34:18.876,android,3.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 11:55:58.416,android,2.0,62.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 00:08:10.416,android,3.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 00:11:23.435,android,3.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 00:15:30.630,android,3.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 00:17:38.603,android,3.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 01:27:40.603,android,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 03:20:30.416,android,2.0,77.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 03:23:50.435,android,2.0,78.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 03:30:35.630,android,2.0,79.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 03:30:35.876,android,2.0,80.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 05:57:30.123,android,3.0,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 05:59:49.435,android,3.0,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 06:02:19.321,android,3.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 06:04:32.456,android,3.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 08:04:32.416,android,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 08:07:12.435,android,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 08:09:52.679,android,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 08:13:07.876,android,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 09:13:07.603,android,4.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 10:23:17.416,android,3.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 10:26:23.435,android,3.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 10:29:43.679,android,3.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 10:34:18.876,android,3.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 11:55:58.416,android,2.0,62.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 11:59:28.435,android,2.0,63.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 12:04:37.679,android,2.0,64.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 12:08:07.876,android,2.0,65.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 13:52:07.416,android,3.0,64.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 13:54:59.435,android,3.0,63.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 13:57:09.679,android,3.0,62.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 14:00:19.876,android,3.0,61.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 15:10:29.603,android,4.0,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 16:13:27.416,android,2.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 16:17:57.435,android,2.0,61.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 16:21:27.679,android,2.0,62.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 16:24:47.876,android,2.0,63.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 17:56:03.123,android,3.0,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 17:59:41.435,android,3.0,59.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 18:04:14.321,android,3.0,58.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 18:07:24.456,android,3.0,57.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 20:03:03.416,android,2.0,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 20:05:12.435,android,2.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 20:07:24.679,android,2.0,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 20:10:34.876,android,2.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 20:50:44.603,android,4.0,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 21:30:04.416,android,3.0,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 21:32:14.435,android,3.0,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 21:35:23.679,android,3.0,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 21:37:47.876,android,3.0,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 21:40:01.875,android,2.0,70.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 21:43:21.075,android,2.0,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 23:57:47.875,android,3.0,65.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 23:58:47.875,android,3.0,64.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Sat 17:00:05,android,3,90,100,4170,23,0,2,Li-ion
Sat 17:07:00,android,3,89,100,4170,23,0,2,Li-ion
Sat 17:15:00,android,3,88,100,4170,23,0,2,Li-ion
Sat 21:32:00,android,2,78,100,4170,23,0,2,Li-ion
Sat 21:39:00,android,2,79,100,4170,23,0,2,Li-ion
Sat 21:48:00,android,2,80,100,4170,23,0,2,Li-ion
Sun 00:24:00,android,3,50,100,4170,23,0,2,Li-ion
Sun 00:37:00,android,3,49,100,4170,23,0,2,Li-ion
Sun 00:46:00,android,3,48,100,4170,23,0,2,Li-ion
Sun 00:50:00,android,2,49,100,4170,23,0,2,Li-ion
Sun 00:58:00,android,2,50,100,4170,23,0,2,Li-ion
Sun 21:58:00,android,2,59,100,4170,23,0,2,Li-ion
Sun 22:08:00,android,2,60,100,4170,23,0,2,Li-ion
Sun 22:15:00,android,2,61,100,4170,23,0,2,Li-ion
Sun 22:15:00,android,3,75,100,4170,23,0,2,Li-ion
Sun 22:20:00,android,3,74,100,4170,23,0,2,Li-ion
Sun 22:29:00,android,3,73,100,4170,23,0,2,Li-ion
Mon 05:31:00,android,3,60,100,4170,23,0,2,Li-ion
Mon 05:35:00,android,3,59,100,4170,23,0,2,Li-ion
Mon 05:43:00,android,3,58,100,4170,23,0,2,Li-ion
Mon 07:05:00,android,2,78,100,4170,23,0,2,Li-ion
Mon 07:10:00,android,2,79,100,4170,23,0,2,Li-ion
Mon 07:17:00,android,2,80,100,4170,23,0,2,Li-ion
Fri 00:08:10.416,ios,4,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 00:11:23.435,ios,4,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 00:15:30.630,ios,4,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 00:17:38.603,ios,4,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 03:20:30.416,ios,2,77.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 03:23:50.435,ios,2,78.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 03:30:35.630,ios,2,79.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 03:30:35.876,ios,2,80.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 05:57:30.123,ios,4,80.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 05:59:49.435,ios,4,79.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 06:02:19.321,ios,4,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 06:04:32.456,ios,4,77.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 08:04:32.416,ios,2,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 08:07:12.435,ios,2,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 08:09:52.679,ios,2,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 08:13:07.876,ios,2,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 10:23:17.416,ios,4,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 10:26:23.435,ios,4,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 10:29:43.679,ios,4,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 10:34:18.876,ios,4,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 11:55:58.416,ios,2,62.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 11:59:28.435,ios,2,63.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 12:04:37.679,ios,2,64.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 12:08:07.876,ios,2,65.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 13:52:07.416,ios,4,64.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 13:54:59.435,ios,4,63.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 13:57:09.679,ios,4,62.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 14:00:19.876,ios,4,61.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 16:13:27.416,ios,2,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 16:17:57.435,ios,2,61.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 16:21:27.679,ios,2,62.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 16:24:47.876,ios,2,63.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 17:56:03.123,ios,4,60.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 17:59:41.435,ios,4,59.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 18:04:14.321,ios,4,58.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 18:07:24.456,ios,4,57.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 20:03:03.416,ios,2,72.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 20:05:12.435,ios,2,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 20:07:24.679,ios,2,74.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 20:10:34.876,ios,2,75.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 21:30:04.416,ios,4,74.0,100.0,4170.0,23.0,0.0,2.0,Li-ion
Fri 21:32:14.435,ios,4,73.0,100.0,4094.0,23.0,0.0,2.0,Li-ion
Fri 21:35:23.679,ios,4,72.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 21:37:47.876,ios,4,71.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 21:40:01.875,ios,2,70.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 21:43:21.075,ios,2,78.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 23:57:47.875,ios,4,65.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Fri 23:58:47.875,ios,4,64.0,100.0,4157.0,23.0,0.0,2.0,Li-ion
Sat 17:00:05,ios,4,90,100,4170,23,0,2,Li-ion
Sat 17:07:00,ios,4,89,100,4170,23,0,2,Li-ion
Sat 17:15:00,ios,4,88,100,4170,23,0,2,Li-ion
Sat 21:32:00,ios,2,78,100,4170,23,0,2,Li-ion
Sat 21:39:00,ios,2,79,100,4170,23,0,2,Li-ion
Sat 21:48:00,ios,2,80,100,4170,23,0,2,Li-ion
Sun 00:24:00,ios,4,50,100,4170,23,0,2,Li-ion
Sun 00:37:00,ios,4,49,100,4170,23,0,2,Li-ion
Sun 00:46:00,ios,4,48,100,4170,23,0,2,Li-ion
Sun 00:50:00,ios,2,49,100,4170,23,0,2,Li-ion
Sun 00:58:00,ios,2,50,100,4170,23,0,2,Li-ion
Sun 21:58:00,ios,2,59,100,4170,23,0,2,Li-ion
Sun 22:08:00,ios,2,60,100,4170,23,0,2,Li-ion
Sun 22:15:00,ios,2,61,100,4170,23,0,2,Li-ion
Sun 22:15:00,ios,4,75,100,4170,23,0,2,Li-ion
Sun 22:20:00,ios,4,74,100,4170,23,0,2,Li-ion
Sun 22:29:00,ios,4,73,100,4170,23,0,2,Li-ion
Mon 05:31:00,ios,4,60,100,4170,23,0,2,Li-ion
Mon 05:35:00,ios,4,59,100,4170,23,0,2,Li-ion
Mon 05:43:00,ios,4,58,100,4170,23,0,2,Li-ion
Mon 07:05:00,ios,2,78,100,4170,23,0,2,Li-ion
Mon 07:10:00,ios,2,79,100,4170,23,0,2,Li-ion
Mon 07:17:00,ios,2,80,100,4170,23,0,2,Li-ion
1 test_time device_id battery_status battery_level battery_scale battery_voltage battery_temperature battery_adaptor battery_health battery_technology
2 Fri 00:08:10.416 android 3.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
3 Fri 00:11:23.435 android 3.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
4 Fri 00:15:30.630 android 3.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
5 Fri 00:17:38.603 android 3.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
6 Fri 01:27:40.603 android 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
7 Fri 03:20:30.416 android 2.0 77.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
8 Fri 03:23:50.435 android 2.0 78.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
9 Fri 03:30:35.630 android 2.0 79.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
10 Fri 03:30:35.876 android 2.0 80.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
11 Fri 05:57:30.123 android 3.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
12 Fri 05:59:49.435 android 3.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
13 Fri 06:02:19.321 android 3.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
14 Fri 06:04:32.456 android 3.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
15 Fri 08:04:32.416 android 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
16 Fri 08:07:12.435 android 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
17 Fri 08:09:52.679 android 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
18 Fri 08:13:07.876 android 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
19 Fri 09:13:07.603 android 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
20 Fri 10:23:17.416 android 3.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
21 Fri 10:26:23.435 android 3.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
22 Fri 10:29:43.679 android 3.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
23 Fri 10:34:18.876 android 3.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
24 Fri 11:55:58.416 android 2.0 62.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
25 Fri 00:08:10.416 android 3.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
26 Fri 00:11:23.435 android 3.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
27 Fri 00:15:30.630 android 3.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
28 Fri 00:17:38.603 android 3.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
29 Fri 01:27:40.603 android 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
30 Fri 03:20:30.416 android 2.0 77.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
31 Fri 03:23:50.435 android 2.0 78.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
32 Fri 03:30:35.630 android 2.0 79.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
33 Fri 03:30:35.876 android 2.0 80.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
34 Fri 05:57:30.123 android 3.0 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
35 Fri 05:59:49.435 android 3.0 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
36 Fri 06:02:19.321 android 3.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
37 Fri 06:04:32.456 android 3.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
38 Fri 08:04:32.416 android 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
39 Fri 08:07:12.435 android 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
40 Fri 08:09:52.679 android 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
41 Fri 08:13:07.876 android 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
42 Fri 09:13:07.603 android 4.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
43 Fri 10:23:17.416 android 3.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
44 Fri 10:26:23.435 android 3.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
45 Fri 10:29:43.679 android 3.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
46 Fri 10:34:18.876 android 3.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
47 Fri 11:55:58.416 android 2.0 62.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
48 Fri 11:59:28.435 android 2.0 63.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
49 Fri 12:04:37.679 android 2.0 64.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
50 Fri 12:08:07.876 android 2.0 65.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
51 Fri 13:52:07.416 android 3.0 64.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
52 Fri 13:54:59.435 android 3.0 63.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
53 Fri 13:57:09.679 android 3.0 62.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
54 Fri 14:00:19.876 android 3.0 61.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
55 Fri 15:10:29.603 android 4.0 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
56 Fri 16:13:27.416 android 2.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
57 Fri 16:17:57.435 android 2.0 61.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
58 Fri 16:21:27.679 android 2.0 62.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
59 Fri 16:24:47.876 android 2.0 63.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
60 Fri 17:56:03.123 android 3.0 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
61 Fri 17:59:41.435 android 3.0 59.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
62 Fri 18:04:14.321 android 3.0 58.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
63 Fri 18:07:24.456 android 3.0 57.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
64 Fri 20:03:03.416 android 2.0 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
65 Fri 20:05:12.435 android 2.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
66 Fri 20:07:24.679 android 2.0 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
67 Fri 20:10:34.876 android 2.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
68 Fri 20:50:44.603 android 4.0 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
69 Fri 21:30:04.416 android 3.0 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
70 Fri 21:32:14.435 android 3.0 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
71 Fri 21:35:23.679 android 3.0 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
72 Fri 21:37:47.876 android 3.0 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
73 Fri 21:40:01.875 android 2.0 70.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
74 Fri 21:43:21.075 android 2.0 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
75 Fri 23:57:47.875 android 3.0 65.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
76 Fri 23:58:47.875 android 3.0 64.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
77 Sat 17:00:05 android 3 90 100 4170 23 0 2 Li-ion
78 Sat 17:07:00 android 3 89 100 4170 23 0 2 Li-ion
79 Sat 17:15:00 android 3 88 100 4170 23 0 2 Li-ion
80 Sat 21:32:00 android 2 78 100 4170 23 0 2 Li-ion
81 Sat 21:39:00 android 2 79 100 4170 23 0 2 Li-ion
82 Sat 21:48:00 android 2 80 100 4170 23 0 2 Li-ion
83 Sun 00:24:00 android 3 50 100 4170 23 0 2 Li-ion
84 Sun 00:37:00 android 3 49 100 4170 23 0 2 Li-ion
85 Sun 00:46:00 android 3 48 100 4170 23 0 2 Li-ion
86 Sun 00:50:00 android 2 49 100 4170 23 0 2 Li-ion
87 Sun 00:58:00 android 2 50 100 4170 23 0 2 Li-ion
88 Sun 21:58:00 android 2 59 100 4170 23 0 2 Li-ion
89 Sun 22:08:00 android 2 60 100 4170 23 0 2 Li-ion
90 Sun 22:15:00 android 2 61 100 4170 23 0 2 Li-ion
91 Sun 22:15:00 android 3 75 100 4170 23 0 2 Li-ion
92 Sun 22:20:00 android 3 74 100 4170 23 0 2 Li-ion
93 Sun 22:29:00 android 3 73 100 4170 23 0 2 Li-ion
94 Mon 05:31:00 android 3 60 100 4170 23 0 2 Li-ion
95 Mon 05:35:00 android 3 59 100 4170 23 0 2 Li-ion
96 Mon 05:43:00 android 3 58 100 4170 23 0 2 Li-ion
97 Mon 07:05:00 android 2 78 100 4170 23 0 2 Li-ion
98 Mon 07:10:00 android 2 79 100 4170 23 0 2 Li-ion
99 Mon 07:17:00 android 2 80 100 4170 23 0 2 Li-ion
100 Fri 00:08:10.416 ios 4 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
101 Fri 00:11:23.435 ios 4 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
102 Fri 00:15:30.630 ios 4 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
103 Fri 00:17:38.603 ios 4 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
104 Fri 03:20:30.416 ios 2 77.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
105 Fri 03:23:50.435 ios 2 78.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
106 Fri 03:30:35.630 ios 2 79.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
107 Fri 03:30:35.876 ios 2 80.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
108 Fri 05:57:30.123 ios 4 80.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
109 Fri 05:59:49.435 ios 4 79.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
110 Fri 06:02:19.321 ios 4 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
111 Fri 06:04:32.456 ios 4 77.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
112 Fri 08:04:32.416 ios 2 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
113 Fri 08:07:12.435 ios 2 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
114 Fri 08:09:52.679 ios 2 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
115 Fri 08:13:07.876 ios 2 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
116 Fri 10:23:17.416 ios 4 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
117 Fri 10:26:23.435 ios 4 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
118 Fri 10:29:43.679 ios 4 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
119 Fri 10:34:18.876 ios 4 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
120 Fri 11:55:58.416 ios 2 62.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
121 Fri 11:59:28.435 ios 2 63.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
122 Fri 12:04:37.679 ios 2 64.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
123 Fri 12:08:07.876 ios 2 65.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
124 Fri 13:52:07.416 ios 4 64.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
125 Fri 13:54:59.435 ios 4 63.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
126 Fri 13:57:09.679 ios 4 62.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
127 Fri 14:00:19.876 ios 4 61.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
128 Fri 16:13:27.416 ios 2 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
129 Fri 16:17:57.435 ios 2 61.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
130 Fri 16:21:27.679 ios 2 62.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
131 Fri 16:24:47.876 ios 2 63.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
132 Fri 17:56:03.123 ios 4 60.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
133 Fri 17:59:41.435 ios 4 59.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
134 Fri 18:04:14.321 ios 4 58.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
135 Fri 18:07:24.456 ios 4 57.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
136 Fri 20:03:03.416 ios 2 72.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
137 Fri 20:05:12.435 ios 2 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
138 Fri 20:07:24.679 ios 2 74.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
139 Fri 20:10:34.876 ios 2 75.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
140 Fri 21:30:04.416 ios 4 74.0 100.0 4170.0 23.0 0.0 2.0 Li-ion
141 Fri 21:32:14.435 ios 4 73.0 100.0 4094.0 23.0 0.0 2.0 Li-ion
142 Fri 21:35:23.679 ios 4 72.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
143 Fri 21:37:47.876 ios 4 71.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
144 Fri 21:40:01.875 ios 2 70.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
145 Fri 21:43:21.075 ios 2 78.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
146 Fri 23:57:47.875 ios 4 65.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
147 Fri 23:58:47.875 ios 4 64.0 100.0 4157.0 23.0 0.0 2.0 Li-ion
148 Sat 17:00:05 ios 4 90 100 4170 23 0 2 Li-ion
149 Sat 17:07:00 ios 4 89 100 4170 23 0 2 Li-ion
150 Sat 17:15:00 ios 4 88 100 4170 23 0 2 Li-ion
151 Sat 21:32:00 ios 2 78 100 4170 23 0 2 Li-ion
152 Sat 21:39:00 ios 2 79 100 4170 23 0 2 Li-ion
153 Sat 21:48:00 ios 2 80 100 4170 23 0 2 Li-ion
154 Sun 00:24:00 ios 4 50 100 4170 23 0 2 Li-ion
155 Sun 00:37:00 ios 4 49 100 4170 23 0 2 Li-ion
156 Sun 00:46:00 ios 4 48 100 4170 23 0 2 Li-ion
157 Sun 00:50:00 ios 2 49 100 4170 23 0 2 Li-ion
158 Sun 00:58:00 ios 2 50 100 4170 23 0 2 Li-ion
159 Sun 21:58:00 ios 2 59 100 4170 23 0 2 Li-ion
160 Sun 22:08:00 ios 2 60 100 4170 23 0 2 Li-ion
161 Sun 22:15:00 ios 2 61 100 4170 23 0 2 Li-ion
162 Sun 22:15:00 ios 4 75 100 4170 23 0 2 Li-ion
163 Sun 22:20:00 ios 4 74 100 4170 23 0 2 Li-ion
164 Sun 22:29:00 ios 4 73 100 4170 23 0 2 Li-ion
165 Mon 05:31:00 ios 4 60 100 4170 23 0 2 Li-ion
166 Mon 05:35:00 ios 4 59 100 4170 23 0 2 Li-ion
167 Mon 05:43:00 ios 4 58 100 4170 23 0 2 Li-ion
168 Mon 07:05:00 ios 2 78 100 4170 23 0 2 Li-ion
169 Mon 07:10:00 ios 2 79 100 4170 23 0 2 Li-ion
170 Mon 07:17:00 ios 2 80 100 4170 23 0 2 Li-ion

View File

@ -0,0 +1,3 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge"
"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",2,70.9154833333333,0.0607260020848825,0.0769243589957268,2,83.9986
"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",2,70.9154833333333,0.0607260020848825,0.0769243589957268,2,83.9986
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge
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 2 70.9154833333333 0.0607260020848825 0.0769243589957268 2 83.9986
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 2 70.9154833333333 0.0607260020848825 0.0769243589957268 2 83.9986

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_countdischarge","phone_battery_rapids_countcharge","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_sumdurationdischarge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_avgconsumptionrate phone_battery_rapids_countdischarge phone_battery_rapids_countcharge phone_battery_rapids_maxconsumptionrate phone_battery_rapids_sumdurationcharge phone_battery_rapids_sumdurationdischarge

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_countdischarge","phone_battery_rapids_countcharge","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_sumdurationdischarge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_avgconsumptionrate phone_battery_rapids_countdischarge phone_battery_rapids_countcharge phone_battery_rapids_maxconsumptionrate phone_battery_rapids_sumdurationcharge phone_battery_rapids_sumdurationdischarge

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_countdischarge","phone_battery_rapids_countcharge","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_sumdurationdischarge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_avgconsumptionrate phone_battery_rapids_countdischarge phone_battery_rapids_countcharge phone_battery_rapids_maxconsumptionrate phone_battery_rapids_sumdurationcharge phone_battery_rapids_sumdurationdischarge

View File

@ -0,0 +1,3 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge"
"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",2,70.9154833333333,0.0607260020848825,0.0769243589957268,2,83.9986
"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",2,70.9154833333333,0.0607260020848825,0.0769243589957268,2,83.9986
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge
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 2 70.9154833333333 0.0607260020848825 0.0769243589957268 2 83.9986
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 2 70.9154833333333 0.0607260020848825 0.0769243589957268 2 83.9986

View File

@ -0,0 +1,49 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge"
"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",1,21.8259833333333,0.137450851775292,0.137450851775292,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",1,21.8259833333333,0.137450851775292,0.137450851775292,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",0,0,0,0,1,9.49288333333333
"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",0,0,0,0,1,9.49288333333333
"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",0,0,0,0,1,29.9994666666667
"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",0,0,0,0,1,29.9994666666667
"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,2.49788333333333,0.400338953647421,0.400338953647421,0,0
"thirtyminutes0011#2020-03-09 05:30:00,2020-03-09 05:59:59","thirtyminutes0011","2020-03-09 05:30:00","2020-03-09 05:59:59",1,28.9995166666667,0.0689666666858241,0.0689666666858241,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,2.49788333333333,0.400338953647421,0.400338953647421,0,0
"thirtyminutes0011#2020-11-02 05:30:00,2020-11-02 05:59:59","thirtyminutes0011","2020-11-02 05:30:00","2020-11-02 05:59:59",1,28.9995166666667,0.0689666666858241,0.0689666666858241,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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,0,0
"thirtyminutes0014#2020-03-09 07:00:00,2020-03-09 07:29:59","thirtyminutes0014","2020-03-09 07:00:00","2020-03-09 07:29:59",0,0,0,0,1,24.9995833333333
"thirtyminutes0014#2020-11-02 07:00:00,2020-11-02 07:29:59","thirtyminutes0014","2020-11-02 07:00:00","2020-11-02 07:29:59",0,0,0,0,1,24.9995833333333
"thirtyminutes0016#2020-03-06 08:00:00,2020-03-06 08:29:59","thirtyminutes0016","2020-03-06 08:00:00","2020-03-06 08:29:59",0,0,0,0,1,25.4592833333333
"thirtyminutes0016#2020-10-30 08:00:00,2020-10-30 08:29:59","thirtyminutes0016","2020-10-30 08:00:00","2020-10-30 08:29:59",0,0,0,0,1,25.4592833333333
"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,6.70958333333333,0.298081102900081,0.298081102900081,0,0
"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,6.70958333333333,0.298081102900081,0.298081102900081,0,0
"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,29.9994833333333,0.0333339074172944,0.0333339074172944,0,0
"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,29.9994833333333,0.0333339074172944,0.0333339074172944,0,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",0,0,0,0,1,4.02631666666667
"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",0,0,0,0,1,4.02631666666667
"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",0,0,0,0,1,29.9994666666667
"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",0,0,0,0,1,29.9994666666667
"thirtyminutes0027#2020-03-06 13:30:00,2020-03-06 13:59:59","thirtyminutes0027","2020-03-06 13:30:00","2020-03-06 13:59:59",1,7.87625,0.253927947944771,0.253927947944771,0,0
"thirtyminutes0027#2020-10-30 13:30:00,2020-10-30 13:59:59","thirtyminutes0027","2020-10-30 13:30:00","2020-10-30 13:59:59",1,7.87625,0.253927947944771,0.253927947944771,0,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",1,29.9994666666667,0.0333339259364611,0.0333339259364611,0,0
"thirtyminutes0028#2020-03-07 14:00:00,2020-03-07 14:29:59","thirtyminutes0028","2020-03-07 14:00:00","2020-03-07 14:29:59",1,29.9161666666667,0.0668534850164627,0.0668534850164627,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",1,29.9994666666667,0.0333339259364611,0.0333339259364611,0,0
"thirtyminutes0028#2020-10-31 14:00:00,2020-10-31 14:29:59","thirtyminutes0028","2020-10-31 14:00:00","2020-10-31 14:29:59",1,29.9161666666667,0.0668534850164627,0.0668534850164627,0,0
"thirtyminutes0032#2020-03-06 16:00:00,2020-03-06 16:29:59","thirtyminutes0032","2020-03-06 16:00:00","2020-03-06 16:29:59",0,0,0,0,1,16.54275
"thirtyminutes0032#2020-10-30 16:00:00,2020-10-30 16:29:59","thirtyminutes0032","2020-10-30 16:00:00","2020-10-30 16:29:59",0,0,0,0,1,16.54275
"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",1,3.94786666666667,0.253301361072647,0.253301361072647,0,0
"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",1,3.94786666666667,0.253301361072647,0.253301361072647,0,0
"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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,0,0
"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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,0,0
"thirtyminutes0037#2020-03-07 18:30:00,2020-03-07 18:59:59","thirtyminutes0037","2020-03-07 18:30:00","2020-03-07 18:59:59",0,0,0,0,1,27.9995333333333
"thirtyminutes0037#2020-10-31 18:30:00,2020-10-31 18:59:59","thirtyminutes0037","2020-10-31 18:30:00","2020-10-31 18:59:59",0,0,0,0,1,27.9995333333333
"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",0,0,0,0,1,26.9425666666667
"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",0,0,0,0,1,26.9425666666667
"thirtyminutes0043#2020-03-06 21:30:00,2020-03-06 21:59:59","thirtyminutes0043","2020-03-06 21:30:00","2020-03-06 21:59:59",1,9.95743333333333,0.301282459000479,0.301282459000479,1,19.9684
"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",1,19.9996666666667,0.100001666694445,0.100001666694445,1,9.99983333333333
"thirtyminutes0043#2020-10-30 21:30:00,2020-10-30 21:59:59","thirtyminutes0043","2020-10-30 21:30:00","2020-10-30 21:59:59",1,9.95743333333333,0.301282459000479,0.301282459000479,1,19.9684
"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",1,19.9996666666667,0.100001666694445,0.100001666694445,1,9.99983333333333
"thirtyminutes0044#2020-03-08 22:00:00,2020-03-08 22:29:59","thirtyminutes0044","2020-03-08 22:00:00","2020-03-08 22:29:59",1,14.99975,0.133335555592593,0.133335555592593,1,14.99975
"thirtyminutes0044#2020-11-01 22:00:00,2020-11-01 22:29:59","thirtyminutes0044","2020-11-01 22:00:00","2020-11-01 22:29:59",1,14.99975,0.133335555592593,0.133335555592593,1,14.99975
"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",1,2.20203333333333,0.454125732277743,0.454125732277743,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",1,2.20203333333333,0.454125732277743,0.454125732277743,0,0
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge
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 1 21.8259833333333 0.137450851775292 0.137450851775292 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 1 21.8259833333333 0.137450851775292 0.137450851775292 0 0
4 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 0 0 0 0 1 9.49288333333333
5 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 0 0 0 0 1 9.49288333333333
6 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 0 0 0 0 1 29.9994666666667
7 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 0 0 0 0 1 29.9994666666667
8 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 2.49788333333333 0.400338953647421 0.400338953647421 0 0
9 thirtyminutes0011#2020-03-09 05:30:00,2020-03-09 05:59:59 thirtyminutes0011 2020-03-09 05:30:00 2020-03-09 05:59:59 1 28.9995166666667 0.0689666666858241 0.0689666666858241 0 0
10 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 2.49788333333333 0.400338953647421 0.400338953647421 0 0
11 thirtyminutes0011#2020-11-02 05:30:00,2020-11-02 05:59:59 thirtyminutes0011 2020-11-02 05:30:00 2020-11-02 05:59:59 1 28.9995166666667 0.0689666666858241 0.0689666666858241 0 0
12 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
13 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
14 thirtyminutes0014#2020-03-09 07:00:00,2020-03-09 07:29:59 thirtyminutes0014 2020-03-09 07:00:00 2020-03-09 07:29:59 0 0 0 0 1 24.9995833333333
15 thirtyminutes0014#2020-11-02 07:00:00,2020-11-02 07:29:59 thirtyminutes0014 2020-11-02 07:00:00 2020-11-02 07:29:59 0 0 0 0 1 24.9995833333333
16 thirtyminutes0016#2020-03-06 08:00:00,2020-03-06 08:29:59 thirtyminutes0016 2020-03-06 08:00:00 2020-03-06 08:29:59 0 0 0 0 1 25.4592833333333
17 thirtyminutes0016#2020-10-30 08:00:00,2020-10-30 08:29:59 thirtyminutes0016 2020-10-30 08:00:00 2020-10-30 08:29:59 0 0 0 0 1 25.4592833333333
18 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 6.70958333333333 0.298081102900081 0.298081102900081 0 0
19 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 6.70958333333333 0.298081102900081 0.298081102900081 0 0
20 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 29.9994833333333 0.0333339074172944 0.0333339074172944 0 0
21 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 29.9994833333333 0.0333339074172944 0.0333339074172944 0 0
22 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 0 0 0 0 1 4.02631666666667
23 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 0 0 0 0 1 4.02631666666667
24 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 0 0 0 0 1 29.9994666666667
25 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 0 0 0 0 1 29.9994666666667
26 thirtyminutes0027#2020-03-06 13:30:00,2020-03-06 13:59:59 thirtyminutes0027 2020-03-06 13:30:00 2020-03-06 13:59:59 1 7.87625 0.253927947944771 0.253927947944771 0 0
27 thirtyminutes0027#2020-10-30 13:30:00,2020-10-30 13:59:59 thirtyminutes0027 2020-10-30 13:30:00 2020-10-30 13:59:59 1 7.87625 0.253927947944771 0.253927947944771 0 0
28 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 1 29.9994666666667 0.0333339259364611 0.0333339259364611 0 0
29 thirtyminutes0028#2020-03-07 14:00:00,2020-03-07 14:29:59 thirtyminutes0028 2020-03-07 14:00:00 2020-03-07 14:29:59 1 29.9161666666667 0.0668534850164627 0.0668534850164627 0 0
30 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 1 29.9994666666667 0.0333339259364611 0.0333339259364611 0 0
31 thirtyminutes0028#2020-10-31 14:00:00,2020-10-31 14:29:59 thirtyminutes0028 2020-10-31 14:00:00 2020-10-31 14:29:59 1 29.9161666666667 0.0668534850164627 0.0668534850164627 0 0
32 thirtyminutes0032#2020-03-06 16:00:00,2020-03-06 16:29:59 thirtyminutes0032 2020-03-06 16:00:00 2020-03-06 16:29:59 0 0 0 0 1 16.54275
33 thirtyminutes0032#2020-10-30 16:00:00,2020-10-30 16:29:59 thirtyminutes0032 2020-10-30 16:00:00 2020-10-30 16:29:59 0 0 0 0 1 16.54275
34 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 1 3.94786666666667 0.253301361072647 0.253301361072647 0 0
35 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 1 3.94786666666667 0.253301361072647 0.253301361072647 0 0
36 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
37 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
38 thirtyminutes0037#2020-03-07 18:30:00,2020-03-07 18:59:59 thirtyminutes0037 2020-03-07 18:30:00 2020-03-07 18:59:59 0 0 0 0 1 27.9995333333333
39 thirtyminutes0037#2020-10-31 18:30:00,2020-10-31 18:59:59 thirtyminutes0037 2020-10-31 18:30:00 2020-10-31 18:59:59 0 0 0 0 1 27.9995333333333
40 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 0 0 0 0 1 26.9425666666667
41 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 0 0 0 0 1 26.9425666666667
42 thirtyminutes0043#2020-03-06 21:30:00,2020-03-06 21:59:59 thirtyminutes0043 2020-03-06 21:30:00 2020-03-06 21:59:59 1 9.95743333333333 0.301282459000479 0.301282459000479 1 19.9684
43 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 1 19.9996666666667 0.100001666694445 0.100001666694445 1 9.99983333333333
44 thirtyminutes0043#2020-10-30 21:30:00,2020-10-30 21:59:59 thirtyminutes0043 2020-10-30 21:30:00 2020-10-30 21:59:59 1 9.95743333333333 0.301282459000479 0.301282459000479 1 19.9684
45 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 1 19.9996666666667 0.100001666694445 0.100001666694445 1 9.99983333333333
46 thirtyminutes0044#2020-03-08 22:00:00,2020-03-08 22:29:59 thirtyminutes0044 2020-03-08 22:00:00 2020-03-08 22:29:59 1 14.99975 0.133335555592593 0.133335555592593 1 14.99975
47 thirtyminutes0044#2020-11-01 22:00:00,2020-11-01 22:29:59 thirtyminutes0044 2020-11-01 22:00:00 2020-11-01 22:29:59 1 14.99975 0.133335555592593 0.133335555592593 1 14.99975
48 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 1 2.20203333333333 0.454125732277743 0.454125732277743 0 0
49 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 1 2.20203333333333 0.454125732277743 0.454125732277743 0 0

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationdischarge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_sumdurationcharge phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationdischarge

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationdischarge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_sumdurationcharge phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationdischarge

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationdischarge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_sumdurationcharge phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationdischarge

View File

@ -0,0 +1,49 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge"
"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",1,21.8259833333333,0.137450851775292,0.137450851775292,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",1,21.8259833333333,0.137450851775292,0.137450851775292,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",0,0,0,0,1,9.49288333333333
"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",0,0,0,0,1,9.49288333333333
"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",0,0,0,0,1,29.9994666666667
"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",0,0,0,0,1,29.9994666666667
"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,2.49788333333333,0.400338953647421,0.400338953647421,0,0
"thirtyminutes0011#2020-03-09 05:30:00,2020-03-09 05:59:59","thirtyminutes0011","2020-03-09 05:30:00","2020-03-09 05:59:59",1,28.9995166666667,0.0689666666858241,0.0689666666858241,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,2.49788333333333,0.400338953647421,0.400338953647421,0,0
"thirtyminutes0011#2020-11-02 05:30:00,2020-11-02 05:59:59","thirtyminutes0011","2020-11-02 05:30:00","2020-11-02 05:59:59",1,28.9995166666667,0.0689666666858241,0.0689666666858241,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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,0,0
"thirtyminutes0014#2020-03-09 07:00:00,2020-03-09 07:29:59","thirtyminutes0014","2020-03-09 07:00:00","2020-03-09 07:29:59",0,0,0,0,1,24.9995833333333
"thirtyminutes0014#2020-11-02 07:00:00,2020-11-02 07:29:59","thirtyminutes0014","2020-11-02 07:00:00","2020-11-02 07:29:59",0,0,0,0,1,24.9995833333333
"thirtyminutes0016#2020-03-06 08:00:00,2020-03-06 08:29:59","thirtyminutes0016","2020-03-06 08:00:00","2020-03-06 08:29:59",0,0,0,0,1,25.4592833333333
"thirtyminutes0016#2020-10-30 08:00:00,2020-10-30 08:29:59","thirtyminutes0016","2020-10-30 08:00:00","2020-10-30 08:29:59",0,0,0,0,1,25.4592833333333
"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,6.70958333333333,0.298081102900081,0.298081102900081,0,0
"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,6.70958333333333,0.298081102900081,0.298081102900081,0,0
"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,29.9994833333333,0.0333339074172944,0.0333339074172944,0,0
"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,29.9994833333333,0.0333339074172944,0.0333339074172944,0,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",0,0,0,0,1,4.02631666666667
"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",0,0,0,0,1,4.02631666666667
"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",0,0,0,0,1,29.9994666666667
"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",0,0,0,0,1,29.9994666666667
"thirtyminutes0027#2020-03-06 13:30:00,2020-03-06 13:59:59","thirtyminutes0027","2020-03-06 13:30:00","2020-03-06 13:59:59",1,7.87625,0.253927947944771,0.253927947944771,0,0
"thirtyminutes0027#2020-10-30 13:30:00,2020-10-30 13:59:59","thirtyminutes0027","2020-10-30 13:30:00","2020-10-30 13:59:59",1,7.87625,0.253927947944771,0.253927947944771,0,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",1,29.9994666666667,0.0333339259364611,0.0333339259364611,0,0
"thirtyminutes0028#2020-03-07 14:00:00,2020-03-07 14:29:59","thirtyminutes0028","2020-03-07 14:00:00","2020-03-07 14:29:59",1,29.9161666666667,0.0668534850164627,0.0668534850164627,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",1,29.9994666666667,0.0333339259364611,0.0333339259364611,0,0
"thirtyminutes0028#2020-10-31 14:00:00,2020-10-31 14:29:59","thirtyminutes0028","2020-10-31 14:00:00","2020-10-31 14:29:59",1,29.9161666666667,0.0668534850164627,0.0668534850164627,0,0
"thirtyminutes0032#2020-03-06 16:00:00,2020-03-06 16:29:59","thirtyminutes0032","2020-03-06 16:00:00","2020-03-06 16:29:59",0,0,0,0,1,16.54275
"thirtyminutes0032#2020-10-30 16:00:00,2020-10-30 16:29:59","thirtyminutes0032","2020-10-30 16:00:00","2020-10-30 16:29:59",0,0,0,0,1,16.54275
"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",1,3.94786666666667,0.253301361072647,0.253301361072647,0,0
"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",1,3.94786666666667,0.253301361072647,0.253301361072647,0,0
"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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,0,0
"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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,0,0
"thirtyminutes0037#2020-03-07 18:30:00,2020-03-07 18:59:59","thirtyminutes0037","2020-03-07 18:30:00","2020-03-07 18:59:59",0,0,0,0,1,27.9995333333333
"thirtyminutes0037#2020-10-31 18:30:00,2020-10-31 18:59:59","thirtyminutes0037","2020-10-31 18:30:00","2020-10-31 18:59:59",0,0,0,0,1,27.9995333333333
"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",0,0,0,0,1,26.9425666666667
"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",0,0,0,0,1,26.9425666666667
"thirtyminutes0043#2020-03-06 21:30:00,2020-03-06 21:59:59","thirtyminutes0043","2020-03-06 21:30:00","2020-03-06 21:59:59",1,9.95743333333333,0.301282459000479,0.301282459000479,1,19.9684
"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",1,19.9996666666667,0.100001666694445,0.100001666694445,1,9.99983333333333
"thirtyminutes0043#2020-10-30 21:30:00,2020-10-30 21:59:59","thirtyminutes0043","2020-10-30 21:30:00","2020-10-30 21:59:59",1,9.95743333333333,0.301282459000479,0.301282459000479,1,19.9684
"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",1,19.9996666666667,0.100001666694445,0.100001666694445,1,9.99983333333333
"thirtyminutes0044#2020-03-08 22:00:00,2020-03-08 22:29:59","thirtyminutes0044","2020-03-08 22:00:00","2020-03-08 22:29:59",1,14.99975,0.133335555592593,0.133335555592593,1,14.99975
"thirtyminutes0044#2020-11-01 22:00:00,2020-11-01 22:29:59","thirtyminutes0044","2020-11-01 22:00:00","2020-11-01 22:29:59",1,14.99975,0.133335555592593,0.133335555592593,1,14.99975
"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",1,2.20203333333333,0.454125732277743,0.454125732277743,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",1,2.20203333333333,0.454125732277743,0.454125732277743,0,0
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge
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 1 21.8259833333333 0.137450851775292 0.137450851775292 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 1 21.8259833333333 0.137450851775292 0.137450851775292 0 0
4 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 0 0 0 0 1 9.49288333333333
5 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 0 0 0 0 1 9.49288333333333
6 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 0 0 0 0 1 29.9994666666667
7 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 0 0 0 0 1 29.9994666666667
8 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 2.49788333333333 0.400338953647421 0.400338953647421 0 0
9 thirtyminutes0011#2020-03-09 05:30:00,2020-03-09 05:59:59 thirtyminutes0011 2020-03-09 05:30:00 2020-03-09 05:59:59 1 28.9995166666667 0.0689666666858241 0.0689666666858241 0 0
10 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 2.49788333333333 0.400338953647421 0.400338953647421 0 0
11 thirtyminutes0011#2020-11-02 05:30:00,2020-11-02 05:59:59 thirtyminutes0011 2020-11-02 05:30:00 2020-11-02 05:59:59 1 28.9995166666667 0.0689666666858241 0.0689666666858241 0 0
12 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
13 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
14 thirtyminutes0014#2020-03-09 07:00:00,2020-03-09 07:29:59 thirtyminutes0014 2020-03-09 07:00:00 2020-03-09 07:29:59 0 0 0 0 1 24.9995833333333
15 thirtyminutes0014#2020-11-02 07:00:00,2020-11-02 07:29:59 thirtyminutes0014 2020-11-02 07:00:00 2020-11-02 07:29:59 0 0 0 0 1 24.9995833333333
16 thirtyminutes0016#2020-03-06 08:00:00,2020-03-06 08:29:59 thirtyminutes0016 2020-03-06 08:00:00 2020-03-06 08:29:59 0 0 0 0 1 25.4592833333333
17 thirtyminutes0016#2020-10-30 08:00:00,2020-10-30 08:29:59 thirtyminutes0016 2020-10-30 08:00:00 2020-10-30 08:29:59 0 0 0 0 1 25.4592833333333
18 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 6.70958333333333 0.298081102900081 0.298081102900081 0 0
19 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 6.70958333333333 0.298081102900081 0.298081102900081 0 0
20 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 29.9994833333333 0.0333339074172944 0.0333339074172944 0 0
21 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 29.9994833333333 0.0333339074172944 0.0333339074172944 0 0
22 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 0 0 0 0 1 4.02631666666667
23 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 0 0 0 0 1 4.02631666666667
24 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 0 0 0 0 1 29.9994666666667
25 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 0 0 0 0 1 29.9994666666667
26 thirtyminutes0027#2020-03-06 13:30:00,2020-03-06 13:59:59 thirtyminutes0027 2020-03-06 13:30:00 2020-03-06 13:59:59 1 7.87625 0.253927947944771 0.253927947944771 0 0
27 thirtyminutes0027#2020-10-30 13:30:00,2020-10-30 13:59:59 thirtyminutes0027 2020-10-30 13:30:00 2020-10-30 13:59:59 1 7.87625 0.253927947944771 0.253927947944771 0 0
28 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 1 29.9994666666667 0.0333339259364611 0.0333339259364611 0 0
29 thirtyminutes0028#2020-03-07 14:00:00,2020-03-07 14:29:59 thirtyminutes0028 2020-03-07 14:00:00 2020-03-07 14:29:59 1 29.9161666666667 0.0668534850164627 0.0668534850164627 0 0
30 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 1 29.9994666666667 0.0333339259364611 0.0333339259364611 0 0
31 thirtyminutes0028#2020-10-31 14:00:00,2020-10-31 14:29:59 thirtyminutes0028 2020-10-31 14:00:00 2020-10-31 14:29:59 1 29.9161666666667 0.0668534850164627 0.0668534850164627 0 0
32 thirtyminutes0032#2020-03-06 16:00:00,2020-03-06 16:29:59 thirtyminutes0032 2020-03-06 16:00:00 2020-03-06 16:29:59 0 0 0 0 1 16.54275
33 thirtyminutes0032#2020-10-30 16:00:00,2020-10-30 16:29:59 thirtyminutes0032 2020-10-30 16:00:00 2020-10-30 16:29:59 0 0 0 0 1 16.54275
34 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 1 3.94786666666667 0.253301361072647 0.253301361072647 0 0
35 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 1 3.94786666666667 0.253301361072647 0.253301361072647 0 0
36 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
37 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
38 thirtyminutes0037#2020-03-07 18:30:00,2020-03-07 18:59:59 thirtyminutes0037 2020-03-07 18:30:00 2020-03-07 18:59:59 0 0 0 0 1 27.9995333333333
39 thirtyminutes0037#2020-10-31 18:30:00,2020-10-31 18:59:59 thirtyminutes0037 2020-10-31 18:30:00 2020-10-31 18:59:59 0 0 0 0 1 27.9995333333333
40 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 0 0 0 0 1 26.9425666666667
41 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 0 0 0 0 1 26.9425666666667
42 thirtyminutes0043#2020-03-06 21:30:00,2020-03-06 21:59:59 thirtyminutes0043 2020-03-06 21:30:00 2020-03-06 21:59:59 1 9.95743333333333 0.301282459000479 0.301282459000479 1 19.9684
43 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 1 19.9996666666667 0.100001666694445 0.100001666694445 1 9.99983333333333
44 thirtyminutes0043#2020-10-30 21:30:00,2020-10-30 21:59:59 thirtyminutes0043 2020-10-30 21:30:00 2020-10-30 21:59:59 1 9.95743333333333 0.301282459000479 0.301282459000479 1 19.9684
45 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 1 19.9996666666667 0.100001666694445 0.100001666694445 1 9.99983333333333
46 thirtyminutes0044#2020-03-08 22:00:00,2020-03-08 22:29:59 thirtyminutes0044 2020-03-08 22:00:00 2020-03-08 22:29:59 1 14.99975 0.133335555592593 0.133335555592593 1 14.99975
47 thirtyminutes0044#2020-11-01 22:00:00,2020-11-01 22:29:59 thirtyminutes0044 2020-11-01 22:00:00 2020-11-01 22:29:59 1 14.99975 0.133335555592593 0.133335555592593 1 14.99975
48 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 1 2.20203333333333 0.454125732277743 0.454125732277743 0 0
49 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 1 2.20203333333333 0.454125732277743 0.454125732277743 0 0

View File

@ -0,0 +1,25 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge"
"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",7,209.252233333333,0.162372228128814,0.454125732277743,6,233.02095
"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",2,70.9154833333333,0.0607260020848825,0.0769243589957268,2,83.9986
"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",1,43.9992666666667,0.0454553030429295,0.0454553030429295,1,16.9997166666667
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",7,209.252233333333,0.162372228128814,0.454125732277743,6,233.02095
"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",2,70.9154833333333,0.0607260020848825,0.0769243589957268,2,83.9986
"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",1,43.9992666666667,0.0454553030429295,0.0454553030429295,1,16.9997166666667
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",2,75.56395,0.065515964597609,0.0731286084397727,2,42.61665
"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",0,0,0,0,1,41.9993
"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",2,75.56395,0.065515964597609,0.0731286084397727,2,42.61665
"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",0,0,0,0,1,41.9993
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
"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",4,156.91405,0.0536317871239409,0.0769243589957268,4,142.997616666667
"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",2,85.9985666666666,0.0465375721629993,0.047619841283069,2,58.9990166666667
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",7,209.252233333333,0.162372228128814,0.454125732277743,6,233.02095
"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",9,308.965166666667,0.0929100523281352,0.301282459000479,8,317.01955
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
"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",4,156.91405,0.0536317871239409,0.0769243589957268,4,142.997616666667
"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",2,85.9985666666666,0.0465375721629993,0.047619841283069,2,58.9990166666667
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge
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 7 209.252233333333 0.162372228128814 0.454125732277743 6 233.02095
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 2 70.9154833333333 0.0607260020848825 0.0769243589957268 2 83.9986
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 1 43.9992666666667 0.0454553030429295 0.0454553030429295 1 16.9997166666667
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 7 209.252233333333 0.162372228128814 0.454125732277743 6 233.02095
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 2 70.9154833333333 0.0607260020848825 0.0769243589957268 2 83.9986
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 1 43.9992666666667 0.0454553030429295 0.0454553030429295 1 16.9997166666667
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 2 75.56395 0.065515964597609 0.0731286084397727 2 42.61665
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 0 0 0 0 1 41.9993
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 2 75.56395 0.065515964597609 0.0731286084397727 2 42.61665
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 0 0 0 0 1 41.9993
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667
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 4 156.91405 0.0536317871239409 0.0769243589957268 4 142.997616666667
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 2 85.9985666666666 0.0465375721629993 0.047619841283069 2 58.9990166666667
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 7 209.252233333333 0.162372228128814 0.454125732277743 6 233.02095
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 9 308.965166666667 0.0929100523281352 0.301282459000479 8 317.01955
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667
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 4 156.91405 0.0536317871239409 0.0769243589957268 4 142.997616666667
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 2 85.9985666666666 0.0465375721629993 0.047619841283069 2 58.9990166666667
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_countdischarge","phone_battery_rapids_maxconsumptionrate"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_countdischarge phone_battery_rapids_maxconsumptionrate

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_countdischarge","phone_battery_rapids_maxconsumptionrate"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_countdischarge phone_battery_rapids_maxconsumptionrate

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_countdischarge","phone_battery_rapids_maxconsumptionrate"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_countdischarge phone_battery_rapids_maxconsumptionrate

View File

@ -0,0 +1,25 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge"
"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",7,209.252233333333,0.162372228128814,0.454125732277743,6,233.02095
"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",2,70.9154833333333,0.0607260020848825,0.0769243589957268,2,83.9986
"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",1,43.9992666666667,0.0454553030429295,0.0454553030429295,1,16.9997166666667
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",7,209.252233333333,0.162372228128814,0.454125732277743,6,233.02095
"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",2,70.9154833333333,0.0607260020848825,0.0769243589957268,2,83.9986
"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",1,43.9992666666667,0.0454553030429295,0.0454553030429295,1,16.9997166666667
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",2,75.56395,0.065515964597609,0.0731286084397727,2,42.61665
"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",0,0,0,0,1,41.9993
"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",2,75.56395,0.065515964597609,0.0731286084397727,2,42.61665
"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",0,0,0,0,1,41.9993
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
"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",4,156.91405,0.0536317871239409,0.0769243589957268,4,142.997616666667
"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",2,85.9985666666666,0.0465375721629993,0.047619841283069,2,58.9990166666667
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",7,209.252233333333,0.162372228128814,0.454125732277743,6,233.02095
"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",9,308.965166666667,0.0929100523281352,0.301282459000479,8,317.01955
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
"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",4,156.91405,0.0536317871239409,0.0769243589957268,4,142.997616666667
"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",2,85.9985666666666,0.0465375721629993,0.047619841283069,2,58.9990166666667
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge
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 7 209.252233333333 0.162372228128814 0.454125732277743 6 233.02095
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 2 70.9154833333333 0.0607260020848825 0.0769243589957268 2 83.9986
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 1 43.9992666666667 0.0454553030429295 0.0454553030429295 1 16.9997166666667
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 7 209.252233333333 0.162372228128814 0.454125732277743 6 233.02095
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 2 70.9154833333333 0.0607260020848825 0.0769243589957268 2 83.9986
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 1 43.9992666666667 0.0454553030429295 0.0454553030429295 1 16.9997166666667
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 2 75.56395 0.065515964597609 0.0731286084397727 2 42.61665
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 0 0 0 0 1 41.9993
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 2 75.56395 0.065515964597609 0.0731286084397727 2 42.61665
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 0 0 0 0 1 41.9993
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667
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 4 156.91405 0.0536317871239409 0.0769243589957268 4 142.997616666667
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 2 85.9985666666666 0.0465375721629993 0.047619841283069 2 58.9990166666667
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 7 209.252233333333 0.162372228128814 0.454125732277743 6 233.02095
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 9 308.965166666667 0.0929100523281352 0.301282459000479 8 317.01955
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667
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 4 156.91405 0.0536317871239409 0.0769243589957268 4 142.997616666667
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 2 85.9985666666666 0.0465375721629993 0.047619841283069 2 58.9990166666667
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667

View File

@ -0,0 +1,3 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge"
"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",2,70.9154833333333,0.0607260020848825,0.0769243589957268,2,83.9986
"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",2,70.9154833333333,0.0607260020848825,0.0769243589957268,2,83.9986
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge
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 2 70.9154833333333 0.0607260020848825 0.0769243589957268 2 83.9986
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 2 70.9154833333333 0.0607260020848825 0.0769243589957268 2 83.9986

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationdischarge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_sumdurationcharge phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationdischarge

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationdischarge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_sumdurationcharge phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationdischarge

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationdischarge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_sumdurationcharge phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationdischarge

View File

@ -0,0 +1,3 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge"
"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",2,70.9154833333333,0.0607260020848825,0.0769243589957268,2,83.9986
"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",2,70.9154833333333,0.0607260020848825,0.0769243589957268,2,83.9986
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge
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 2 70.9154833333333 0.0607260020848825 0.0769243589957268 2 83.9986
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 2 70.9154833333333 0.0607260020848825 0.0769243589957268 2 83.9986

View File

@ -0,0 +1,49 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge"
"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",1,21.8259833333333,0.137450851775292,0.137450851775292,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",1,21.8259833333333,0.137450851775292,0.137450851775292,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",1,19.9996666666667,0.100001666694445,0.100001666694445,1,9.99983333333333
"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",1,19.9996666666667,0.100001666694445,0.100001666694445,1,9.99983333333333
"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",0,0,0,0,1,9.49288333333333
"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",0,0,0,0,1,9.49288333333333
"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",0,0,0,0,1,29.9994666666667
"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",0,0,0,0,1,29.9994666666667
"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,2.49788333333333,0.400338953647421,0.400338953647421,0,0
"thirtyminutes0011#2020-03-09 05:30:00,2020-03-09 05:59:59","thirtyminutes0011","2020-03-09 05:30:00","2020-03-09 05:59:59",1,28.9995166666667,0.0689666666858241,0.0689666666858241,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,2.49788333333333,0.400338953647421,0.400338953647421,0,0
"thirtyminutes0011#2020-11-02 05:30:00,2020-11-02 05:59:59","thirtyminutes0011","2020-11-02 05:30:00","2020-11-02 05:59:59",1,28.9995166666667,0.0689666666858241,0.0689666666858241,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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,0,0
"thirtyminutes0014#2020-03-09 07:00:00,2020-03-09 07:29:59","thirtyminutes0014","2020-03-09 07:00:00","2020-03-09 07:29:59",0,0,0,0,1,24.9995833333333
"thirtyminutes0014#2020-11-02 07:00:00,2020-11-02 07:29:59","thirtyminutes0014","2020-11-02 07:00:00","2020-11-02 07:29:59",0,0,0,0,1,24.9995833333333
"thirtyminutes0016#2020-03-06 08:00:00,2020-03-06 08:29:59","thirtyminutes0016","2020-03-06 08:00:00","2020-03-06 08:29:59",0,0,0,0,1,25.4592833333333
"thirtyminutes0016#2020-10-30 08:00:00,2020-10-30 08:29:59","thirtyminutes0016","2020-10-30 08:00:00","2020-10-30 08:29:59",0,0,0,0,1,25.4592833333333
"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,6.70958333333333,0.298081102900081,0.298081102900081,0,0
"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,6.70958333333333,0.298081102900081,0.298081102900081,0,0
"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,29.9994833333333,0.0333339074172944,0.0333339074172944,0,0
"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,29.9994833333333,0.0333339074172944,0.0333339074172944,0,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",0,0,0,0,1,4.02631666666667
"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",0,0,0,0,1,4.02631666666667
"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",0,0,0,0,1,29.9994666666667
"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",0,0,0,0,1,29.9994666666667
"thirtyminutes0027#2020-03-06 13:30:00,2020-03-06 13:59:59","thirtyminutes0027","2020-03-06 13:30:00","2020-03-06 13:59:59",1,7.87625,0.253927947944771,0.253927947944771,0,0
"thirtyminutes0027#2020-10-30 13:30:00,2020-10-30 13:59:59","thirtyminutes0027","2020-10-30 13:30:00","2020-10-30 13:59:59",1,7.87625,0.253927947944771,0.253927947944771,0,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",1,29.9994666666667,0.0333339259364611,0.0333339259364611,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",1,29.9994666666667,0.0333339259364611,0.0333339259364611,0,0
"thirtyminutes0032#2020-03-06 16:00:00,2020-03-06 16:29:59","thirtyminutes0032","2020-03-06 16:00:00","2020-03-06 16:29:59",0,0,0,0,1,16.54275
"thirtyminutes0032#2020-10-30 16:00:00,2020-10-30 16:29:59","thirtyminutes0032","2020-10-30 16:00:00","2020-10-30 16:29:59",0,0,0,0,1,16.54275
"thirtyminutes0034#2020-03-07 17:00:00,2020-03-07 17:29:59","thirtyminutes0034","2020-03-07 17:00:00","2020-03-07 17:29:59",1,29.9161666666667,0.0668534850164627,0.0668534850164627,0,0
"thirtyminutes0034#2020-10-31 17:00:00,2020-10-31 17:29:59","thirtyminutes0034","2020-10-31 17:00:00","2020-10-31 17:29:59",1,29.9161666666667,0.0668534850164627,0.0668534850164627,0,0
"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",1,3.94786666666667,0.253301361072647,0.253301361072647,0,0
"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",1,3.94786666666667,0.253301361072647,0.253301361072647,0,0
"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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,0,0
"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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,0,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",0,0,0,0,1,26.9425666666667
"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",0,0,0,0,1,26.9425666666667
"thirtyminutes0043#2020-03-06 21:30:00,2020-03-06 21:59:59","thirtyminutes0043","2020-03-06 21:30:00","2020-03-06 21:59:59",1,9.95743333333333,0.301282459000479,0.301282459000479,1,19.9684
"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",0,0,0,0,1,27.9995333333333
"thirtyminutes0043#2020-10-30 21:30:00,2020-10-30 21:59:59","thirtyminutes0043","2020-10-30 21:30:00","2020-10-30 21:59:59",1,9.95743333333333,0.301282459000479,0.301282459000479,1,19.9684
"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",0,0,0,0,1,27.9995333333333
"thirtyminutes0044#2020-03-08 22:00:00,2020-03-08 22:29:59","thirtyminutes0044","2020-03-08 22:00:00","2020-03-08 22:29:59",1,14.99975,0.133335555592593,0.133335555592593,1,14.99975
"thirtyminutes0044#2020-11-01 22:00:00,2020-11-01 22:29:59","thirtyminutes0044","2020-11-01 22:00:00","2020-11-01 22:29:59",1,14.99975,0.133335555592593,0.133335555592593,1,14.99975
"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",1,2.20203333333333,0.454125732277743,0.454125732277743,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",1,2.20203333333333,0.454125732277743,0.454125732277743,0,0
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge
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 1 21.8259833333333 0.137450851775292 0.137450851775292 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 1 21.8259833333333 0.137450851775292 0.137450851775292 0 0
4 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 1 19.9996666666667 0.100001666694445 0.100001666694445 1 9.99983333333333
5 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 1 19.9996666666667 0.100001666694445 0.100001666694445 1 9.99983333333333
6 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 0 0 0 0 1 9.49288333333333
7 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 0 0 0 0 1 9.49288333333333
8 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 0 0 0 0 1 29.9994666666667
9 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 0 0 0 0 1 29.9994666666667
10 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 2.49788333333333 0.400338953647421 0.400338953647421 0 0
11 thirtyminutes0011#2020-03-09 05:30:00,2020-03-09 05:59:59 thirtyminutes0011 2020-03-09 05:30:00 2020-03-09 05:59:59 1 28.9995166666667 0.0689666666858241 0.0689666666858241 0 0
12 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 2.49788333333333 0.400338953647421 0.400338953647421 0 0
13 thirtyminutes0011#2020-11-02 05:30:00,2020-11-02 05:59:59 thirtyminutes0011 2020-11-02 05:30:00 2020-11-02 05:59:59 1 28.9995166666667 0.0689666666858241 0.0689666666858241 0 0
14 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
15 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
16 thirtyminutes0014#2020-03-09 07:00:00,2020-03-09 07:29:59 thirtyminutes0014 2020-03-09 07:00:00 2020-03-09 07:29:59 0 0 0 0 1 24.9995833333333
17 thirtyminutes0014#2020-11-02 07:00:00,2020-11-02 07:29:59 thirtyminutes0014 2020-11-02 07:00:00 2020-11-02 07:29:59 0 0 0 0 1 24.9995833333333
18 thirtyminutes0016#2020-03-06 08:00:00,2020-03-06 08:29:59 thirtyminutes0016 2020-03-06 08:00:00 2020-03-06 08:29:59 0 0 0 0 1 25.4592833333333
19 thirtyminutes0016#2020-10-30 08:00:00,2020-10-30 08:29:59 thirtyminutes0016 2020-10-30 08:00:00 2020-10-30 08:29:59 0 0 0 0 1 25.4592833333333
20 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 6.70958333333333 0.298081102900081 0.298081102900081 0 0
21 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 6.70958333333333 0.298081102900081 0.298081102900081 0 0
22 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 29.9994833333333 0.0333339074172944 0.0333339074172944 0 0
23 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 29.9994833333333 0.0333339074172944 0.0333339074172944 0 0
24 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 0 0 0 0 1 4.02631666666667
25 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 0 0 0 0 1 4.02631666666667
26 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 0 0 0 0 1 29.9994666666667
27 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 0 0 0 0 1 29.9994666666667
28 thirtyminutes0027#2020-03-06 13:30:00,2020-03-06 13:59:59 thirtyminutes0027 2020-03-06 13:30:00 2020-03-06 13:59:59 1 7.87625 0.253927947944771 0.253927947944771 0 0
29 thirtyminutes0027#2020-10-30 13:30:00,2020-10-30 13:59:59 thirtyminutes0027 2020-10-30 13:30:00 2020-10-30 13:59:59 1 7.87625 0.253927947944771 0.253927947944771 0 0
30 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 1 29.9994666666667 0.0333339259364611 0.0333339259364611 0 0
31 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 1 29.9994666666667 0.0333339259364611 0.0333339259364611 0 0
32 thirtyminutes0032#2020-03-06 16:00:00,2020-03-06 16:29:59 thirtyminutes0032 2020-03-06 16:00:00 2020-03-06 16:29:59 0 0 0 0 1 16.54275
33 thirtyminutes0032#2020-10-30 16:00:00,2020-10-30 16:29:59 thirtyminutes0032 2020-10-30 16:00:00 2020-10-30 16:29:59 0 0 0 0 1 16.54275
34 thirtyminutes0034#2020-03-07 17:00:00,2020-03-07 17:29:59 thirtyminutes0034 2020-03-07 17:00:00 2020-03-07 17:29:59 1 29.9161666666667 0.0668534850164627 0.0668534850164627 0 0
35 thirtyminutes0034#2020-10-31 17:00:00,2020-10-31 17:29:59 thirtyminutes0034 2020-10-31 17:00:00 2020-10-31 17:29:59 1 29.9161666666667 0.0668534850164627 0.0668534850164627 0 0
36 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 1 3.94786666666667 0.253301361072647 0.253301361072647 0 0
37 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 1 3.94786666666667 0.253301361072647 0.253301361072647 0 0
38 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
39 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
40 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 0 0 0 0 1 26.9425666666667
41 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 0 0 0 0 1 26.9425666666667
42 thirtyminutes0043#2020-03-06 21:30:00,2020-03-06 21:59:59 thirtyminutes0043 2020-03-06 21:30:00 2020-03-06 21:59:59 1 9.95743333333333 0.301282459000479 0.301282459000479 1 19.9684
43 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 0 0 0 0 1 27.9995333333333
44 thirtyminutes0043#2020-10-30 21:30:00,2020-10-30 21:59:59 thirtyminutes0043 2020-10-30 21:30:00 2020-10-30 21:59:59 1 9.95743333333333 0.301282459000479 0.301282459000479 1 19.9684
45 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 0 0 0 0 1 27.9995333333333
46 thirtyminutes0044#2020-03-08 22:00:00,2020-03-08 22:29:59 thirtyminutes0044 2020-03-08 22:00:00 2020-03-08 22:29:59 1 14.99975 0.133335555592593 0.133335555592593 1 14.99975
47 thirtyminutes0044#2020-11-01 22:00:00,2020-11-01 22:29:59 thirtyminutes0044 2020-11-01 22:00:00 2020-11-01 22:29:59 1 14.99975 0.133335555592593 0.133335555592593 1 14.99975
48 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 1 2.20203333333333 0.454125732277743 0.454125732277743 0 0
49 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 1 2.20203333333333 0.454125732277743 0.454125732277743 0 0

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_countdischarge","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_countcharge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_sumdurationcharge phone_battery_rapids_countdischarge phone_battery_rapids_maxconsumptionrate phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_countcharge

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_countdischarge","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_countcharge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_sumdurationcharge phone_battery_rapids_countdischarge phone_battery_rapids_maxconsumptionrate phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_countcharge

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_countdischarge","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_countcharge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_sumdurationcharge phone_battery_rapids_countdischarge phone_battery_rapids_maxconsumptionrate phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_countcharge

View File

@ -0,0 +1,49 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge"
"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",1,21.8259833333333,0.137450851775292,0.137450851775292,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",1,21.8259833333333,0.137450851775292,0.137450851775292,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",1,19.9996666666667,0.100001666694445,0.100001666694445,1,9.99983333333333
"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",1,19.9996666666667,0.100001666694445,0.100001666694445,1,9.99983333333333
"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",0,0,0,0,1,9.49288333333333
"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",0,0,0,0,1,9.49288333333333
"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",0,0,0,0,1,29.9994666666667
"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",0,0,0,0,1,29.9994666666667
"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,2.49788333333333,0.400338953647421,0.400338953647421,0,0
"thirtyminutes0011#2020-03-09 05:30:00,2020-03-09 05:59:59","thirtyminutes0011","2020-03-09 05:30:00","2020-03-09 05:59:59",1,28.9995166666667,0.0689666666858241,0.0689666666858241,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,2.49788333333333,0.400338953647421,0.400338953647421,0,0
"thirtyminutes0011#2020-11-02 05:30:00,2020-11-02 05:59:59","thirtyminutes0011","2020-11-02 05:30:00","2020-11-02 05:59:59",1,28.9995166666667,0.0689666666858241,0.0689666666858241,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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,0,0
"thirtyminutes0014#2020-03-09 07:00:00,2020-03-09 07:29:59","thirtyminutes0014","2020-03-09 07:00:00","2020-03-09 07:29:59",0,0,0,0,1,24.9995833333333
"thirtyminutes0014#2020-11-02 07:00:00,2020-11-02 07:29:59","thirtyminutes0014","2020-11-02 07:00:00","2020-11-02 07:29:59",0,0,0,0,1,24.9995833333333
"thirtyminutes0016#2020-03-06 08:00:00,2020-03-06 08:29:59","thirtyminutes0016","2020-03-06 08:00:00","2020-03-06 08:29:59",0,0,0,0,1,25.4592833333333
"thirtyminutes0016#2020-10-30 08:00:00,2020-10-30 08:29:59","thirtyminutes0016","2020-10-30 08:00:00","2020-10-30 08:29:59",0,0,0,0,1,25.4592833333333
"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,6.70958333333333,0.298081102900081,0.298081102900081,0,0
"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,6.70958333333333,0.298081102900081,0.298081102900081,0,0
"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,29.9994833333333,0.0333339074172944,0.0333339074172944,0,0
"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,29.9994833333333,0.0333339074172944,0.0333339074172944,0,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",0,0,0,0,1,4.02631666666667
"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",0,0,0,0,1,4.02631666666667
"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",0,0,0,0,1,29.9994666666667
"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",0,0,0,0,1,29.9994666666667
"thirtyminutes0027#2020-03-06 13:30:00,2020-03-06 13:59:59","thirtyminutes0027","2020-03-06 13:30:00","2020-03-06 13:59:59",1,7.87625,0.253927947944771,0.253927947944771,0,0
"thirtyminutes0027#2020-10-30 13:30:00,2020-10-30 13:59:59","thirtyminutes0027","2020-10-30 13:30:00","2020-10-30 13:59:59",1,7.87625,0.253927947944771,0.253927947944771,0,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",1,29.9994666666667,0.0333339259364611,0.0333339259364611,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",1,29.9994666666667,0.0333339259364611,0.0333339259364611,0,0
"thirtyminutes0032#2020-03-06 16:00:00,2020-03-06 16:29:59","thirtyminutes0032","2020-03-06 16:00:00","2020-03-06 16:29:59",0,0,0,0,1,16.54275
"thirtyminutes0032#2020-10-30 16:00:00,2020-10-30 16:29:59","thirtyminutes0032","2020-10-30 16:00:00","2020-10-30 16:29:59",0,0,0,0,1,16.54275
"thirtyminutes0034#2020-03-07 17:00:00,2020-03-07 17:29:59","thirtyminutes0034","2020-03-07 17:00:00","2020-03-07 17:29:59",1,29.9161666666667,0.0668534850164627,0.0668534850164627,0,0
"thirtyminutes0034#2020-10-31 17:00:00,2020-10-31 17:29:59","thirtyminutes0034","2020-10-31 17:00:00","2020-10-31 17:29:59",1,29.9161666666667,0.0668534850164627,0.0668534850164627,0,0
"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",1,3.94786666666667,0.253301361072647,0.253301361072647,0,0
"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",1,3.94786666666667,0.253301361072647,0.253301361072647,0,0
"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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,0,0
"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",1,29.9994666666667,0.0666678518729222,0.0666678518729222,0,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",0,0,0,0,1,26.9425666666667
"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",0,0,0,0,1,26.9425666666667
"thirtyminutes0043#2020-03-06 21:30:00,2020-03-06 21:59:59","thirtyminutes0043","2020-03-06 21:30:00","2020-03-06 21:59:59",1,9.95743333333333,0.301282459000479,0.301282459000479,1,19.9684
"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",0,0,0,0,1,27.9995333333333
"thirtyminutes0043#2020-10-30 21:30:00,2020-10-30 21:59:59","thirtyminutes0043","2020-10-30 21:30:00","2020-10-30 21:59:59",1,9.95743333333333,0.301282459000479,0.301282459000479,1,19.9684
"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",0,0,0,0,1,27.9995333333333
"thirtyminutes0044#2020-03-08 22:00:00,2020-03-08 22:29:59","thirtyminutes0044","2020-03-08 22:00:00","2020-03-08 22:29:59",1,14.99975,0.133335555592593,0.133335555592593,1,14.99975
"thirtyminutes0044#2020-11-01 22:00:00,2020-11-01 22:29:59","thirtyminutes0044","2020-11-01 22:00:00","2020-11-01 22:29:59",1,14.99975,0.133335555592593,0.133335555592593,1,14.99975
"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",1,2.20203333333333,0.454125732277743,0.454125732277743,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",1,2.20203333333333,0.454125732277743,0.454125732277743,0,0
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge
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 1 21.8259833333333 0.137450851775292 0.137450851775292 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 1 21.8259833333333 0.137450851775292 0.137450851775292 0 0
4 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 1 19.9996666666667 0.100001666694445 0.100001666694445 1 9.99983333333333
5 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 1 19.9996666666667 0.100001666694445 0.100001666694445 1 9.99983333333333
6 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 0 0 0 0 1 9.49288333333333
7 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 0 0 0 0 1 9.49288333333333
8 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 0 0 0 0 1 29.9994666666667
9 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 0 0 0 0 1 29.9994666666667
10 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 2.49788333333333 0.400338953647421 0.400338953647421 0 0
11 thirtyminutes0011#2020-03-09 05:30:00,2020-03-09 05:59:59 thirtyminutes0011 2020-03-09 05:30:00 2020-03-09 05:59:59 1 28.9995166666667 0.0689666666858241 0.0689666666858241 0 0
12 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 2.49788333333333 0.400338953647421 0.400338953647421 0 0
13 thirtyminutes0011#2020-11-02 05:30:00,2020-11-02 05:59:59 thirtyminutes0011 2020-11-02 05:30:00 2020-11-02 05:59:59 1 28.9995166666667 0.0689666666858241 0.0689666666858241 0 0
14 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
15 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
16 thirtyminutes0014#2020-03-09 07:00:00,2020-03-09 07:29:59 thirtyminutes0014 2020-03-09 07:00:00 2020-03-09 07:29:59 0 0 0 0 1 24.9995833333333
17 thirtyminutes0014#2020-11-02 07:00:00,2020-11-02 07:29:59 thirtyminutes0014 2020-11-02 07:00:00 2020-11-02 07:29:59 0 0 0 0 1 24.9995833333333
18 thirtyminutes0016#2020-03-06 08:00:00,2020-03-06 08:29:59 thirtyminutes0016 2020-03-06 08:00:00 2020-03-06 08:29:59 0 0 0 0 1 25.4592833333333
19 thirtyminutes0016#2020-10-30 08:00:00,2020-10-30 08:29:59 thirtyminutes0016 2020-10-30 08:00:00 2020-10-30 08:29:59 0 0 0 0 1 25.4592833333333
20 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 6.70958333333333 0.298081102900081 0.298081102900081 0 0
21 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 6.70958333333333 0.298081102900081 0.298081102900081 0 0
22 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 29.9994833333333 0.0333339074172944 0.0333339074172944 0 0
23 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 29.9994833333333 0.0333339074172944 0.0333339074172944 0 0
24 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 0 0 0 0 1 4.02631666666667
25 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 0 0 0 0 1 4.02631666666667
26 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 0 0 0 0 1 29.9994666666667
27 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 0 0 0 0 1 29.9994666666667
28 thirtyminutes0027#2020-03-06 13:30:00,2020-03-06 13:59:59 thirtyminutes0027 2020-03-06 13:30:00 2020-03-06 13:59:59 1 7.87625 0.253927947944771 0.253927947944771 0 0
29 thirtyminutes0027#2020-10-30 13:30:00,2020-10-30 13:59:59 thirtyminutes0027 2020-10-30 13:30:00 2020-10-30 13:59:59 1 7.87625 0.253927947944771 0.253927947944771 0 0
30 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 1 29.9994666666667 0.0333339259364611 0.0333339259364611 0 0
31 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 1 29.9994666666667 0.0333339259364611 0.0333339259364611 0 0
32 thirtyminutes0032#2020-03-06 16:00:00,2020-03-06 16:29:59 thirtyminutes0032 2020-03-06 16:00:00 2020-03-06 16:29:59 0 0 0 0 1 16.54275
33 thirtyminutes0032#2020-10-30 16:00:00,2020-10-30 16:29:59 thirtyminutes0032 2020-10-30 16:00:00 2020-10-30 16:29:59 0 0 0 0 1 16.54275
34 thirtyminutes0034#2020-03-07 17:00:00,2020-03-07 17:29:59 thirtyminutes0034 2020-03-07 17:00:00 2020-03-07 17:29:59 1 29.9161666666667 0.0668534850164627 0.0668534850164627 0 0
35 thirtyminutes0034#2020-10-31 17:00:00,2020-10-31 17:29:59 thirtyminutes0034 2020-10-31 17:00:00 2020-10-31 17:29:59 1 29.9161666666667 0.0668534850164627 0.0668534850164627 0 0
36 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 1 3.94786666666667 0.253301361072647 0.253301361072647 0 0
37 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 1 3.94786666666667 0.253301361072647 0.253301361072647 0 0
38 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
39 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 1 29.9994666666667 0.0666678518729222 0.0666678518729222 0 0
40 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 0 0 0 0 1 26.9425666666667
41 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 0 0 0 0 1 26.9425666666667
42 thirtyminutes0043#2020-03-06 21:30:00,2020-03-06 21:59:59 thirtyminutes0043 2020-03-06 21:30:00 2020-03-06 21:59:59 1 9.95743333333333 0.301282459000479 0.301282459000479 1 19.9684
43 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 0 0 0 0 1 27.9995333333333
44 thirtyminutes0043#2020-10-30 21:30:00,2020-10-30 21:59:59 thirtyminutes0043 2020-10-30 21:30:00 2020-10-30 21:59:59 1 9.95743333333333 0.301282459000479 0.301282459000479 1 19.9684
45 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 0 0 0 0 1 27.9995333333333
46 thirtyminutes0044#2020-03-08 22:00:00,2020-03-08 22:29:59 thirtyminutes0044 2020-03-08 22:00:00 2020-03-08 22:29:59 1 14.99975 0.133335555592593 0.133335555592593 1 14.99975
47 thirtyminutes0044#2020-11-01 22:00:00,2020-11-01 22:29:59 thirtyminutes0044 2020-11-01 22:00:00 2020-11-01 22:29:59 1 14.99975 0.133335555592593 0.133335555592593 1 14.99975
48 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 1 2.20203333333333 0.454125732277743 0.454125732277743 0 0
49 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 1 2.20203333333333 0.454125732277743 0.454125732277743 0 0

View File

@ -0,0 +1,25 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge"
"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",7,209.252233333333,0.162372228128814,0.454125732277743,6,233.02095
"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",1,44.9159166666667,0.0445276451740382,0.0445276451740382,1,45.9992333333333
"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",2,69.9988333333333,0.0611898310193282,0.0769243589957268,2,54.9990833333333
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",7,209.252233333333,0.162372228128814,0.454125732277743,6,233.02095
"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",1,44.9159166666667,0.0445276451740382,0.0445276451740382,1,45.9992333333333
"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",2,69.9988333333333,0.0611898310193282,0.0769243589957268,2,54.9990833333333
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",2,75.56395,0.065515964597609,0.0731286084397727,2,42.61665
"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",0,0,0,0,1,41.9993
"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",2,75.56395,0.065515964597609,0.0731286084397727,2,42.61665
"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",0,0,0,0,1,41.9993
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
"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",4,156.91405,0.0536317871239409,0.0769243589957268,4,142.997616666667
"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",3,111.998133333333,0.0566665011072418,0.0769243589957268,3,96.9983833333333
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",7,209.252233333333,0.162372228128814,0.454125732277743,6,233.02095
"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",8,282.9656,0.0949082639946863,0.301282459000479,7,279.020183333333
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
"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",4,156.91405,0.0536317871239409,0.0769243589957268,4,142.997616666667
"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",3,111.998133333333,0.0566665011072418,0.0769243589957268,3,96.9983833333333
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge
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 7 209.252233333333 0.162372228128814 0.454125732277743 6 233.02095
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 1 44.9159166666667 0.0445276451740382 0.0445276451740382 1 45.9992333333333
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 2 69.9988333333333 0.0611898310193282 0.0769243589957268 2 54.9990833333333
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 7 209.252233333333 0.162372228128814 0.454125732277743 6 233.02095
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 1 44.9159166666667 0.0445276451740382 0.0445276451740382 1 45.9992333333333
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 2 69.9988333333333 0.0611898310193282 0.0769243589957268 2 54.9990833333333
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 2 75.56395 0.065515964597609 0.0731286084397727 2 42.61665
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 0 0 0 0 1 41.9993
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 2 75.56395 0.065515964597609 0.0731286084397727 2 42.61665
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 0 0 0 0 1 41.9993
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667
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 4 156.91405 0.0536317871239409 0.0769243589957268 4 142.997616666667
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 3 111.998133333333 0.0566665011072418 0.0769243589957268 3 96.9983833333333
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 7 209.252233333333 0.162372228128814 0.454125732277743 6 233.02095
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 8 282.9656 0.0949082639946863 0.301282459000479 7 279.020183333333
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667
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 4 156.91405 0.0536317871239409 0.0769243589957268 4 142.997616666667
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 3 111.998133333333 0.0566665011072418 0.0769243589957268 3 96.9983833333333
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_sumdurationcharge phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_sumdurationcharge phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge

View File

@ -0,0 +1 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_sumdurationcharge","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge"
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_sumdurationcharge phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge

View File

@ -0,0 +1,25 @@
"local_segment","local_segment_label","local_segment_start_datetime","local_segment_end_datetime","phone_battery_rapids_countdischarge","phone_battery_rapids_sumdurationdischarge","phone_battery_rapids_avgconsumptionrate","phone_battery_rapids_maxconsumptionrate","phone_battery_rapids_countcharge","phone_battery_rapids_sumdurationcharge"
"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",7,209.252233333333,0.162372228128814,0.454125732277743,6,233.02095
"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",1,44.9159166666667,0.0445276451740382,0.0445276451740382,1,45.9992333333333
"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",2,69.9988333333333,0.0611898310193282,0.0769243589957268,2,54.9990833333333
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",7,209.252233333333,0.162372228128814,0.454125732277743,6,233.02095
"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",1,44.9159166666667,0.0445276451740382,0.0445276451740382,1,45.9992333333333
"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",2,69.9988333333333,0.0611898310193282,0.0769243589957268,2,54.9990833333333
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",2,75.56395,0.065515964597609,0.0731286084397727,2,42.61665
"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",0,0,0,0,1,41.9993
"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",2,75.56395,0.065515964597609,0.0731286084397727,2,42.61665
"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",0,0,0,0,1,41.9993
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
"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",4,156.91405,0.0536317871239409,0.0769243589957268,4,142.997616666667
"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",3,111.998133333333,0.0566665011072418,0.0769243589957268,3,96.9983833333333
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",7,209.252233333333,0.162372228128814,0.454125732277743,6,233.02095
"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",8,282.9656,0.0949082639946863,0.301282459000479,7,279.020183333333
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
"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",4,156.91405,0.0536317871239409,0.0769243589957268,4,142.997616666667
"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",3,111.998133333333,0.0566665011072418,0.0769243589957268,3,96.9983833333333
"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",1,41.9993,0.047619841283069,0.047619841283069,1,41.9993
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
"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",10,352.964433333333,0.0881645773996147,0.301282459000479,9,334.019266666667
1 local_segment local_segment_label local_segment_start_datetime local_segment_end_datetime phone_battery_rapids_countdischarge phone_battery_rapids_sumdurationdischarge phone_battery_rapids_avgconsumptionrate phone_battery_rapids_maxconsumptionrate phone_battery_rapids_countcharge phone_battery_rapids_sumdurationcharge
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 7 209.252233333333 0.162372228128814 0.454125732277743 6 233.02095
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 1 44.9159166666667 0.0445276451740382 0.0445276451740382 1 45.9992333333333
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 2 69.9988333333333 0.0611898310193282 0.0769243589957268 2 54.9990833333333
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 7 209.252233333333 0.162372228128814 0.454125732277743 6 233.02095
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 1 44.9159166666667 0.0445276451740382 0.0445276451740382 1 45.9992333333333
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 2 69.9988333333333 0.0611898310193282 0.0769243589957268 2 54.9990833333333
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 2 75.56395 0.065515964597609 0.0731286084397727 2 42.61665
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 0 0 0 0 1 41.9993
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 2 75.56395 0.065515964597609 0.0731286084397727 2 42.61665
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 0 0 0 0 1 41.9993
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667
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 4 156.91405 0.0536317871239409 0.0769243589957268 4 142.997616666667
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 3 111.998133333333 0.0566665011072418 0.0769243589957268 3 96.9983833333333
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 7 209.252233333333 0.162372228128814 0.454125732277743 6 233.02095
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 8 282.9656 0.0949082639946863 0.301282459000479 7 279.020183333333
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667
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 4 156.91405 0.0536317871239409 0.0769243589957268 4 142.997616666667
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 3 111.998133333333 0.0566665011072418 0.0769243589957268 3 96.9983833333333
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 1 41.9993 0.047619841283069 0.047619841283069 1 41.9993
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667
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 10 352.964433333333 0.0881645773996147 0.301282459000479 9 334.019266666667

View File

@ -148,7 +148,7 @@ PHONE_BATTERY:
EPISODE_THRESHOLD_BETWEEN_ROWS: 30 # minutes. Max time difference for two consecutive rows to be considered within the same battery episode.
PROVIDERS:
RAPIDS:
COMPUTE: False
COMPUTE: True
FEATURES: ["countdischarge", "sumdurationdischarge", "countcharge", "sumdurationcharge", "avgconsumptionrate", "maxconsumptionrate"]
SRC_SCRIPT: src/features/phone_battery/rapids/main.py

View File

@ -148,7 +148,7 @@ PHONE_BATTERY:
EPISODE_THRESHOLD_BETWEEN_ROWS: 30 # minutes. Max time difference for two consecutive rows to be considered within the same battery episode.
PROVIDERS:
RAPIDS:
COMPUTE: False
COMPUTE: True
FEATURES: ["countdischarge", "sumdurationdischarge", "countcharge", "sumdurationcharge", "avgconsumptionrate", "maxconsumptionrate"]
SRC_SCRIPT: src/features/phone_battery/rapids/main.py

View File

@ -148,7 +148,7 @@ PHONE_BATTERY:
EPISODE_THRESHOLD_BETWEEN_ROWS: 30 # minutes. Max time difference for two consecutive rows to be considered within the same battery episode.
PROVIDERS:
RAPIDS:
COMPUTE: False
COMPUTE: True
FEATURES: ["countdischarge", "sumdurationdischarge", "countcharge", "sumdurationcharge", "avgconsumptionrate", "maxconsumptionrate"]
SRC_SCRIPT: src/features/phone_battery/rapids/main.py

View File

@ -148,7 +148,7 @@ PHONE_BATTERY:
EPISODE_THRESHOLD_BETWEEN_ROWS: 30 # minutes. Max time difference for two consecutive rows to be considered within the same battery episode.
PROVIDERS:
RAPIDS:
COMPUTE: False
COMPUTE: True
FEATURES: ["countdischarge", "sumdurationdischarge", "countcharge", "sumdurationcharge", "avgconsumptionrate", "maxconsumptionrate"]
SRC_SCRIPT: src/features/phone_battery/rapids/main.py

View File

@ -148,7 +148,7 @@ PHONE_BATTERY:
EPISODE_THRESHOLD_BETWEEN_ROWS: 30 # minutes. Max time difference for two consecutive rows to be considered within the same battery episode.
PROVIDERS:
RAPIDS:
COMPUTE: False
COMPUTE: True
FEATURES: ["countdischarge", "sumdurationdischarge", "countcharge", "sumdurationcharge", "avgconsumptionrate", "maxconsumptionrate"]
SRC_SCRIPT: src/features/phone_battery/rapids/main.py

View File

@ -148,7 +148,7 @@ PHONE_BATTERY:
EPISODE_THRESHOLD_BETWEEN_ROWS: 30 # minutes. Max time difference for two consecutive rows to be considered within the same battery episode.
PROVIDERS:
RAPIDS:
COMPUTE: False
COMPUTE: True
FEATURES: ["countdischarge", "sumdurationdischarge", "countcharge", "sumdurationcharge", "avgconsumptionrate", "maxconsumptionrate"]
SRC_SCRIPT: src/features/phone_battery/rapids/main.py