Essential Guide to Python Pandas
- Description
- Curriculum
- FAQ
- Reviews
This Pandas crash course is designed to be a practical guide with real-life examples about the most common data manipulation tasks. The materials are presented with reusable code examples to allow you to quickly apply what you learn to your data analysis projects.
By the end of this course, you should be able 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 will also have free access to the following:- A Jupyter Notebook with all the code examples covered in this course- A free e-book in PDF format
-
4What is Pandas IOVideo lesson
You will learn some basics of Pandas IO - the ways to get data into and from Pandas dataframes
-
5Working with Python Native Data StructuresVideo lesson
You will learn how to make Pandas DataFrames from Python native data structures.
-
6Working with Tabular Data FormatVideo lesson
You will learn how to make Pandas DataFrame objects from Tabular Data sources.
-
7Working with API DataVideo lesson
You will learn how to use Pandas library to access third-party APIs.
-
8Working with Web DataVideo lesson
You will learn how to use the Pandas library to extract data from web pages.
-
9Lesson 2 - QuizQuiz
-
10How to Examine my DataVideo lesson
You will learn how to examine your data using Pandas library.
-
11Exploring Data ObjectsVideo lesson
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.
-
12Lesson 3 - QuizQuiz
-
15Intro to Merging and JoiningVideo lesson
You will learn basics of merging and joining dataframes in Pandas.
-
16Concat FunctionVideo lesson
You will learn how to concat multiple datasets into Pandas DataFrames.
-
17Merge FunctionVideo lesson
You will learn how to merge multiple datasets into Pandas DataFrames
-
18Lesson 5 - QuizQuiz
-
21Intro to Data VisualizationVideo lesson
You will learn some basics of creating different types of Data Visualization
-
22Pandas Data VisualizationVideo lesson
You will learn how to create different types of Data Visualization such as plots and tables and also with styling options.
-
23Lesson 7 - QuizQuiz
External Links May Contain Affiliate Links read more