79355371

Date: 2025-01-14 14:44:42
Score: 0.5
Natty:
Report link

I had this problem too. I solved the problem with like this:

`import pandas as pd

saving the dataframe to csv

df= df.apply(pd.to_numeric, errors='ignore') df.to_csv('df.csv', decimal=',', sep=';')`

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: malibuguest