Description

Create and manipulate Pandas and DataFrames. Create and manipulate Pandas Series. Filter data using Boolean Masks. Segment and summarize data by class with groupby's.

Learning Objectives


  1. Create and manipulate Pandas DataFrames.
  2. Create and manipulate Panda series.
  3. Filter data using what's called Boolean masks.
  4. Segment and summarize data by class using groupbys.