WISH TO CONTRIBUTE VIDEOS ON GEEKSFORGEEKS? Please submit this Google Form - docs.google.com/forms/d/e/1FAIpQLScSVFlE-stz69M_l46xcwZlVRzDxT_91dlc-px5ytr7QHYmkQ/viewform
@hmuhamadzulfitri11 ай бұрын
Addition: 1- In case, you want to **impute** the null values of numerical column, you can check the distribution of the values first; If it's not skewed, you may use mean. In case it is skewed, you may use median. 2- Generally, before we **delete** null values, we can check the proportion of the null values. If it's less than 5 % of the total dataset, we can opt to delete the null values. However, always take the context of our data before making any decision with the null values. 😬
@KeerthivasanSundararaman2 жыл бұрын
got a solution after about 30 mins of search.. Thank you made my day..
@darksector1389 Жыл бұрын
You, sir, are amazing and a savior to my project 🙏
@-DanishShafi Жыл бұрын
Thanks brother. The video was amazing, it cleared all my doubts. Rise and shine🎉
@chiemelieonu88464 ай бұрын
Thank you. The class, for me, was very insightful and rewarding. Worth my time.
@mrtbhdr2 жыл бұрын
geeksforgeeks never disappoints, thanks for this!
@lukmanmanggo Жыл бұрын
Hi. very easy tutorial bro. As very beginner on python I can get it easy. Salute
@chideraachinike761922 күн бұрын
This was super a helpful and a complete guide.
@senglay57292 жыл бұрын
Clear explanation and easy to understand. Thank you!
@Gouthami-xr4eh8 ай бұрын
Thank you .very nice and clear explanation .Easy for everyone to understand.thank you sir .
@CuriousLearner_05 Жыл бұрын
Thanks for the clarification , helped in clear a problem I was stuck in
@raumitraj86283 жыл бұрын
Bhut acha conceptual content hai yrr. It's really awesome!!!
@vndsanju98657 ай бұрын
chala chala TQ anna nuvu chepindhi chala thoraga ardham chesukunanu and chala bhaga ardham iendhi
@programsolve30538 ай бұрын
Very nice and helpful lesson. Thanks for sharing. 🎉🎉🎉
@noorelahi47922 жыл бұрын
Really amazing sir. after that wanna enroll for DS course.
@motivation_for_everything4702 жыл бұрын
really nice session
@yohanneskebede15736 ай бұрын
well explained. Can you make a video to fill in Na values by generating random numbers around the mean?
@sougatamitra5112 Жыл бұрын
One of the best explanations!! kudos
@saiprateek66432 жыл бұрын
Great resource for EDA ☺☺
@poornimachougale890311 ай бұрын
thanks for the informative video..🙏
@ketanverma7839Ай бұрын
Informative, can you please also make a video telling how to handle null values using ML algorithms ?
@mariamartin6205 Жыл бұрын
Thanks so much, this was really well explained and helpful.
@Ayanshedipelly23127 ай бұрын
We have to take care of data types also before filling with any value
@kushangshah-be7hn8 ай бұрын
It was help ful, thanks bro
@erison6791 Жыл бұрын
Thank you it is wonderful explanation. You answered my question perfectly.
@the-ghost-in-the-machine1108 Жыл бұрын
clear explanation. Thanks
@bosunomo6 ай бұрын
Great content, thank you so much.
@as84012 жыл бұрын
very very clear thank you so much for this fantastic video...
@VoidmanEric9 ай бұрын
so at 21:50 limit direction = 'forward" does work similar to method = 'pad"?
@daysirivas307 ай бұрын
Woooo!! Súper easy explained!!
@priyankajoshi19532 жыл бұрын
Very nice explanation 👍
@user-eg3sg1bz7g Жыл бұрын
this is so good and easy to understand thank you
@johnbainbridge1931 Жыл бұрын
I need intelligent filling, eg filling NaN with the mean of a data observation's category. E.g. car weight is missing, but we know it's SUV, so we apply average SUV weight.
@hibbajameel8779 Жыл бұрын
Thanks! You help me in my project ❤
@jagadeshkumar61742 жыл бұрын
Thank you, very clear and nice tutorial......
@MrKbforex3 жыл бұрын
Great content..Exactly what I have been looking for... Thanks
@abebebirhane73322 жыл бұрын
good presentation and nice knowledge
@abdoulkarim14682 жыл бұрын
thank you ; very good explanation
@nyashagracenhandara77572 жыл бұрын
thank you the explanation is clear and helpful
@abouteverything15732 жыл бұрын
Clear explain ❤️
@Uzi52726 ай бұрын
thank you for this video
@Chris-si4ox Жыл бұрын
this is brilliant thanks
@radhakrishna.kalluri71922 жыл бұрын
Good job... keep up good work
@bennguyen1313 Жыл бұрын
How would you fill empty values (NaN or NA) in a list or dataframe with the last known good value?
@tarblood2 жыл бұрын
thnx it is a good explanation
@MelissaLu-v5t Жыл бұрын
Hi Sir, great video, one question, when fill in the mean(), or max() for certain column, the entire whole dataframe was filled in with that mean() even the categorical column, can I just fill in the mean for that column but keep the other columns unchanged?
@mohdzohairrizvi4377 Жыл бұрын
did you get the answer to your question? I also needed the same question to be answered.
@jodysidney9761 Жыл бұрын
@@mohdzohairrizvi4377 Create a dictionary eg fillna({'colunmname1': 0, 'columnname2':5}). It will replace nulls in column1 with 0 and nulls in column 2 with 5
@v44s82 Жыл бұрын
#2 f = lambda df=df_rec: df.isna().sum(axis=0) result = f(df_rec) print(result)
@mikefranko2832 Жыл бұрын
But does it make any sense, to fill NA values with the next or the previous value? Or even more useless to fill it with a 0 or 5? Why would you do this?
@kakashiaravind221 Жыл бұрын
Sir, Let us the above as same example, now i need to save the dataset(after handiling the missing value) as csv file
@moatazsakr54352 жыл бұрын
thanks so much on this video ❤
@csit3093 Жыл бұрын
Super class
@salahotman84502 ай бұрын
Thanks
@nikomangrustini75532 жыл бұрын
I'm sorry Mr, can you make tutorial handling missing values with interpolasi linier method?
@raghunathanp37343 жыл бұрын
Great content
@bagushari18862 жыл бұрын
How to fillna using interpolate method in the some column in once time?
@khushaldodeja82672 жыл бұрын
Clean. Thanks!
@falcan775210 ай бұрын
Nice one Mate!!!!
@AteetNP Жыл бұрын
when should we drop a row?, i'm always fill the values with mean, median, mode etc, because rest of the columns seems importand.
@haripriya9101 Жыл бұрын
can we have a mean value for pad or bill
@milliekim50722 жыл бұрын
Thank you so much!
@djaysse3 жыл бұрын
Thank you, your explanations are very clear! How can I follow more courses by Akshit Madan?
how about fill the null value if the datasets is categkrical
@drewbal22653 ай бұрын
for i in range(108): print("Thank you")
@navaneethangn12152 жыл бұрын
Thanks Dude!
@uniqueuday8569 Жыл бұрын
Filling and replacing is same i think?
@hemkumarreddymaryada8140 Жыл бұрын
Find the number of rows with missing values means Can I use df.isnull().sum().sum() in Python ? Can anyone , please answer me ?
@srikanthkoltur69113 жыл бұрын
It was truly great thanks
@sravankumar34112 жыл бұрын
Bro hw remove the $ symbol in column
@animehunter21693 ай бұрын
what if the missing values are defined by "-"
@rajulgupta361411 ай бұрын
you should explain in which scenario which type of filling method is appropriate or suitable this is not a good video for example if we have outliers then we can not use mean
@ajaykushwaha-je6mw2 жыл бұрын
Hi Team, I want to replace missing value in original df. I used below code but it is not working, kindly help. df[(df['Age'].isnull()) & (df['Pclass']==2)].fillna(29)
@venkateshpeddinti5601 Жыл бұрын
👏
@v44s82 Жыл бұрын
A LEUZ L fichier .zip eli baathhouli ghazi mafihech questionet, fih les fichiers csv wl fichier jupyter mais maghir questions, EKTEBLI LES QUESTIONS 1) ... 2).. F KOL COMMENTAIRE WAHDOU WALA MABADDHOM WALA KIMA THEB wena taw nekteblek b ay façon juste hajti bel question chnia 1) .. 2) .. 3) ..
@hadirdammak5055 Жыл бұрын
hey
@v44s82 Жыл бұрын
ebaathouli les questions ektebli juste 1) .. wala 2).. commentaire w to njeweb west l comment l fichier eli baathou ghazi mafihech questions ferghin 1) 2) 3) ...
@sudeep25803 жыл бұрын
print"(Thanks for showing so many methods")
@fernandojackson7207 Жыл бұрын
I used the nan at the Indian restaurant and the waiter brought some bread.