thank u saw much for this playlist especially the first two videos "data exploration & data cleaning ", u saved so much time for me and i learned alot .
Hey Misra, I am loving and enjoying to learn from you. The way you help understand concepts, I adore it. Please keep doing your best and smile! P.S. I upgraded my Streamlit apps to a great deal after looking at your small yet powerful videos. All thanks to "Session State", because of which I found you. Cheers :)
the biggest plot twist of this year is at 2:32 .... for all this time i thought isnull() will show all null value(inclu. Na,Nan,none, etc) 👏👏 that's a useful information
Thanks for sharing. Missing values is really a critical problem in data engineering which needs to be addressed as early as possible in the analysis chain.
Hi Misra I am trying to write a code which gives missing values feature name and missing value count in form of dict, but mt code is not working. Kindly help. a = df.isnull().sum() miss = {} for i in range(len(a)): if a.values[i]>0: miss = {a.index[i] : a.values[i]} print(a.index[i])
This is the most irrelevant video on missing values. You didn't even talk about the categories of missing values mcar,mnar,mar . Neither u talked about mean mode median,ffill, bfill or drop or fillna...interpolate is another thing you did talk about..just money minded speaking about your course in end...so sad😢
👉 Get your copy of the Pandas cheat sheet: misraturp.gumroad.com/l/pandascs
What other data science tasks do you want to learn more about? Let me know and I can make a video on them too!
It was one of the best quality content I've ever watched, real world examples are really valuable. Thank you for this video. 💫
That's great to hear Berk, thank you!
thank u saw much for this playlist especially the first two videos "data exploration & data cleaning ", u saved so much time for me and i learned alot .
Hi from Holland.You are inspiring Misra.Basarilarinin devamini dilerim:)
Cok tesekkurler :)
Hey Misra, I am loving and enjoying to learn from you. The way you help understand concepts, I adore it. Please keep doing your best and smile!
P.S. I upgraded my Streamlit apps to a great deal after looking at your small yet powerful videos. All thanks to "Session State", because of which I found you.
Cheers :)
That is great to hear Curtis, thank you! And good luck with your projects!
the biggest plot twist of this year is at 2:32 .... for all this time i thought isnull() will show all null value(inclu. Na,Nan,none, etc) 👏👏 that's a useful information
Awesome!
Thanks for sharing. Missing values is really a critical problem in data engineering which needs to be addressed as early as possible in the analysis chain.
Totally agree!
Hi misra, I'm Sachin from India
I love the way u teaching, it's incredible and helpful to me 😊
Glad to hear that
Hi Misra
I am trying to write a code which gives missing values feature name and missing value count in form of dict, but mt code is not working.
Kindly help.
a = df.isnull().sum()
miss = {}
for i in range(len(a)):
if a.values[i]>0:
miss = {a.index[i] : a.values[i]}
print(a.index[i])
Could you please make a video on how to fill missing values effectively in such big data
It's coming soon!
Teşekkürler
Ne demek :)
May be we can also use data['Column_Name'].value_counts(dropna = False) sometimes
Encoding, discretitzation
Thank you!
This is the most irrelevant video on missing values. You didn't even talk about the categories of missing values mcar,mnar,mar . Neither u talked about mean mode median,ffill, bfill or drop or fillna...interpolate is another thing you did talk about..just money minded speaking about your course in end...so sad😢