ignore bad lines pandas

Solutions on MaxInterview for ignore bad lines pandas by the best coders in the world

showing results for - "ignore bad lines pandas"
Andreas
25 Feb 2017
1import pandas as pd
2dataFrame = pd.read_csv('path_to_file.csv',error_bad_lines=False)