Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

select rows with multiple conditions pandas query

df.query('Salary_in_1000 >= 100 & Age < 60 & FT_Team.str.startswith("S").values')
Source by kanoki.org #
 
PREVIOUS NEXT
Tagged: #select #rows #multiple #conditions #pandas #query
ADD COMMENT
Topic
Name
7+1 =