exercisemod31

parent 09321460
......@@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
......@@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 7,
"metadata": {},
"outputs": [
{
......@@ -36,8 +36,7 @@
"output_type": "stream",
"text": [
"Looking for file '%s' in the current directory... incidence-PAY-3.csv\n",
"'%s' not found! Downloading from internet... incidence-PAY-3.csv\n",
"'%s' download and saved locally.. incidence-PAY-3.csv\n"
"File found in current directory..\n"
]
}
],
......@@ -61,7 +60,8 @@
" print(\"File found in current directory..\")\n",
" \n",
"INPUT_FILE = \"incidence-PAY-3.csv\"\n",
"check_data_file(INPUT_FILE)"
"check_data_file(INPUT_FILE)\n",
"data_url=INPUT_FILE"
]
},
{
......
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