Introduction
  • Introduction
  • Downloading the necessary program
  • The Anaconda interface
  • Jupyter lab - navigating the user interface and executing code
  • Back to the Anaconda interface - viewing libraries
A First Look at the Pandas library
  • First look at the Pandas library
  • First look at the data
  • Adjusting the name of the data set
Looking More Closely at the Data
  • Using the info() function
  • Counting the null values
  • Zooming in to a specific row
  • Zooming into a specific column
  • Zooming in to a certain row and column
  • Removing rows and columns
Using Conditions to Perform Operations
  • One condition - part 1
  • One condition - part 2
  • Two conditions - the AND operator
  • Two conditions - the OR operator
  • Less than or equal to and greater than or equal to
  • Not equal to
  • The isin() method
  • The isna() method