traqq commited on
Commit
b45772a
·
verified ·
1 Parent(s): 64138dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -9,18 +9,18 @@ task_categories:
9
  The dataset represents the weekly activities of a real company's employees, using the Traqq time tracking tool from July 24th to 28th. The data has been anonymized to protect the privacy of the individuals involved.
10
 
11
  ## Curated by:
12
- traqq.com
13
 
14
  ## Glossary
15
  - user_id - the id of an individual employee
16
  - user_date - the work date
17
  - start_time - time the employee started work in the specific day
18
- end_time - time the employee finished work in the specific day
19
- work_duration -
20
- activity_percentage
21
- duration_manual
22
- duration_idle
23
- duration_deleted
24
 
25
 
26
 
 
9
  The dataset represents the weekly activities of a real company's employees, using the Traqq time tracking tool from July 24th to 28th. The data has been anonymized to protect the privacy of the individuals involved.
10
 
11
  ## Curated by:
12
+ [traqq.com]
13
 
14
  ## Glossary
15
  - user_id - the id of an individual employee
16
  - user_date - the work date
17
  - start_time - time the employee started work in the specific day
18
+ - end_time - time the employee finished work in the specific day
19
+ - work_duration - the number of seconds worked per day
20
+ - activity_percentage - the average activity of a user for the day
21
+ - duration_manual - the number of work seconds manually added by user
22
+ - duration_idle - the number of seconds user went idle
23
+ - duration_deleted - the work time deleted by user
24
 
25
 
26