trying to read my json data but it shows this error while using pandas
import pandas as pd data=pd.read_json(r"1_lines.json") print(data)