MinMaxEpidémie

parent e995fce3
...@@ -2488,6 +2488,40 @@ ...@@ -2488,6 +2488,40 @@
"yearly_incidence.hist(xrot=20)" "yearly_incidence.hist(xrot=20)"
] ]
}, },
{
"cell_type": "code",
"execution_count": 16,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"5466192\n"
]
}
],
"source": [
"print(max(yearly_incidence[year]))"
]
},
{
"cell_type": "code",
"execution_count": 17,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"938731\n"
]
}
],
"source": [
"print(min(yearly_incidence[year]))"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": null, "execution_count": null,
......
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