Python Pandas Error tokenizing data

182 ワード

data = pd.read_csv(‘file1.csv’, error_bad_lines=False)
Do note that this will cause the offending lines to be skipped. error_bad_lines=Falseこのオプションは、エラーの行をスキップします.