Back to Browse

Pandas Fundamentals | Handling Missing Data

437 views
Nov 11, 2024
10:35

🎓 Master AI from Zero to Advanced: https://ailearninghub.io ------------------------- In this video, you’ll learn how to handle missing data in real-world datasets using Python and the Pandas library. We explore various techniques to identify, analyze, and handle missing values, such as using isnull(), notnull(), dropping rows or columns, and filling missing values with substitutes like mean, median, mode, or custom values. This tutorial includes practical examples to ensure you can apply these techniques to your own datasets. To start learning without installing Python locally, use Google Colab. Introduction to Google Colab: https://youtu.be/FXKMmilL70w Create a new Google Colab Notebook: https://colab.research.google.com/#create=true Table of Contents: 0:00 Introduction to handling missing values in data sets 0:09 Pandas methods for handling missing data 0:13 Creating a DataFrame with missing values 0:39 Filling missing values randomly with NaN 0:49 Displaying a DataFrame with missing values 1:02 Identifying missing values using isnull() 1:22 Using notnull() to find non-missing values 1:32 Counting total missing values in each column using isnull() and sum() 2:07 Removing rows with missing values using dropna() 3:11 Dropping columns with missing values by setting the axis parameter 3:56 Filling missing values with specified values using fillna() 5:16 Forward filling missing values using fillna(method='ffill') 6:06 Backward filling missing values using fillna(method='bfill') 6:57 Filling missing values in numerical columns with mean, median, or mode 7:46 Using a dictionary to specify fill values for different columns 8:18 Creating a new DataFrame filled using the specified dictionary 10:15 Joining AI Learning Hub ------------------------- Social channels: 🐦Twitter: https://twitter.com/dankornas 🌍LinkedIn: https://www.linkedin.com/in/daniel-kornas/ 🕵Facebook: https://www.facebook.com/dankornas 📱Instagram: https://www.instagram.com/dankornas 🧵 Threads: https://www.threads.net/@dankornas ------------------------- 📚 AI Books 📚 Introduction to Generative AI 👉 https://shorturl.at/3dSQz Build a Large Language Model (From Scratch) 👉 https://shorturl.at/EFv4j *I use affiliate links on the products that I recommend. I may earn a purchase commission or a referral bonus from the usage of these links.

Download

0 formats

No download links available.

Pandas Fundamentals | Handling Missing Data | NatokHD