Published
- 1 min read
pandas read csv utf 8
The solution for this is noted below
pandas read csv utf 8
Solution
df = pd.read_csv('1459966468_324.csv', encoding='utf8')
Try other methods by searching on the site. That is if this doesn’t work