bestcourses is supported by learners. When you buy through links on our website, we may earn an affiliate commission. Learn more
- 90592
Master Data Analysis with Python - Intro to Pandas
Begin your data analysis journey with Python by mastering the fundamentals of the pandas library
Created by Ted Petrou, offered on Udemy
bestcourses score™
Student feedback
5.7/10To make sure that we score courses properly, we pay a lot of attention to the reviews students leave on courses and how many students are taking a course in the first place. This course has a total of 4298 students which left 99 reviews at an average rating of 4.58, which is average.
Course length
9/10We analyze course length to see if courses cover all important aspects of a topic, taking into account how long the course is compared to the category average. This course has a length of 1 hours 49 minutes, which is pretty short. This might not be a bad thing, but we've found that longer courses are often more detailed & comprehensive. The average course length for this entire category is 5 hours 59 minutes.
Overall score
6.1/10This course currently has a bestcourses score of 6.1/10, which makes it an average course. Overall, there are probably better courses available for this topic on our platform.
Description
Master Data Analysis with Python - Intro to Pandas targets those who want to completely master doing data analysis with pandas. This course provides an introduction to the two primary pandas objects, the DataFrame and Series. This is a brand new free course updated for the latest version of pandas.
This course is taught by expert instructor Ted Petrou, author of the highly-rated text books Pandas Cookbook and Master Data Analysis with Python. Ted has taught over 1,000 hours of live in-person data science courses that use the pandas library. Pandas is a difficult library to use effectively and is often taught incorrectly with poor practices. Ted is extremely adept at using pandas and is known for developing best practices on how to use the library.
All of the material and exercises are written in Jupyter Notebooks available for you to download. This allows you to read the notes, run the code, and write solutions to the exercises all in a single place.
This course targets those who have an interest in becoming experts and completely mastering the pandas library for data analysis in a professional environment. This course does not cover all of the pandas library, just a small and fundamental portion of it. If you are looking for a brief introduction of the entire pandas library, this course is not it. It takes many dozens of hours, lots of practice, and rigorous understanding to be successful using pandas for data analysis in a professional environment.
Intro to Pandas is first in the Master Data Analysis with Python series which includes the following sequence of courses:
Intro to Pandas
Selecting Subsets of Data with Pandas
Essential Pandas Commands
Grouping Data with Pandas
Time Series with Pandas
Cleaning Data with Pandas
Joining Data with Pandas
Data Visualization
Advanced Pandas
Exploratory Data Analysis
This course assumes no previous pandas experience. The only prerequisite knowledge is to understand the fundamentals of Python.
What you will learn
- Best practices from pandas expert Ted Petrou author of Master Data Analysis with Python
- Introduction to the pandas DataFrame and Series
- Understanding the different data types available within a DataFrame
- Accessing the DataFrame components - the index, columns, and values
- Setting a meaningful index in a DataFrame
- Completing a five-step process for data exploration
Requirements
- It is necessary to understand the fundamentals of the Python programming language. No prior experience with pandas needed.