I got a simple condition where I want to match each row that has a value equal to NaN. I checked that this NaN is in fact a float value but i cant match it using df[(df.microtask == float("nan"))]
How do I do this? Every answer on the internet refers to a different kind of matching