Spaces:
Runtime error
Runtime error
Update appStore/sdg_analysis.py
Browse files- appStore/sdg_analysis.py +3 -3
appStore/sdg_analysis.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
# set path
|
2 |
-
import glob, os, sys; sys.path.append('../
|
3 |
|
4 |
#import helper
|
5 |
-
import
|
6 |
-
import
|
7 |
|
8 |
#import needed libraries
|
9 |
import seaborn as sns
|
|
|
1 |
# set path
|
2 |
+
import glob, os, sys; sys.path.append('../scripts')
|
3 |
|
4 |
#import helper
|
5 |
+
import scripts.process as pre
|
6 |
+
import scripts.clean as clean
|
7 |
|
8 |
#import needed libraries
|
9 |
import seaborn as sns
|