I have a CSV file opened with 'latin1' encoding. However, there seems to be a problem with reading emojis. I want to remove all the emojis. It shows as square box and when I change to list, it changes to "\x80". Is there any way I can remove this??
df = pd.read_csv(r"myfilepath", encoding='latin1')