Aggregation
Create a program to explore your data in the aggretate. The program should print the following information about a column:
- total
- average
- standard deviation
It’s difficult to know if your program is working correctly if there are many rows of data. To test if your program works, create a small, simple spreadsheet. Run your program on the simple spreadsheet and verify that the output is correct.