How do I correctly read a CSV with currency symbols? I tried many encodings
df = pd.read_csv('file.csv', encoding="windows-1252")
df
€ discount €price
0 1 2
Expected Output:
df
€ discount €price
0 1 2