0

I have a dataset [a,b,c,d,e] and i want to filter values from it with following conditions :

  1. a ='A'
  2. b = False
  3. c != NULL or (d not null or count < 20 )

(using python)

TS12
  • 3
  • 2
  • hello please add an example of the dataframe you're working with with this format : df = pd.dataframe({.. – grymlin Oct 04 '22 at 08:29

0 Answers0