Python: Write a script that will take CSV file as an input and report number of events person attended and their average time
HTML_JS: Edit index.html file so that user can paste CSV file into the web page and upon clicking 'Calculate' page's 'Report' section will update with number of events person attended and their average time
Java: Edit provided Eclipse project and update Report.java file so that use can paste CSV file into the JTextArea and upon clicking 'Calculate' page's 'Report' section will update with number of events person attended and their average time