traqq commited on
Commit
f4e82ed
1 Parent(s): b45772a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -6,22 +6,22 @@ task_categories:
6
  ---
7
  # Traqq Anonymized Users Weekly Activity
8
 
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
 
27
  ## Dataset card contact
 
6
  ---
7
  # Traqq Anonymized Users Weekly Activity
8
 
9
+ The dataset represents the weekly time and activity of a real company's employees using the Track time tracking system from July 24 to 28. Each row in the data represents an individual employee and their activity for that day.
10
 
11
  ## Curated by:
12
  [traqq.com]
13
 
14
  ## Glossary
15
+ The columns in the dataset are:
16
+ - user_id: the unique identifier for each employee -
17
+ - user_date: the date of the activity
18
+ - start_time: the time the employee began working on that day
19
+ - end_time: the time the employee finished working
20
+ - work_duration: the total number of seconds the employee worked that day
21
+ - activity_percentage: the average activity level of the user on that day (0-100)
22
+ - duration_manual: the number of manual work hours added by the user that day
23
+ - duration_idle: the number of idle time (non-working) hours that day
24
+ - duration_deleted: the number of hours of work that were deleted by the user
25
 
26
 
27
  ## Dataset card contact