Pandas Deleting Exercises On Iris Dataset

preview_player
Показать описание
Sometimes we learn best by doing. Unlike my other videos, I’ll be going through these exercises cold. Sometimes we’ll encounter ambiguous questions, and sometimes I'll be wrong. Learning from our mistakes can be a powerful teacher. So, it’s OK to be wrong now, because we’ll know how to avoid it next time when it counts. My hope is that you will learn by doing. Why don’t you proceed through the linked exercises before we walk through them together? This series can be viewed in tandem with my “An Opinionated Guide to pandas“ video series (links below), but it’s not required. This series is beginner-friendly but aimed most directly at intermediate users.

This Learning by Doing is part of the pandas Opinionated Guide series:

The jupyter notebooks can be found here:
Рекомендации по теме
Комментарии
Автор

Things I learend from this lecture
1. header = None
pd.read_csv(url, header=None)
2. np.nan
3. dropna -> Always make sure "the axis"
4. .reset_index(drop=True)

arhataria
Автор

Very beginners friendly content. I'm in love with your videos.

theintrovertmma
Автор

Can you use pd.NA to convert to NAN or are they different types?

finnmccool