Spaces:
Runtime error
Runtime error
Update analytics.py
Browse files- analytics.py +1 -1
analytics.py
CHANGED
@@ -11,7 +11,7 @@ def write_to_csv_departments(time,teachingscore,teaching,courseContentscore,cour
|
|
11 |
header = df.columns.tolist()
|
12 |
|
13 |
# Creating a dictionary for the new row
|
14 |
-
new_row = {'Timestamp': time
|
15 |
'coursecontentscore': courseContentscore, 'coursecontent': courseContent,
|
16 |
'examinationscore': examinationscore, 'examination': examination,
|
17 |
'labworkscore': labWorkscore, 'labwork': labWork, 'libraryfacilitiesscore': libraryFacilitiesscore,
|
|
|
11 |
header = df.columns.tolist()
|
12 |
|
13 |
# Creating a dictionary for the new row
|
14 |
+
new_row = {'Timestamp': time, 'teachingscore': teachingscore, 'teaching': teaching,
|
15 |
'coursecontentscore': courseContentscore, 'coursecontent': courseContent,
|
16 |
'examinationscore': examinationscore, 'examination': examination,
|
17 |
'labworkscore': labWorkscore, 'labwork': labWork, 'libraryfacilitiesscore': libraryFacilitiesscore,
|