From 5438989364c919f2fa3a7fdb9c4e83e9b7a800d7 Mon Sep 17 00:00:00 2001 From: escuiller Date: Mon, 27 Apr 2020 17:14:50 +0200 Subject: [PATCH] =?UTF-8?q?retouche=20int=C3=A9gration=20figure=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module3/exo2/exercice_python_fr.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/module3/exo2/exercice_python_fr.org b/module3/exo2/exercice_python_fr.org index fe7eab1..31b9a8e 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()) -- 2.18.1