abaikan panda baris yang buruk

import pandas as pd
dataFrame = pd.read_csv('path_to_file.csv',error_bad_lines=False)
Poised Peccary