我想讀一個大的CSV文件(約17GB)到python Spyder使用熊貓模塊。這裏是我的代碼data =pd.read_csv('example.csv', encoding = 'ISO-8859-1') 但我不斷收到CParserError ...
確定! 回上一頁