diff --git a/module2/exo4/daily.png b/module2/exo4/daily.png index ff1bae238c9834f17c53bf5b38c7d02ce6e22e7c..43dbbd1eba0388b9e6e4704e9c35f4bc2a9b1c0c 100644 Binary files a/module2/exo4/daily.png and b/module2/exo4/daily.png differ diff --git a/module2/exo4/exercice_python_fr.org b/module2/exo4/exercice_python_fr.org index cf2fd546a1d735c65d07512b546229dc6634e8cd..11dc4db5d767f08196ce6108a458e4273e7f1bc1 100644 --- a/module2/exo4/exercice_python_fr.org +++ b/module2/exo4/exercice_python_fr.org @@ -53,9 +53,9 @@ l'[[https://www.ecdc.europa.eu/][ECDC]] : #+RESULTS: : location new_cases new_deaths total_cases total_deaths : date -: 2020-04-06 Zimbabwe 0 0 9 1 -: 2020-04-07 Zimbabwe 0 0 9 1 -: 2020-04-08 Zimbabwe 1 0 10 1 +: 2020-04-15 Zimbabwe 0 0 17 3 +: 2020-04-16 Zimbabwe 6 0 23 3 +: 2020-04-17 Zimbabwe 1 0 24 3 * Evolution comparée de l'épidémie dans quelques pays @@ -113,33 +113,39 @@ En pratique, on prend #+begin_example location new_cases new_deaths total_cases total_deaths date -2020-03-14 Spain 1227 37 4231 121 -2020-03-15 Spain 1522 15 5753 136 -2020-03-16 Spain 2000 152 7753 288 -2020-03-17 Spain 1438 21 9191 309 -2020-03-18 Spain 1987 182 11178 491 -2020-03-19 Spain 2538 107 13716 598 -2020-03-20 Spain 3431 169 17147 767 -2020-03-21 Spain 2833 235 19980 1002 -2020-03-22 Spain 4946 324 24926 1326 -2020-03-23 Spain 3646 394 28572 1720 -2020-03-24 Spain 4517 462 33089 2182 -2020-03-25 Spain 6584 514 39673 2696 -2020-03-26 Spain 7937 738 47610 3434 -2020-03-27 Spain 8578 655 56188 4089 -2020-03-28 Spain 7871 769 64059 4858 -2020-03-29 Spain 8189 832 72248 5690 -2020-03-30 Spain 6549 838 78797 6528 -2020-03-31 Spain 6398 812 85195 7340 -2020-04-01 Spain 9222 849 94417 8189 -2020-04-02 Spain 7719 864 102136 9053 -2020-04-03 Spain 8102 950 110238 10003 -2020-04-04 Spain 7472 932 117710 10935 -2020-04-05 Spain 7026 809 124736 11744 -2020-04-06 Spain 6023 674 130759 12418 -2020-04-07 Spain 4273 637 135032 13055 -2020-04-08 Spain 5478 743 140510 13798 -2020-04-09 Spain 6180 757 146690 14555 +2020-03-16 France 924 36 5423 127 +2020-03-17 France 1210 21 6633 148 +2020-03-18 France 1097 27 7730 175 +2020-03-19 France 1404 69 9134 244 +2020-03-20 France 1861 128 10995 372 +2020-03-21 France 1617 78 12612 450 +2020-03-22 France 1847 112 14459 562 +2020-03-23 France 1559 112 16018 674 +2020-03-24 France 3838 186 19856 860 +2020-03-25 France 2446 240 22302 1100 +2020-03-26 France 2931 231 25233 1331 +2020-03-27 France 3922 365 29155 1696 +2020-03-28 France 3809 299 32964 1995 +2020-03-29 France 4611 319 37575 2314 +2020-03-30 France 2599 292 40174 2606 +2020-03-31 France 4376 418 44550 3024 +2020-04-01 France 7578 499 52128 3523 +2020-04-02 France 4861 509 56989 4032 +2020-04-03 France 2116 471 59105 4503 +2020-04-04 France 5233 2004 64338 6507 +2020-04-05 France 4267 1053 68605 7560 +2020-04-06 France 1873 518 70478 8078 +2020-04-07 France 3912 833 74390 8911 +2020-04-08 France 3777 1417 78167 10328 +2020-04-09 France 3881 541 82048 10869 +2020-04-10 France 4286 1341 86334 12210 +2020-04-11 France 4342 987 90676 13197 +2020-04-12 France 3114 635 93790 13832 +2020-04-13 France 1613 561 95403 14393 +2020-04-14 France 2673 574 98076 14967 +2020-04-15 France 5497 762 103573 15729 +2020-04-16 France 2633 1438 106206 17167 +2020-04-17 France 2641 753 108847 17920 #+end_example #+BEGIN_SRC python :session :results output file :exports results :var pltfile="total.png" @@ -207,6 +213,15 @@ date 2020-04-06 France 1873 518 70478 8078 2020-04-07 France 3912 833 74390 8911 2020-04-08 France 3777 1417 78167 10328 +2020-04-09 France 3881 541 82048 10869 +2020-04-10 France 4286 1341 86334 12210 +2020-04-11 France 4342 987 90676 13197 +2020-04-12 France 3114 635 93790 13832 +2020-04-13 France 1613 561 95403 14393 +2020-04-14 France 2673 574 98076 14967 +2020-04-15 France 5497 762 103573 15729 +2020-04-16 France 2633 1438 106206 17167 +2020-04-17 France 2641 753 108847 17920 #+end_example Le pic observé pour la France au 04/04 (jour 20 sur le graphique) correspond à la prise en compte diff --git a/module2/exo4/exercice_python_fr.pdf b/module2/exo4/exercice_python_fr.pdf new file mode 100644 index 0000000000000000000000000000000000000000..b70c38e680af904bcfb0c02c72ff475f0182ba76 Binary files /dev/null and b/module2/exo4/exercice_python_fr.pdf differ diff --git a/module2/exo4/total.png b/module2/exo4/total.png index ef7616a9499f101c336a7a97255d4d1ad2ed5a43..02495911309e29870920882ff8ae8e793e8c7376 100644 Binary files a/module2/exo4/total.png and b/module2/exo4/total.png differ