I have this kind of error in jupyter notebook, is there something needs to be done?
ParserError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_15164\57077545.py in ----> 1 pd.read_csv('datawisata.csv', skip_blank_lines=False)
apparently i have blank data from my travel.csv.
ParserError: Error tokenizing data. C error: Expected 1 fields in line 54, saw 2
any suggestions how to parse it ?? or maybe it can't be done so i need to change it into 'blank' words first?