Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 613 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 613 Bytes

csv_report

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