What I have tried:
import simplejson import pandas as pd with open(\'/tmp/test.json\') as f: try: data = pd.DataFrame(simplejson.loads(line) for l