Week 13

  • Today's notebook, where we look at tabular data.
  • We covered MiCkEy MOuSe voting (i.e. fake_votes) last week. This “screen capture” from Wednesday's lecture may be useful
  • The key is to understand that the program directory entries for votes and fake_votes reference the same memory location (and, that there is no return statement!)
    • white board screen capture
  • Note: the lecture/notebook from last Wednesday will not be a part of the final exam.

* Today's notebook, where, given tabular data on some phenomenon (e.g. height), how can we use python to make sense of that data? And: Can we make predictions based on this data? (Spoiler alert: yes.)

Miscellaneous