Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Traqq Anonymized Users Weekly Activity
|
2 |
|
3 |
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.
|
4 |
|
5 |
-
## Curated by:
|
|
|
6 |
|
7 |
-
## Glossary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
|
10 |
|
11 |
|
12 |
-
## Dataset
|
13 |
|
14 |
https://traqq.com/contact
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: e
|
5 |
+
---
|
6 |
# Traqq Anonymized Users Weekly Activity
|
7 |
|
8 |
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.
|
9 |
|
10 |
+
## Curated by:
|
11 |
+
traqq.com
|
12 |
|
13 |
+
## Glossary
|
14 |
+
user_id - the id of an individual employee
|
15 |
+
user_date - the work date
|
16 |
+
start_time - time the employee started work in the specific day
|
17 |
+
end_time - time the employee finished work in the specific day
|
18 |
+
work_duration -
|
19 |
+
activity_percentage
|
20 |
+
duration_manual
|
21 |
+
duration_idle
|
22 |
+
duration_deleted
|
23 |
|
|
|
24 |
|
25 |
|
26 |
+
## Dataset card contact
|
27 |
|
28 |
https://traqq.com/contact
|