no commit message

parent e433a930
...@@ -6256,11 +6256,11 @@ ...@@ -6256,11 +6256,11 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 14, "execution_count": null,
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"#for simplicity we put all in one:\n", "### for simplicity we put all in one:\n",
"deaths_france[\"corona deaths\"] = to_plot[\"France except Dom/Tom\"][\"deaths cases\"]\n", "deaths_france[\"corona deaths\"] = to_plot[\"France except Dom/Tom\"][\"deaths cases\"]\n",
"# plt.figure(figsize = (15,7.5))\n", "# plt.figure(figsize = (15,7.5))\n",
"# plt.plot(deaths_france[\"Total_deces_2020\"], label=\"deaths 2020\")\n", "# plt.plot(deaths_france[\"Total_deces_2020\"], label=\"deaths 2020\")\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