Today I turn my attention to the wonderful world of pandas. I am trying to read a .csv file, which is an easy task, but when I pass in the file (right here: https://raw.githubusercontent.com/grammakov/USA-cities-and-states/master/us_cities_states_counties.csv), it gives me this mess:
pandas.errors.ParserError: Error tokenizing data. C error: Expected 4 fields in line 9, saw 5
I have tried setting delimiter to an empty string, setting it to a variable, and declaring the type pd.Dataframe.
'|', so when you use anything else it parses it weird