not

How to Select Columns Based on a Logical Condition in Pandas (Python)

0:00
↔️ ↕️

Timecodes:

in this video we're going to learn how

to select

columns in a pandas data frame based on

a logical condition

across the values of the columns so for

instance what if we were only interested

in looking at

columns of this data set where the

average value of the column

was greater than a certain number for

maybe we're just not interested

in columns that tend to have low values

well we could do that using a logical

indexing operation over the columns so

in that

case let's say we wanted to get only

columns where the average of that column

was greater than 10.

we could do that with a logical indexing

operation

what we want to do is start by finding


Related queries:


drop columns with no values pandas
select specific value in column pandas
select values in column pandas