Logical operators in julia

Try this:

data_full[(data_full[:is_minor] .== 1 ) .& (data_full[:LA_INC] .<= 0),:]
1 Like