ex01

parent 166e5295
...@@ -58,6 +58,13 @@ ...@@ -58,6 +58,13 @@
"The first line of the CSV file is a comment, which we ignore with `skip=1`." "The first line of the CSV file is a comment, which we ignore with `skip=1`."
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"We check if the file is already downloaded and store to a local file to prevent to download every time we run the program. If it is not, we use the link and download it and save it locally."
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 35, "execution_count": 35,
......
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