I think this is a less a foundry questions than a pandas question :)
You might need to change the locale in your code ?
# Change locale for commas as decimal separators, e.g., 'fr_FR' for French locale.setlocale(locale.LC_ALL, 'fr_FR.UTF-8')