modify so that we actually read the local grippe file

parent bb645416
......@@ -9,7 +9,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 42,
"metadata": {},
"outputs": [],
"source": [
......@@ -28,7 +28,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 43,
"metadata": {},
"outputs": [],
"source": [
......@@ -67,7 +67,7 @@
},
{
"cell_type": "code",
"execution_count": 29,
"execution_count": 44,
"metadata": {},
"outputs": [
{
......@@ -1032,13 +1032,13 @@
"[1890 rows x 10 columns]"
]
},
"execution_count": 29,
"execution_count": 44,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"raw_data = pd.read_csv(data_url, skiprows=1)\n",
"raw_data = pd.read_csv(data_file, skiprows=1)\n",
"raw_data"
]
},
......@@ -1051,7 +1051,7 @@
},
{
"cell_type": "code",
"execution_count": 30,
"execution_count": 45,
"metadata": {},
"outputs": [
{
......@@ -1113,7 +1113,7 @@
"1653 FR France "
]
},
"execution_count": 30,
"execution_count": 45,
"metadata": {},
"output_type": "execute_result"
}
......@@ -1131,7 +1131,7 @@
},
{
"cell_type": "code",
"execution_count": 31,
"execution_count": 46,
"metadata": {},
"outputs": [
{
......@@ -2096,7 +2096,7 @@
"[1889 rows x 10 columns]"
]
},
"execution_count": 31,
"execution_count": 46,
"metadata": {},
"output_type": "execute_result"
}
......@@ -2126,7 +2126,7 @@
},
{
"cell_type": "code",
"execution_count": 32,
"execution_count": 47,
"metadata": {},
"outputs": [],
"source": [
......@@ -2156,7 +2156,7 @@
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 48,
"metadata": {},
"outputs": [],
"source": [
......@@ -2181,7 +2181,7 @@
},
{
"cell_type": "code",
"execution_count": 34,
"execution_count": 49,
"metadata": {},
"outputs": [
{
......@@ -2209,16 +2209,16 @@
},
{
"cell_type": "code",
"execution_count": 35,
"execution_count": 50,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f656a4e48>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f653ebe10>"
]
},
"execution_count": 35,
"execution_count": 50,
"metadata": {},
"output_type": "execute_result"
},
......@@ -2248,16 +2248,16 @@
},
{
"cell_type": "code",
"execution_count": 36,
"execution_count": 51,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f6557f6d8>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f654dee10>"
]
},
"execution_count": 36,
"execution_count": 51,
"metadata": {},
"output_type": "execute_result"
},
......@@ -2308,7 +2308,7 @@
},
{
"cell_type": "code",
"execution_count": 37,
"execution_count": 52,
"metadata": {},
"outputs": [],
"source": [
......@@ -2328,7 +2328,7 @@
},
{
"cell_type": "code",
"execution_count": 38,
"execution_count": 53,
"metadata": {},
"outputs": [],
"source": [
......@@ -2352,16 +2352,16 @@
},
{
"cell_type": "code",
"execution_count": 39,
"execution_count": 54,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f6582c470>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f65210b38>"
]
},
"execution_count": 39,
"execution_count": 54,
"metadata": {},
"output_type": "execute_result"
},
......@@ -2391,7 +2391,7 @@
},
{
"cell_type": "code",
"execution_count": 40,
"execution_count": 55,
"metadata": {},
"outputs": [
{
......@@ -2435,7 +2435,7 @@
"dtype: int64"
]
},
"execution_count": 40,
"execution_count": 55,
"metadata": {},
"output_type": "execute_result"
}
......@@ -2454,16 +2454,16 @@
},
{
"cell_type": "code",
"execution_count": 41,
"execution_count": 56,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f654deba8>"
"<matplotlib.axes._subplots.AxesSubplot at 0x7f1f65186828>"
]
},
"execution_count": 41,
"execution_count": 56,
"metadata": {},
"output_type": "execute_result"
},
......
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