Set pandas precision to 2

This commit is contained in:
Benjamin Bertrand 2016-11-25 23:56:53 +03:00
parent f72419cdd1
commit 4930a746b4
1 changed files with 2 additions and 0 deletions

View File

@ -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