Master Data Analysis with Python - Intro to Pandas
This course is available only as a part of subscription plans.
Get an overview of the kinds of data analysis capable with pandas
Get introduced to the DataFrame and Series, the two primary containers of data in Pandas
Learn about the different data types available
Learn how to select subsets of data by label and integer location
Learn how to filter data via boolean selection or the query method
Learn best practices for using Pandas most efficiently
Training duration: 90 min (Hands-on)
Teddy Petrou
Teddy Petrou
Module 1: An Overview of Data Analysis and Pandas
Module 2: The DataFrame and Series
Module 3: Data Types and Missing Values
Module 4: Five-Step Process for Data Exploration
Module 5: Selecting Subsets of Data
Module 6: Boolean Selection
Module 7: Selection with the query Method
Module 8: Miscellaneous Subset Selection
Elementary knowledge of the Python programming language is necessary
Previous work with Jupyter Notebooks would be helpful as all material is delivered with them