Spaces:
Running
Running
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 |
-
"
|
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",
|