Update exercice_python_fr.org

parent 028a7588
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment