exercisemod31

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