abhicodes commited on
Commit
845f8bb
·
1 Parent(s): 2dcdc14

Update analytics.py

Browse files
Files changed (1) hide show
  1. 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.time(), 'teachingscore': teachingscore, 'teaching': teaching,
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,