当前位置:网站首页>Unicode decodeerror: 'UTF-8' codec can't decode byte 0xd0 in position 0 successfully resolved
Unicode decodeerror: 'UTF-8' codec can't decode byte 0xd0 in position 0 successfully resolved
2022-07-06 10:26:00 【How about a song without trace】
When doing emotional classification tasks , Read csv The file is disgusting to death , The file coding format is notepad see utf8, also pycharm Also set utf8 Format , Still reporting errors , Finally, I added encoding="ISO-8859-1" It's a success , Anyway, I don't understand , Theory should use utf8 Of , Maybe there is still a problem with the data , Or you can turn it around with Notepad , Save again .
import pandas as pd
# Reading data , engine The default is C
dataset = pd.read_csv("./data/training.1600000.processed.noemoticon.csv",encoding="ISO-8859-1",engine='python',header = None)
# View the... Of the data table shape
边栏推荐
- 17 医疗挂号系统_【微信支付】
- 西南大学:胡航-关于学习行为和学习效果分析
- MySQL35-主从复制
- Implement context manager through with
- Not registered via @EnableConfigurationProperties, marked(@ConfigurationProperties的使用)
- 使用OVF Tool工具从Esxi 6.7中导出虚拟机
- MySQL36-数据库备份与恢复
- MySQL实战优化高手09 生产经验:如何为生产环境中的数据库部署监控系统?
- Export virtual machines from esxi 6.7 using OVF tool
- Isn't there anyone who doesn't know how to write mine sweeping games in C language
猜你喜欢
What should the redis cluster solution do? What are the plans?
MySQL實戰優化高手04 借著更新語句在InnoDB存儲引擎中的執行流程,聊聊binlog是什麼?
Target detection -- yolov2 paper intensive reading
MySQL combat optimization expert 12 what does the memory data structure buffer pool look like?
Not registered via @EnableConfigurationProperties, marked(@ConfigurationProperties的使用)
What is the current situation of the game industry in the Internet world?
Carolyn Rosé博士的社交互通演讲记录
如何让shell脚本变成可执行文件
如何搭建接口自动化测试框架?
MySQL34-其他数据库日志
随机推荐
Bytetrack: multi object tracking by associating every detection box paper reading notes ()
MySQL的存储引擎
安装OpenCV时遇到的几种错误
pytorch的Dataset的使用
MySQL combat optimization expert 09 production experience: how to deploy a monitoring system for a database in a production environment?
Carolyn Rosé博士的社交互通演讲记录
西南大学:胡航-关于学习行为和学习效果分析
C miscellaneous two-way circular linked list
docker MySQL解决时区问题
Time in TCP state_ The role of wait?
Jar runs with error no main manifest attribute
jar运行报错no main manifest attribute
The governor of New Jersey signed seven bills to improve gun safety
MySQL实战优化高手12 Buffer Pool这个内存数据结构到底长个什么样子?
17 medical registration system_ [wechat Payment]
好博客好资料记录链接
The underlying logical architecture of MySQL
[Julia] exit notes - Serial
Complete web login process through filter
AI的路线和资源