Browse Source

fix dependencies

Ali 3 năm trước cách đây
mục cha
commit
22bc2ba5f8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 ():