DataFrames and Series

DataFrames and Series#

Learning Objectives#

After working through this topic, you should be able to:

  • Create DataFrames and Series from scratch

  • Understand that DataFrames are collections of Series

  • Assign new columns to an existing DataFrame

  • Inspect the columns of a DataFrame

Materials#

Here is the Screencast and these are the slides.

Additional Materials#

Quiz#