I have a dataset [a,b,c,d,e] and i want to filter values from it with following conditions :
- a ='A'
- b = False
- c != NULL or (d not null or count < 20 )
(using python)
I have a dataset [a,b,c,d,e] and i want to filter values from it with following conditions :
(using python)