Hi Stata users,
I am using European data, and it has punctuation for thousand separator, and comma for decimal separator. (Reverse to the U.S.)
How can I destring it correctly?
For example
45,5 is indeed 45.5. But I cannot make it like this.
Also 256.233 is indeed 256,233 in the U.S. format
Does anyone have an idea for this?
Best regards,
Ed
I am using European data, and it has punctuation for thousand separator, and comma for decimal separator. (Reverse to the U.S.)
How can I destring it correctly?
For example
45,5 is indeed 45.5. But I cannot make it like this.
Also 256.233 is indeed 256,233 in the U.S. format
Does anyone have an idea for this?
Best regards,
Ed
Comment