no commit message

parent b3c1176d
......@@ -42,11 +42,11 @@
"outputs": [],
"source": [
"data_csv = \"inc-3-PAY.csv\"\n",
"\n",
"#check if the local file exists\n",
"import os\n",
"import urllib.request\n",
"if not os.path.exists(data_csv):\n",
" urllib.request.urlretrieve(data_url, csv)"
" urllib.request.urlretrieve(data_url, data_csv)"
]
},
{
......
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