I have a df thats big, and has int's and float's inside, some have bigger values over 1 thousand, and that gives error when using them as int
ex:
A B C
0 1,598 65.79 79
1 -300 46.90 90
the format doesnt let me write the df
How can I replace the "," for this: ""?