Posts by Lucas Lopes • 1 point
1 post
-
0
votes1
answer31
viewsQ: Is it possible to replace certain values with NA in pandas without the use of loops?
I was studying data cleaning, and I saw that sometimes there can be int values in columns that should be string and vice versa, so the solution given by the author of the publication I was reading…