Skip to content

Commit

Permalink
changes to kaggle api json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikas-KM committed Jan 11, 2021
1 parent a4ea48d commit 5a615ef
Showing 1 changed file with 16 additions and 57 deletions.
73 changes: 16 additions & 57 deletions Amazon_Fine_Food_Reviews_Analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -177,47 +177,18 @@
"source": [
"files.upload()"
],
"execution_count": null,
"execution_count": 1,
"outputs": [
{
"output_type": "display_data",
"data": {
"text/html": [
"\n",
" <input type=\"file\" id=\"files-addcf356-b047-439f-94b8-bf78c5f1ee2a\" name=\"files[]\" multiple disabled\n",
" style=\"border:none\" />\n",
" <output id=\"result-addcf356-b047-439f-94b8-bf78c5f1ee2a\">\n",
" Upload widget is only available when the cell has been executed in the\n",
" current browser session. Please rerun this cell to enable.\n",
" </output>\n",
" <script src=\"/nbextensions/google.colab/files.js\"></script> "
],
"text/plain": [
"<IPython.core.display.HTML object>"
]
},
"metadata": {
"tags": []
}
},
{
"output_type": "stream",
"text": [
"Saving kaggle.json to kaggle.json\n"
],
"name": "stdout"
},
{
"output_type": "execute_result",
"data": {
"text/plain": [
"{'kaggle.json': b'{\"username\":\"vikaskm\",\"key\":\"bf11c9724b1364b3e91bee662fb79ca3\"}'}"
]
},
"metadata": {
"tags": []
},
"execution_count": 5
"output_type": "error",
"ename": "NameError",
"evalue": "name 'files' is not defined",
"traceback": [
"\u001b[1;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[1;31mNameError\u001b[0m Traceback (most recent call last)",
"\u001b[1;32m<ipython-input-1-63b259460c61>\u001b[0m in \u001b[0;36m<module>\u001b[1;34m\u001b[0m\n\u001b[1;32m----> 1\u001b[1;33m \u001b[0mfiles\u001b[0m\u001b[1;33m.\u001b[0m\u001b[0mupload\u001b[0m\u001b[1;33m(\u001b[0m\u001b[1;33m)\u001b[0m\u001b[1;33m\u001b[0m\u001b[1;33m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[1;31mNameError\u001b[0m: name 'files' is not defined"
]
}
]
},
Expand Down Expand Up @@ -739,9 +710,7 @@
"metadata": {
"id": "W7NV7Q2FYYda"
},
"source": [
""
],
"source": [],
"execution_count": null,
"outputs": []
},
Expand Down Expand Up @@ -829,9 +798,7 @@
"metadata": {
"id": "264jt3xnxHf3"
},
"source": [
""
],
"source": [],
"execution_count": null,
"outputs": []
},
Expand Down Expand Up @@ -1062,9 +1029,7 @@
"metadata": {
"id": "ylNeuALioCjn"
},
"source": [
""
],
"source": [],
"execution_count": null,
"outputs": []
},
Expand All @@ -1073,9 +1038,7 @@
"metadata": {
"id": "fNCEQhmIoCR_"
},
"source": [
""
],
"source": [],
"execution_count": null,
"outputs": []
},
Expand All @@ -1084,9 +1047,7 @@
"metadata": {
"id": "1vn-o0aOoB33"
},
"source": [
""
],
"source": [],
"execution_count": null,
"outputs": []
},
Expand Down Expand Up @@ -2948,9 +2909,7 @@
"metadata": {
"id": "vP38zBuSQZVb"
},
"source": [
""
],
"source": [],
"execution_count": null,
"outputs": []
}
Expand Down

0 comments on commit 5a615ef

Please sign in to comment.