Orensomekh commited on
Commit
cd7c7a0
·
verified ·
1 Parent(s): c92ac1e

Update Operational_Instructions/create-submission-result.ipynb

Browse files
Operational_Instructions/create-submission-result.ipynb CHANGED
@@ -7,9 +7,9 @@
7
  "metadata": {},
8
  "outputs": [],
9
  "source": [
10
- "\nimport pandas as pd\n\n",
11
 
12
- "# Code that generates the output\n",
13
  "answers = pd.DataFrame({\n",
14
  " \"id\": [1, 2],\n",
15
  " \"question\": [\"What is the capital of France?\", \"What is the capital of Germany?\"],\n",
 
7
  "metadata": {},
8
  "outputs": [],
9
  "source": [
10
+ "import pandas as pd\n",
11
 
12
+ "\n# Code that generates the output\n",
13
  "answers = pd.DataFrame({\n",
14
  " \"id\": [1, 2],\n",
15
  " \"question\": [\"What is the capital of France?\", \"What is the capital of Germany?\"],\n",