Reorder cells

parent e0246392
...@@ -27,19 +27,19 @@ ...@@ -27,19 +27,19 @@
] ]
}, },
{ {
"cell_type": "code", "cell_type": "markdown",
"execution_count": 2,
"metadata": {}, "metadata": {},
"outputs": [],
"source": [ "source": [
"data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.csv\"" "To ensure that we always have an available copy of the data, we will dowload it and keep a local version. If we already have a local version we wont download the data again."
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "code",
"execution_count": 2,
"metadata": {}, "metadata": {},
"outputs": [],
"source": [ "source": [
"To ensure that we always have an available copy of the data, we will dowload it and keep a local version. If we already have a local version we wont download the data again." "data_url = \"http://www.sentiweb.fr/datasets/incidence-PAY-3.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