I have a text file containing tweets. I want to extract only the User Name & Text from the file and want to remove all the other impurities like ASCII values and URLs. But when I'm executing my Python code, this error is coming:
"UnicodeDecodeError: 'charmap' codec can't decode byte 0x8f in position 5776245: character maps to "
Any solutions/Python code for doing this?