ex01

parent 01c5e3b0
...@@ -1032,7 +1032,7 @@ ...@@ -1032,7 +1032,7 @@
], ],
"source": [ "source": [
"file = \"incidence-PAY-3.csv\"\n", "file = \"incidence-PAY-3.csv\"\n",
"#import urllib.request\n", "import urllib.request\n",
"if not os.path.exists(file):\n", "if not os.path.exists(file):\n",
" urllib.request.urlretrieve(data_url, file)\n", " urllib.request.urlretrieve(data_url, file)\n",
"raw_data = pd.read_csv(file, skiprows=1)\n", "raw_data = pd.read_csv(file, skiprows=1)\n",
......
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