Remove Columns and Rows - Pandas For Machine Learning 7

preview_player
Показать описание
In this video I'll show you how to remove columns and rows from your dataframes with Pandas and Python.

We'll look at the drop() funtion and use it to delete both columns and rows.

We'll also talk about the axis, and why it's important, before finally discussing the inplace flag to delete data permanently.

#pandas #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:06 - Remove Column With Drop
1:24 - Add Axis To Drop
2:27 - Delete Forever With Inplace
4:17 - Remove Row With Drop
6:06 - Conclusion
Рекомендации по теме
Комментарии
Автор

▶ Watch Entire Pandas Playlist ✅ Subscribe To My YouTube Channel:
▶ See More At: ✅ Join My Facebook Group:
▶ Get The Code:

Codemycom
Автор

Thanks a million! Who would have thought that remove is drop in Pandas haha 😆

the_player_is_ready
Автор

useful. not that I use python, but it is useful. thank you.

FritsvanDoorn
Автор

hi i watch through your video. i'm attending a data analyst bootcamp and work with both python and pandas. can i ask which playlist i should go through.

delmaregals
Автор

How do you delete a row when it has a certain content say color is Brindle?

woudy