dtypewarning专题

[Pandas error]sys:1: DtypeWarning: Columns (0,1) have mixed types. Specify dtype option on import or

要把这个 low_memory 关掉df = pd.read_csv('somefile.csv', low_memory=False)