Homework 1: Counting Avocados

The goals of this homework are:
Kaggle has a Avocado Prices dataset. While the context is somewhat insulting to Millenials, the dataset seems good. Let's explore it. Please do this work using count*, sum*, average*. You could do this with a pivot table, but the goal is to learn these functions.

Table in this case does not mean a formal excel table, just a range with labels and computations.

  1. Right now save as an excel worksheet. If you just save, you will store your results as a csv file and lose your work.
  2. (5 points) About and Comments
  3. (5 points) Name the columns in the raw data table.
  4. (5 points) Total Volume
  5. (10 points) Volume Report
  6. (10 points) Verify your observation from above.
  7. (10 points) Basic Price Analysis
  8. (10 points) Build a histogram of prices.
  9. (10 points) Repeat this table but
  10. (10 points) Build a table using average, averageif, averageifs.

Submission

Upload the final worksheet to the Assignment Submission section of Dropbox by the due date.