Answers for "parsererror: error tokenizing data. c error: calling read(nbytes) on source failed. try engine='python'. vaex"

0

Error tokenizing data. C error: Calling read(nbytes) on source failed. Try engine='python'.

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
Posted by: Guest on January-05-2021

Code answers related to "parsererror: error tokenizing data. c error: calling read(nbytes) on source failed. try engine='python'. vaex"

Python Answers by Framework

Browse Popular Code Answers by Language