diff --git a/module3/exo2/exercice_python_fr.org b/module3/exo2/exercice_python_fr.org index fe7eab19e77605242a11af62e68be85ff6d19a7f..31b9a8e02dd6aa853a4550a37d9682f4af27d6a2 100644 --- a/module3/exo2/exercice_python_fr.org +++ b/module3/exo2/exercice_python_fr.org @@ -158,7 +158,7 @@ plt.savefig("incidence_hebdo_varicelle.png") : plt.savefig("incidence_hebdo_varicelle.png") : NameError: name 'plt' is not defined -[[file:"incidence_hebdo_varicelle.png"]] +[[./incidence_hebdo_varicelle.png]] Zoom sur une année pour situer à quel mois se situe de pic annuel. @@ -222,6 +222,8 @@ print("année : ", donn.idxmax()) : année : Incidence annuelle 2009 : dtype: int64 +Epidémie la plus faible. + #+begin_src python :results output :session :exports both print("incidence min : ", donn.min()) print("année : ", donn.idxmin())