Posts by Rafael Do Prado • 16 points
1 post
-
-1
votes1
answer31
viewsA: Problems using iloc pandas
Because of the way NaN's are defined NaN == NaN -> False. You must use the function pd.IsNull
1 post
-1
votes1
answer31
viewsBecause of the way NaN's are defined NaN == NaN -> False. You must use the function pd.IsNull