What Did we Learn and What to Expect in Assignment 4

Summary

Students are now expected to be able to:

  • Compare and contrast python’s key data types.
  • Compare and contrast python’s key data structures.
  • Use Python to determine the type and structure of an object.
  • Demonstrate how to create data structures and convert them to another.
  • Identify which operations can be applied to different data types and columns dtypes.

Attribution

The cereal dataset:

80 Cereals” (c) by Chris Crawford is licensed under Creative Commons Attribution-ShareAlike 3.0 Unported

On to Assignment 4!