no commit message

parent 3216dfa4
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 48, "execution_count": 41,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
...@@ -37,22 +37,13 @@ ...@@ -37,22 +37,13 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 49, "execution_count": 70,
"metadata": {},
"outputs": [],
"source": [
"import os"
]
},
{
"cell_type": "code",
"execution_count": 52,
"metadata": { "metadata": {
"hideOutput": true "hideOutput": true
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"data_file = \"E:\\Tirant\\formation\\incidence-PAY-25.csv\"\n", "import os \n",
"import urllib.request\n", "import urllib.request\n",
"if not os.path.exists(data_file):\n", "if not os.path.exists(data_file):\n",
" urllib.request.urlretrieve(data_url, data_file)" " urllib.request.urlretrieve(data_url, data_file)"
...@@ -82,7 +73,7 @@ ...@@ -82,7 +73,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 56, "execution_count": 72,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
...@@ -1047,7 +1038,7 @@ ...@@ -1047,7 +1038,7 @@
"[2029 rows x 10 columns]" "[2029 rows x 10 columns]"
] ]
}, },
"execution_count": 56, "execution_count": 72,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment