I want to import a JSON lines file into pandas. I tried to import it like a regular JSON file, but it did not work:
js = pd.read_json (r'C:\Users\Name\Downloads\profilenotes.jsonl')
I want to import a JSON lines file into pandas. I tried to import it like a regular JSON file, but it did not work:
js = pd.read_json (r'C:\Users\Name\Downloads\profilenotes.jsonl')