I'm trying to transform a certain CSV into a pandas dataframe. The CSV has some columns, such as text, display_name and user_status, and this fields can receive commas(,) and quotemarks (" or ') in its values. My CSV's delimiter is also the comma and since all the fields are strings, it has quotemarks in every field (see the example below). When trying to import this to the dataframe, all the lines with this extra commas are skipped (Skipping line 10: Expected 10 fields in line 10, saw 12). How can I deal with it?
CSV header:
text,created_at,verified,followers_count,friends_count,statuses_count,user.created_at,screen_name,name,link
'text_string, it can contain commas and "quotemarks"','2020-04-08 03:00:47','False','278','631','13869','2018-07-03 20:18:49','screen_name','name','tweet_link'