Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 649 Bytes

DataAnalysis.md

File metadata and controls

15 lines (12 loc) · 649 Bytes

Data Analysis report

Author: Tej B

UML class diagram

image3

Execution and Testing

image image2

Verification of statistics

The results for both diabetes100.csv and test.csv were verified using MS Excel. The files containing Excel formulas are included as diabetes100Check.csv and testCheck.csv.

image4

Reflection

I liked that this time I got to implement the GUI for textAnalyzer. The data analysis section was a bit difficult since I didn't understand how to implement the getColumnByIndex method initially.