Hi I would like to remove all “.0” at the end of a string for an entire DataFrame and I need it to be an exact match. Let’s make an example df: The desired output: I tried using replace but it didn’t work for some reason (I read maybe because replace only replaces entire strings and not substrings?). Either way,