Set pandas precision to 2
This commit is contained in:
parent
f72419cdd1
commit
4930a746b4
|
@ -11,6 +11,8 @@ notes_path = Path("./")
|
||||||
|
|
||||||
notStudent = ["Trimestre", "Nom", "Date", "Exercice", "Question", "Competence", "Domaine", "Commentaire", "Bareme", "Niveau"]
|
notStudent = ["Trimestre", "Nom", "Date", "Exercice", "Question", "Competence", "Domaine", "Commentaire", "Bareme", "Niveau"]
|
||||||
|
|
||||||
|
pd.set_option("Precision",2)
|
||||||
|
|
||||||
def list_classes(path = notes_path):
|
def list_classes(path = notes_path):
|
||||||
"""
|
"""
|
||||||
List classes available in notes_path
|
List classes available in notes_path
|
||||||
|
|
Loading…
Reference in New Issue