Przeglądaj źródła

fix dependencies

Ali 3 lat temu
rodzic
commit
22bc2ba5f8
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      thesis_analysis/analyseStatistiques.py

+ 2 - 0
thesis_analysis/analyseStatistiques.py

@@ -1,3 +1,5 @@
+import math
+import pandas as pd
 from .test import testQualitatif, testQuantitatif
 
 class analyseStatistiques ():