Lea el archivo JSON Línea por línea en DataFrame

data_df = pd.read_json('C:/Users/Alberto/nutrients.json', lines=True)
Charming Cobra