In the first section of the course you will learn two basic objects provided by pandas - Series and DataFrame. You will learn how to create them and change their indexes or column names.
Once you have loaded the data as Series/DataFrame, you need to be able to get certain data based on needs. You will learn how to access rows, columns, and filter observations by conditions.
In the last section of the course, you will get to know how to calculate some aggregate statistics of your data, such as mean, median, sum, product. Also you will learn how to count values and get only unique observations.