ValueError errors while reading JSON file with pd.read_json

I am trying to read JSON file using pandas: import pandas as pd df = pd.read_json('https://data.gov.in/node/305681/datastore/export/json') I get ValueError: arrays must all be same length Some o...