Data selection in Pandas with 'filter'

preview_player
Показать описание
Want to select particular columns from your data frame? The "filter" method lets you name the columns, or select them via substrings or even regular expressions. It can similarly retrieve rows via the indexes.

In this video, I introduce the "filter" method, and show you how/where to use it. You'll soon be able to select rows and columns like a pro.

Рекомендации по теме
Комментарии
Автор

The more I have been learning SQL, the more I start seeing aspects of it in Pandas. I need to get back to reading both your Regular Expression and Pandas book.

christophertyler
Автор

Your videos are great!!! Thanks so much for the concise, clear explanations. You Rock!!!

hull
Автор

thank you so much, you made me love pandas' filter now. 😃

xiaoyangshawnhuang
Автор

Hello, I have a question regarding the MEAP for your book, "Pandas Workout". Does the MEAP cover pandas 2.0 or is it based on an earlier version?

s.w.