OSError: Initializing from file failed
在你寫好資料後,進行儲存, 可以允許進行中文儲存
file_name='測試.csv' df.to_csv(file_name)
但是在用資料,讀取資料的時候
f=(file_name) df_csv=pd.read_csv(f) print(df_csv)
OSError: Initializing from file failed 會報錯! 意思是不讓你用中文
如果就是想用中文,則程式碼進行:
f=open(file_name) df_csv=pd.read_csv(f) print(df_csv) f.close()
此時會報錯:
UnicodeDecodeError: 'gbk' codec can't decode byte 0xac in position 18: illegal multibyte sequence
意思是 你需要注意編碼!
f=open(file_name,'r',encoding='UTF-8') df_csv=pd.read_csv(f) print(df_csv) f.close()
這樣就可以開啟 有中文名的csv檔案!
相關推薦
OSError: Initializing from file failed
在你寫好資料後,進行儲存, 可以允許進行中文儲存 file_name='測試.csv' df.to_csv(file_name) 但是在用資料,讀取資料的時候 f=(file_name) df_csv=pd.read_csv(f) print(df_csv) OSError: Ini
python pandas 路徑中有中文 OSError: Initializing from file failed
data = pd.read_csv('D:/code/data/original-data/item-sort/3 - 副本.txt', header=None) OSError: Initiali
解決pandas.read_csv()出現OSError:Initializing from file failed問題
在使用pandas.read_csv()讀取txt檔案時出現瞭如下異常: Traceback (most recent call last): File "<stdin>", line 1, in <module> File
Python3 pandas read_csv 讀取txt檔案報錯:IOError: Initializing from file failed
錯誤程式碼: data=pd.read_csv(‘C:\Users\lenovo\Desktop\停用詞檔案\字尾詞處理260\handle_data_01.txt’,sep=’\n’) print
【COCOS2DX-LUA 指令碼開發之十三】解決lua專案編譯Android出現get data from file failed、Cocos2dxActivity cannot be 路徑等問題
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID) CCString* pstrFileContent = CCString::createWithContentsOfFile("himi.lua"); if (pstrFi
關於錯誤Failed to open dex from file descriptor for zip file
I/PackageManager( 934): Running dexopt on: /system/app/Development/Development.apk pkg=com.android.development isa=x86 vmSafeMode=false
CentOS7使用ssh不能登錄,報錯:Read from socket failed: Connection reset by peer
read from socket failed: connection reset by peer使用xshell登錄CentOS7,不能登錄,使用另外一臺Linux主機,telent 22端口是同的,ssh連接報以下錯誤:Read from socket failed: Connection reset b
ORA-09817: Write to audit file failed 報錯解決辦法
ora-09817 archivelog 上午開虛擬機登錄數據庫的時候,突然就報錯:ORA-09817: Write to audit file failed寫入失敗?不會是磁盤滿了吧?當然,no space left on device提示的很明顯,df -h 查詢一下,果然100%了:馬上搜羅下o
從文件中讀取字符-多次調用read characters from file multiple calls
post 例如 緩沖區 class 風格 分鐘 spa multi com [抄題]: 接口:int read4(char * buf)一次從文件中讀取 4 個字符。返回值是實際讀取的字符數。 例如,如果文件中只剩下 3 個字符,則返回 3。通過使用read4 接口,實現從
Loading Data Into Hive From File By ODI 12c
Hive ODI 本文介紹如何將文本文件中的數據通過ODI導入Hive數據倉庫。 一、Hive上創建目標表 1.1 源表定義 CREATE TABLE EXAM_SCORE ( ID NUMBER(4), AREA_ID NUMBER(1), EXAM_I
zabbix Get value from agent failed: cannot connect to [[10.2.72.132]:10050]: [113] No route to host
http CP 取數 -- OS all alt host zabb 描述:item主動模式可以獲取數據,被動模式不可以。zabbix server無法訪問agent服務器的10050端口 解決:開啟端口即可: redhat 7.x版本 firewall-cmd -
Get value from agent failed: cannot connect to [[127.0.0.1]:10050]: [111] Connection refused
http 9.png emctl 服務器 無法 span gen 進程 運維 監控zabbix服務端這臺服務器,然後顯示Get value from agent failed: cannot connect to [[127.0.0.1]:10050]: [111] Co
mysql-Starting MySQL..The server quit without updating PID file (/[FAILED]ql/mysql/pid)
報警 短信報警 touch stop MF 網站 back comm 問題 淩晨1點,日常刷刷手機中,郵箱短信報警了,瞄了一眼,磁盤什麽什麽的,沒在意,每天幾十封郵件,麻木了。早上7點,還沒醒,老大給我打電話,網站502了,一個激靈起來登陸網站,發現502了 查看進程,發現
使用xtrabackup恢復重啟出錯Starting MySQL..The server quit without updating PID file ([FAILED]tion/mysql/data
剛開始學習使用xtrabackp的恢復,在啟動的時候報錯 /etc/init.d/mysqld start Starting MySQL..The server quit without updating PID file ([FAILED]tion/mysql/data/localhost
weblogic異常之 A failure occurred attempting to load LDIF for provider Authorizer from file /weblogic/b
1.異常描述 <Oct 21, 2018 1:41:42 PM CST> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be l
SSH error ( Read from socket failed: Connection reset by peer ) and it's solution
ssh cann't connected ,event in localhost[[email protected] ssh]# ssh 127.0.0.1Read from socket failed: Connection reset by peertry the following refe
tensorflow Restoring from checkpoint failed
發生異常: tensorflow.python.framework.errors_impl.InvalidArgumentError Restoring from checkpoint failed. This is most likely due to a mismatch between the
docker 網路 不好用 docker: Error response from daemon: failed to create endpoint jovial_wing on network b
啟動容器時,有可能會遇到如下問題,比如啟動redis容器: sudo docker run -d -p 6379:6379 --name redis redis:latest Linux程式碼 docker: Error response from daemon
Intellij IDEA匯入專案出現Cannot load settings from file錯誤
錯誤: Cannot load settings from file 'C:\Users\user\.IdeaIC13\config\options\code.style.schemes.xml': java.lang.AssertionError: Unexpected
搭建linux ftp伺服器,以及create file failed等錯誤
最近搭建了一個ftp伺服器,分享一下踩過的坑。首先說明,我要搭建的是一個匿名的ftp伺服器,對內網所有使用者開放,可以任意上傳和下載。首先關閉selinux配置 /etc/selinux Enforcing 變disable。yum install vsftpd -yvim