vunderkind
commited on
Commit
•
f93690f
1
Parent(s):
fbf4e92
Create dataset_info.json
Browse files- dataset_info.json +72 -0
dataset_info.json
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"citation": "",
|
3 |
+
"description": "",
|
4 |
+
"features": {
|
5 |
+
"student_id": {
|
6 |
+
"dtype": "int64",
|
7 |
+
"_type": "Value"
|
8 |
+
},
|
9 |
+
"subject": {
|
10 |
+
"dtype": "string",
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"total_units": {
|
14 |
+
"dtype": "int64",
|
15 |
+
"_type": "Value"
|
16 |
+
},
|
17 |
+
"units_completed": {
|
18 |
+
"dtype": "int64",
|
19 |
+
"_type": "Value"
|
20 |
+
},
|
21 |
+
"total_study_time": {
|
22 |
+
"dtype": "float64",
|
23 |
+
"_type": "Value"
|
24 |
+
},
|
25 |
+
"avg_study_time_per_week": {
|
26 |
+
"dtype": "float64",
|
27 |
+
"_type": "Value"
|
28 |
+
},
|
29 |
+
"avg_study_sessions_per_week": {
|
30 |
+
"dtype": "int64",
|
31 |
+
"_type": "Value"
|
32 |
+
},
|
33 |
+
"attendance_rate": {
|
34 |
+
"dtype": "float64",
|
35 |
+
"_type": "Value"
|
36 |
+
},
|
37 |
+
"assignment_completion_rate": {
|
38 |
+
"dtype": "float64",
|
39 |
+
"_type": "Value"
|
40 |
+
},
|
41 |
+
"participation_score": {
|
42 |
+
"dtype": "int64",
|
43 |
+
"_type": "Value"
|
44 |
+
},
|
45 |
+
"total_quizzes": {
|
46 |
+
"dtype": "int64",
|
47 |
+
"_type": "Value"
|
48 |
+
},
|
49 |
+
"quizzes_score_percentage": {
|
50 |
+
"dtype": "int64",
|
51 |
+
"_type": "Value"
|
52 |
+
},
|
53 |
+
"last_access_days_ago": {
|
54 |
+
"dtype": "int64",
|
55 |
+
"_type": "Value"
|
56 |
+
},
|
57 |
+
"perceived_engagement": {
|
58 |
+
"dtype": "int64",
|
59 |
+
"_type": "Value"
|
60 |
+
},
|
61 |
+
"final_exam_score": {
|
62 |
+
"dtype": "int64",
|
63 |
+
"_type": "Value"
|
64 |
+
},
|
65 |
+
"date_collected": {
|
66 |
+
"dtype": "string",
|
67 |
+
"_type": "Value"
|
68 |
+
}
|
69 |
+
},
|
70 |
+
"homepage": "",
|
71 |
+
"license": ""
|
72 |
+
}
|