From 924c05e4201958d612d2edc0ac0be80518481e35 Mon Sep 17 00:00:00 2001 From: 55c671948c2c802a48ec3ed371eaabea <55c671948c2c802a48ec3ed371eaabea@app-learninglab.inria.fr> Date: Fri, 8 May 2020 12:20:55 +0000 Subject: [PATCH] Update exercice_python_fr.org --- module3/exo3/exercice_python_fr.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module3/exo3/exercice_python_fr.org b/module3/exo3/exercice_python_fr.org index 847277a..2b27902 100644 --- a/module3/exo3/exercice_python_fr.org +++ b/module3/exo3/exercice_python_fr.org @@ -75,7 +75,7 @@ df.drop(indexNames , inplace=True) On remet dans la table de donnees les regions de Chine regroupees (a l'exception d'Hong Kong) -#+begin_src python :results silent :session :exports both +#+begin_src python :results silent :session :exports both results df = df.append(china_regions, ignore_index=True) #+end_src -- 2.18.1