📅  最后修改于: 2022-03-11 14:45:52.935000             🧑  作者: Mango
try:
df = pd.read_csv(os.path.join(filePath, fileName),
sep='|', compression = 'gzip', dtype='unicode', error_bad_lines=False)
except CParserError:
print "Something wrong the file"
return df