How to skeip Error: field larger than field limit (131072) when using pd.read_csv

前端 未结 0 1947
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-06 01:06

Loading a 5GB csv file using the following code crashes my pc.

a = pd.read_csv(\'file.csv\', error_bad_lines=False,encoding=\'latin1\',engine=\'python\')


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题