
You will learn how to describe the anatomy and main components of Pandas Data Structures. Understand Pandas Data Types and the correct use case for each type.
You will learn some basics of Pandas IO - the ways to get data into and from Pandas dataframes
You will learn how to make Pandas DataFrames from Python native data structures.
You will learn how to make Pandas DataFrame objects from Tabular Data sources.
You will learn how to use Pandas library to access third-party APIs.
You will learn how to use the Pandas library to extract data from web pages.
You will learn how to examine your data using Pandas library.
You will learn how to describe any information within a Pandas DataFrame. This will help you to identify data problems such as missing values or using incorrect data types.
You will learn how to perform data manipulation and cleaning. This part includes fixing data types, handling missing values, removing duplicate records, and many more.
You will learn basics of merging and joining dataframes in Pandas.
You will learn how to concat multiple datasets into Pandas DataFrames.
You will learn how to merge multiple datasets into Pandas DataFrames
You will learn how to perform data summarization & aggregation within any DataFrame
You will learn some basics of creating different types of Data Visualization
You will learn how to create different types of Data Visualization such as plots and tables and also with styling options.
You will get the chance to apply all the Pandas knowledge you have learned in this course to a real-world Data Analysis Project to investigate COVID-19 infection, and the consequent lockdown in different countries.
Welcome to our Pandas crash course! This course is designed to provide you with a practical guide to using Pandas, the popular data manipulation library in Python. We've included real-life examples and reusable code snippets to help you quickly apply what you learn to your own data analysis projects.
Throughout this course, you will learn how to:
Describe the Anatomy of Pandas Data Structures. This includes Pandas DataFrames, Series, and Indices.
Implement several methods to get data into and from Pandas DataFrames. These methods include Python Native Data Structures, Tabular data files, API queries and JSON format, web scraping, and more.
Describe any information within a Pandas DataFrame. This will help you to identify data problems such as having missing values or using incorrect data types.
Understand Pandas Data Types and the correct use case for each type.
Perform Data manipulation and cleaning. This part includes fixing data types, handling missing values, removing duplicate records, and many more.
Merge & Join multiple datasets into Pandas DataFrames
Perform Data Summarization & Aggregation within any DataFrame
Create different types of Data Visualization
Update Pandas Styling Settings
Conduct a Data Analysis Project using Pandas library to collect and investigate COVID-19 infection, and the consequent lockdown in different countries.
In addition to the course materials, you'll also have free access to a Jupyter Notebook with all of the code examples covered in this course, as well as a free e-book in PDF format. By the end of this course, you'll have a solid understanding of how to use Pandas to perform data manipulation tasks and analyze data.