Orensomekh commited on
Commit
3ae2694
·
verified ·
1 Parent(s): 379ea31

Update Operational_Instructions/create-submission-result.ipynb

Browse files
Operational_Instructions/create-submission-result.ipynb CHANGED
@@ -38,7 +38,7 @@
38
  "answers.to_json(\"answers.jsonl\", orient='records', lines=True, force_ascii=False)\n",
39
  "\n",
40
  "# Load the file to make sure it is correct\n",
41
- "loaded_answers = pd.read_json(\"answers.jsonl\", lines=True)\n",
42
  "# Print the loaded answers\n",
43
  "print(loaded_answers)\n"
44
  ]
 
38
  "answers.to_json(\"answers.jsonl\", orient='records', lines=True, force_ascii=False)\n",
39
  "\n",
40
  "# Load the file to make sure it is correct\n",
41
+ "loaded_answers = pd.read_json(\"answers.jsonl\", lines=True)\n\n",
42
  "# Print the loaded answers\n",
43
  "print(loaded_answers)\n"
44
  ]