Тёмный

Find missing values in data with Pandas | Beginner tutorial 

Mısra Turp
Подписаться 39 тыс.
Просмотров 7 тыс.
50% 1

Опубликовано:

 

25 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 24   
@misraturp
@misraturp Год назад
👉 Get your copy of the Pandas cheat sheet: misraturp.gumroad.com/l/pandascs
@misraturp
@misraturp 2 года назад
What other data science tasks do you want to learn more about? Let me know and I can make a video on them too!
@berkbykc9151
@berkbykc9151 2 года назад
It was one of the best quality content I've ever watched, real world examples are really valuable. Thank you for this video. 💫
@misraturp
@misraturp 2 года назад
That's great to hear Berk, thank you!
@mahmoudfadaly8074
@mahmoudfadaly8074 7 месяцев назад
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 .
@python2448
@python2448 2 года назад
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.
@misraturp
@misraturp 2 года назад
Totally agree!
@cartoonchan182
@cartoonchan182 Год назад
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
@misraturp
@misraturp Год назад
Awesome!
@e.t.499
@e.t.499 2 года назад
Hi from Holland.You are inspiring Misra.Basarilarinin devamini dilerim:)
@misraturp
@misraturp 2 года назад
Cok tesekkurler :)
@sachinghutke9711
@sachinghutke9711 2 года назад
Hi misra, I'm Sachin from India I love the way u teaching, it's incredible and helpful to me 😊
@misraturp
@misraturp Год назад
Glad to hear that
@curtisjackson3377
@curtisjackson3377 2 года назад
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 :)
@misraturp
@misraturp 2 года назад
That is great to hear Curtis, thank you! And good luck with your projects!
@ajaykushwaha-je6mw
@ajaykushwaha-je6mw 2 года назад
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])
@karteekmenda3282
@karteekmenda3282 2 года назад
May be we can also use data['Column_Name'].value_counts(dropna = False) sometimes
@akhilp6263
@akhilp6263 Год назад
Could you please make a video on how to fill missing values effectively in such big data
@misraturp
@misraturp Год назад
It's coming soon!
@rishabh507
@rishabh507 2 года назад
Encoding, discretitzation
@misraturp
@misraturp 2 года назад
Thank you!
@alpcetinkaya3656
@alpcetinkaya3656 2 года назад
Teşekkürler
@misraturp
@misraturp 2 года назад
Ne demek :)
@vashisht1
@vashisht1 6 месяцев назад
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😢
Далее
Pandas functions: merge vs. join vs. concat
16:15
Просмотров 26 тыс.
iPhone Flip станет ХИТОМ!
00:40
Просмотров 370 тыс.
25 Nooby Pandas Coding Mistakes You Should NEVER make.
11:30
How to Handle Missing Data in your Research
13:08
Просмотров 3,7 тыс.
How do I handle missing values in pandas?
14:28
Просмотров 197 тыс.