Posts by Dataworm1523 • 23 points
1 post
-
2
votes2
answers53
viewsQ: How to change abbreviated values in a DF using Pandas in Python
I have the following problem, I have a df with more than 50 columns, in these columns, some have value of type "35,57B", "6,85T". How do I make iteratively and replace the examples cited above so…