Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Pandas for Data Science
Rating: 4.4 out of 5(57 ratings)
2,643 students

Learn Pandas for Data Science

Effective Exploratory Data Analysis (EDA) & Data Wrangling with Python, Pandas, Seaborn and Plotly
Last updated 3/2025
English

What you'll learn

  • Master Data Manipulation: Understand the core functionalities of the Pandas library, including loading, cleaning, & transforming data to prepare it for analysis
  • Explore and Analyze Data Efficiently: Learn to leverage Pandas for data exploration, likefiltering, aggregating, and grouping data, to gain meaningful insights
  • Optimize and Automate Data Workflows: Discover how to optimize data workflows in Pandas, making your data processing tasks faster and more efficient.
  • Advanced Data Handling Techniques: Develop proficiency with advanced data manipulation techniques such as merging, joining, pivoting, and reshaping data.

Course content

3 sections16 lectures1h 57m total length
  • Welcome!!!0:31
  • Intro to Pandas library5:35
  • Introduction6:02

    In this video, we go over the basics of pandas. We learn how to read a value from pandas using the read CSV function, and we learn how to count the unique occurrence, using nunique and unique. We learn how to use the head function as well as the sample and describe function and info function.

  • Please leave a review0:07
  • Basic Arithmetic using Pandas6:26

    In this lecture, we go over the basics of Pandas arithmetic operations. We reviewed the basics such as addition, subtraction, multiplication, division, exponential, etc.

  • Dropping columns and rows of data4:48
  • How to rename columns and rows of data4:50
  • Statistical Operations in Pandas12:31

Requirements

  • Basic python will be enough (string, lists, dictionaries, variables and function)

Description

Unlock the power of data with Pandas, the Python library that has become essential for data manipulation and analysis. This beginner-friendly course is designed for anyone looking to break into data science, analysis, or machine learning by mastering one of the most critical tools in the Python ecosystem.

In this course, you’ll learn how to harness the capabilities of Pandas to import, clean, analyze, and manipulate data with ease. We’ll start from the basics, explaining what Pandas is and why it’s a go-to choice for data professionals. From setting up your Python environment to understanding core data structures like Series and DataFrames, you’ll gain foundational skills to handle any dataset confidently.


What You’ll Learn:


1. The Essentials of Pandas and DataFrames: Begin by understanding the key data structures in Pandas, including Series and DataFrames, and learn to create, access, and modify them.

2. Data Cleaning and Preparation: Discover techniques to clean messy data, handle missing values, and prepare data for analysis. These skills are essential for making raw data analysis-ready.

3. Data Selection, Filtering, and Grouping: Explore powerful methods for selecting, slicing, and filtering data to focus on subsets that matter. You’ll also master grouping and aggregating data for deeper insights.

4. Data Transformation and Manipulation: Dive into transforming data with merging, joining, and reshaping functions to efficiently handle even the most complex datasets.


Why Take This Course?

By the end of this course, you’ll have built a solid foundation in data analysis with Pandas, a critical skill in data science, business analytics, finance, and more.


Whether you’re a student, analyst, or professional looking to upgrade your data skills, this course will set you up for success in data manipulation and analysis using Pandas. Join us to take the first step toward becoming a data-savvy professional and unlocking the insights hidden in your data!

Who this course is for:

  • Beginner Python developers that want to learn Pandas Library