Hello,
I would like to select the first N rows that contain a particular word (Boolean, in my case). For example:
Name Age Bool
Dora 13 True
Nelly 14 True
Kate 17 False
Michelle 19 True
I want to now have only the first 2 rows (ie the first rows, which contained "True").
Thank you!