How could we fix the badly formatted CSV so it would work with read_csv? code example
Example: ignore bad lines pandas
import pandas as pd
dataFrame = pd.read_csv('path_to_file.csv',error_bad_lines=False)
import pandas as pd
dataFrame = pd.read_csv('path_to_file.csv',error_bad_lines=False)