Forum Discussion
Babakhsn
2 years agoHelper I
Running Python Script Changes Types and Adds Additional Zeros
Hello everyone. I am running a python script and I have realized that even when my script is empty, after running it the following problem occurs: Power Query changes text types to decimal and t...
- 2 years ago
Seems to be a locale mismatch. Some cultures use a dot as the decimal separator while others use a comma. Make sure your culture settings match between Power Query and Python.
lbendlin
2 years agoSuper User
Seems to be a locale mismatch. Some cultures use a dot as the decimal separator while others use a comma. Make sure your culture settings match between Power Query and Python.