Python Pandas Tutorial 5: Handle Missing Data: fillna, dropna, interpolate

preview_player
Показать описание
In this tutorial we'll learn how to handle missing data in pandas using fillna, interpolate and dropna methods. You can fill missing values using a value or list of values or use one of the interpolation methods.

Topics that are covered in this Python Pandas Video:
0:00 Introduction
2:30 Convert string column into the date type
3:15 Use date as an index of dataframe usine set_index() method
4:10 Use fillna() method in dataframe
7:35 Use fillna(method="ffill") method in dataframe
8:57 Use fillna(method="bfill") method in dataframe
9:56 "axis" parameter in fillna() method in dataframe
11:18 "limit" parameter in fillna() method in dataframe
13:46 interpolate() to do interpolation in dataframe
15:34 interpolate() method "time"
16:50 dropna() method Drop all the rows which has "na" in dataframe
17:50 "how" parameter in dropna() method
18:33 "thresh" parameter in dropna() method

Popular Playlist:

#️⃣ Social Media #️⃣
Рекомендации по теме
Комментарии
Автор

It's been 5 years since you posted this video but still, we can't find a better video than this to understand the concepts. Not only this but your complete playlist is GEM. Thanks a ton.

RHCIPHER
Автор

I just don't know how exactly can I say THANK YOU enough to convey my thank you to you THANK YOU, THANK YOU, THANK YOU for all the tutorials in ALL your playlists, so awesome and helpful.
ALL ARE SUPER EXCELLENT.

MrMaipeople
Автор

Thanks very much for this! I'm doing an edX course and I was doing fine until this very topic came up. Your video perfectly cleared everything up which is a great relief!

PaulColclough
Автор

I love the way you used the graph/visual to explain the different interpolation techniques!

amandaahringer
Автор

Best course that I can find after 2 months research, you are the only guy who know why we need pandas to do excel operations

juanliu
Автор

I think your playlist has more rich content than paid courses

adnanhowlader
Автор

Finally! Thank you so much I was trying figure out how to drop only the columns that have NaN. I had done it by hand it took me so long Pandas is amazing.

StevenSmith
Автор

Excellent presentation of these tools. I like the practical way you have demonstrated HOW to use the tools. Thanks.

sangorilla
Автор

great tutorial. A very comprehensive explanation of the topic. I have a good command of pandas but I still learnt some new tricks I didn't know.

This video has convinced me to buy some of your courses. Serious and in depth approach.

Totally recommended!

MyChusko
Автор

What an amazing presentation!! You did a fantastic job there! Very professional approach! You just made me a subscriber with that! :) Big thanks!

koumospecial
Автор

LIFE SAVER BRO... THANKS A LOT
THIS IS WHAT I EXACTLY WANTED

sippu
Автор

the threshold parameter is so useful! never heard about this before! thank you!

jasonwong
Автор

Thanks for your great pandas tutorials. Just what I was looking for. You explain it very clear. Thanks again :)

sep
Автор

This tutorial should be awarded as the best tutorial, understood all the concepts so much.

NidhiSharma-vdwm
Автор

OMG this is exactly what I was looking 4!
Thanks so much man u just earnt yourself a new sub

saeedbaig
Автор

Thankyou so much. I love how you have given all ipynb files with such good markdowns and details. Love you for it. Youre a life saver...got my Python exam exam

vatsalsingh
Автор

Good presentation in simple words, easy to understand. Great job Sir!

purushothamgowda
Автор

Very well organized and intuitive tutorial. Great job. Thanks a lot

matthiasmusterman
Автор

When you googled, I saw the pangolin valentine Google doodle. I remember that vividly, as I played that game in my old office in 2017. I can't believe it's been 7 years and wish I had known these videos 7 years back.

SrisairamRajasekar
Автор

Interpolate will definitely boost my kaggle score! Thanks so Much!

MasterCoder