Your data analysis

Challenge
No

Find a data set about something you're interested in. Sports, movies, games, food... whatever you're into. Put the data into a worksheet, and write a program to do some analysis.

  • At least 100 records.
  • At least three fields, at least one of which is numeric.
  • A Run button.
  • Compute totals and counts.
  • Validate the data. Output number of valid and invalid records. If there is no invalid data, add some errors, to show that data validation works.
  • Show stats for the data set overall, and for a subset. Like how the receivables exercise broke data down by state, or the coders vs noncoders in the filtering lesson.
  • Find the minimum and maximum of something.

Upload your workbook. The usual coding standards apply.

Where referenced