python關於Error tokenizing data. C error: Expected 10 fields in line 30, saw 31可能出現的問題
今天使用pd.read_csv()出現了錯誤
pd.read_csv(file.txt,encoding='utf-8',header=None,sep='Σ')
Error tokenizing data. C error: Expected 10 fields in line 30, saw 31
按照其意思是,資料第十行列數原本是30的,現在出現了31;但我在原資料中認真對比了一些,發現列數並沒有發生變化。於是我提取了資料的前九行
pd.read_csv(file.txt,nrows = 9,encoding='utf-8',header=None,sep='Σ')
發現出現了第二個錯誤
UnicodeDecodeError: ‘utf8’ codec can’t decode byte 0xe6 in position 0: unexpected end of data
於是我意識到,並非是資料本身有問題,而是utf-8無法完全解析‘Σ’這一個分隔符導致出現的問題
在此記錄一下。
相關文章
- python匯入資料錯誤:ParserError: Error tokenizing data. C error: Expected 1 fields in line 3, saw 2PythonError
- 解決 Jenkins 上 git 出現的 “ERROR: Error fetching remote repo 'origin'” 問題JenkinsGitErrorREM
- 【C進階】#error和#line使用分析Error
- Error-Expected resource of typeError
- Vue : Expected the Promise rejection reason to be an ErrorVuePromiseError
- 關於CSS中的float可能出現的小問題CSS
- fabirc error authorizing update: error validating ReadSet: readset expected key [Group] /Channel/AppErrorAPP
- 執行專案出現Error: error:0308010C:digital envelope routines::unsupportedErrorGit
- 關於 Webview 的混合模式(華為 P30 出現問題)WebView模式
- Error running ‘Application’Command line is too longErrorAPP
- Binary XML file line #2: Error inflatingXMLError
- Antd的message.error 彈出的視窗不會關閉的問題Error
- 12、C++ Switch的使用問題error: jump to case labelC++Error
- MySQL 使用 show tables 時出現 ERROR 1449 (HY000) 問題MySqlError
- 【問題解決】remote: parse error: Invalid numeric literal at line 1, column 20,解決思路REMError
- 簡單幾步解決win10安裝軟體出現error launching installer的問題Win10Error
- 關於遠端連線虛擬機器Network error: Connection timed out的問題虛擬機Error
- Solaris awk: syntax error near line 1 awk: bailing out near line 1ErrorAI
- [譯] Part 31: Golang 中的自定義ErrorGolangError
- CXF 在WAS上報Unmarshalling Error的問題Error
- ArchLinux出現ACPI ERROR的解決方法LinuxError
- Linux安裝mysql出現ERROR! The server quit without updating PID file問題解決LinuxMySqlErrorServerUI
- 從根本解決windows安裝JDK出現error:could not open ‘...jvm.cfg‘的問題WindowsJDKErrorJVM
- 反序列 unserialize(): Error 報錯問題Error
- Spark —— Spark OOM Error問題排查定位SparkOOMError
- Error: Expected ref to be a function, a string, an object returned by React.createRef(), or null.ErrorFunctionObjectReactNull
- Ubuntu git pull 出現Permission denied ErrorUbuntuGitError
- linux CentOS出現Error: xz compression not availableLinuxCentOSErrorAI
- android 打包出現錯誤Error: ResourceNameAndroidError
- 更改密碼時出現ERROR 1054密碼Error
- Oracle 19C上線後可能出現的問題彙總(全)Oracle
- [譯] Part 30: Golang 中的Error處理GolangError
- wn10系統出現Whea uncorrectables error如何修復Error
- 關於dataguard出現問題的檢查步驟
- Python常見ErrorPythonError
- npm ERR! Error: CERT_UNTRUSTED的問題解決NPMErrorRust
- 解決yarn打包時出現“FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory”的問題YarnErrorMITAIJavaScript
- openGauss 出現-Error-No-space-left-on-device-提示Errordev