Data selection in Pandas with "filter"

Опубликовано: 29 Июнь 2023
на канале: Python and Pandas with Reuven Lerner
3,289
100

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 Jupyter notebook for all of my videos are at https://github.com/reuven/youTube-not....