Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get df based on multiple conditions in column

user_df[user_df['colA'].isnull() & user_df['colB'] > 0]
Source by kanoki.org #
 
PREVIOUS NEXT
Tagged: #df #based #multiple #conditions #column
ADD COMMENT
Topic
Name
7+5 =