From 3ba5f8e2e1fde69333ef876bd5669fc067de6dd5 Mon Sep 17 00:00:00 2001 From: 1d088a6d40ba36d8ca02f1d09449c98c <1d088a6d40ba36d8ca02f1d09449c98c@app-learninglab.inria.fr> Date: Thu, 27 Aug 2020 19:30:06 +0000 Subject: [PATCH] Replace Covid19.nb.html --- module3/exo3/Covid19.nb.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/module3/exo3/Covid19.nb.html b/module3/exo3/Covid19.nb.html index 6256eda..ddc485b 100644 --- a/module3/exo3/Covid19.nb.html +++ b/module3/exo3/Covid19.nb.html @@ -2072,6 +2072,13 @@ summary {
data
+ +
+ +
+

Nous effectuons les mêmes retraitements que précédemment :

@@ -2104,6 +2111,13 @@ summary { select(Date, everything()) # On met la colonne de Date en première position tdata + +
+ +
+ @@ -2116,6 +2130,13 @@ summary {
meltdf = melt(tdata, id = "Date")
 meltdf
+ +
+ +
+

Puis on trace un graphique animé représentant la série temporelle du nombre cumulé de décès dus à la Covid-19 pour les différents pays de notre base de données :

-- 2.18.1