Introduction
  • Take Master Data Analysis with Python - Intro to Pandas First
  • Downloading the Course Material
  • Going through the Course Material
  • A Note on Exercise Solution Videos
Selecting Subsets of Data from DataFrames with just the brackets
  • Intro to Subset Selection
  • Selecting with Just the Brackets.mp4
  • Exercises
Selecting Subsets of Data from DataFrames with loc
  • Simultaneous row and column subset selection
  • Slice Notation with loc
  • Other Subset Selections with loc
  • Exercises
Selecting Subsets of Data with iloc
  • Simultaneous row and column subset selection
  • Exercises
Selecting Subsets of Data from a Series
  • Selecting Subsets of Data from a Series
  • Exercises
Boolean Selection Single Conditions
  • Boolean Selection Single Conditions
  • Practical Boolean Selection
  • Exercises
Boolean Selection Multiple Conditions
  • Different logical operators for boolean Series
  • Inverting a condition with the not operator
  • Many equality conditions in a single column
Boolean Selection More
  • Boolean Selection on a Series
  • Simultaneous boolean selection of rows and column labels with loc
  • Column to Column Comparison
  • Filter for Missing Values
Filtering with the query Method
  • Intro to the query Method
  • Column to Column Comparison within the query method
  • Arithmetic Operations within query
  • Reference Variable Names
  • Selecting Columns with query
  • Summary of the query Method
Taking the Certification Exam
  • Going to the Exam Website
  • Completing the Exam
  • Submitting the Exam