Skip to content
Snippets Groups Projects
Commit c048619a authored by JupyterHub User's avatar JupyterHub User
Browse files

part2

parents b06098ef 437ba008
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,11 @@ ...@@ -114,7 +114,11 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
<<<<<<< HEAD
"execution_count": 16, "execution_count": 16,
=======
"execution_count": 13,
>>>>>>> 437ba008f2be068b037a81b480034e831b9ee1af
"id": "09d63039-ef49-4c65-be9d-9c7326428cdc", "id": "09d63039-ef49-4c65-be9d-9c7326428cdc",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
...@@ -125,7 +129,11 @@ ...@@ -125,7 +129,11 @@
"#df.to_excel(file_name)\n", "#df.to_excel(file_name)\n",
"\n", "\n",
"file_name = '\\results '+date+'.txt'\n", "file_name = '\\results '+date+'.txt'\n",
<<<<<<< HEAD
"path = '\\\\FILESERVER\\public\\Datentransfer\\Asonitis, Alexandros' + file_name\n", "path = '\\\\FILESERVER\\public\\Datentransfer\\Asonitis, Alexandros' + file_name\n",
=======
"path = \"\\\\FILESERVER\\public\\Datentransfer\\Asonitis, Alexandros\" + file_name\n",
>>>>>>> 437ba008f2be068b037a81b480034e831b9ee1af
"#export DataFrame to text file (keep header row and index column)\n", "#export DataFrame to text file (keep header row and index column)\n",
"with open(path, 'a') as f:\n", "with open(path, 'a') as f:\n",
" f.write('title.\\n\\n')\n", " f.write('title.\\n\\n')\n",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment