Prep for Class

  • Read and implement the material from Chapters 1 and 2 in the pandas Cookbook.

Lecture Activity

  • Download the FDIC Failed Bank List from data.gov by clicking here.
  • Understand pandas3.py completely. (Learn more about the DataFrame.loc[] command here.)
  • Identify something useful to do with the data and figure out how to do it.

Active Learning

  • Read and implement the material from Chapters 3 and 4 in the pandas Cookbook.