What is the most efficient way to clean this array ['1\xa0790\xa0000\xa0kr', '1\xa0980\xa0000\xa0kr'] into a new array that looks like this ['1790000', '1980000]?
I am a beginner in python and appreciate any advice, thank you!.
I tried a douple for loop and deleted chars that were equal to "x","a". When trying backslash it failed.