0

I have a CSV file where only certain parts of that file are JSON strings. I am trying to use pandas to analyze this data. However, I cannot figure out how to get the specific JSON strings to be shown as JSON strings, as they are contained within the CSV file.

The csv file would be something like this:

username,data,
name1,"very long json string",
name2,"very long json string",
2
  • Use a different delimiter than comma. Commented Jul 21, 2017 at 19:25
  • Does json always appear after the name variable Commented Jul 21, 2017 at 19:52

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.