From 4930a746b489957b587a64e54f3f7680d20d44a5 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand Date: Fri, 25 Nov 2016 23:56:53 +0300 Subject: [PATCH] Set pandas precision to 2 --- notes_tools/tools/extract.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes_tools/tools/extract.py b/notes_tools/tools/extract.py index 7621d14..1d480d6 100644 --- a/notes_tools/tools/extract.py +++ b/notes_tools/tools/extract.py @@ -11,6 +11,8 @@ notes_path = Path("./") notStudent = ["Trimestre", "Nom", "Date", "Exercice", "Question", "Competence", "Domaine", "Commentaire", "Bareme", "Niveau"] +pd.set_option("Precision",2) + def list_classes(path = notes_path): """ List classes available in notes_path