📌  相关文章
📜  标记数据时出错. C 错误:对源调用 read(nbytes) 失败.尝试引擎='python'. - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:52.935000             🧑  作者: Mango

代码示例1
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