Skip to content
Snippets Groups Projects
Commit 446f0fcc authored by Nelly Barret's avatar Nelly Barret
Browse files

[M] minor fixes

parent fbe3c3c2
No related branches found
No related tags found
No related merge requests found
File deleted
...@@ -14,7 +14,7 @@ FOLDER_SELECTED_INDICATORS = os.path.join(FOLDER_DATA, "selected-indicators") ...@@ -14,7 +14,7 @@ FOLDER_SELECTED_INDICATORS = os.path.join(FOLDER_DATA, "selected-indicators")
if not os.path.exists(FOLDER_SELECTED_INDICATORS): os.mkdir(FOLDER_SELECTED_INDICATORS) if not os.path.exists(FOLDER_SELECTED_INDICATORS): os.mkdir(FOLDER_SELECTED_INDICATORS)
FILE_HIERARCHY = os.path.join(FOLDER_CLASSES, "hierarchy.csv") FILE_HIERARCHY = os.path.join(FOLDER_CLASSES, "hierarchy.csv")
FILE_DATA_HIL = os.path.join(FOLDER_CLASSES, "data.xlsx") FILE_DATA_HIL = None # for legacy reasons, we are not able to provide company's data
FILE_GROUPING = os.path.join(FOLDER_CLASSES, "regrouping.csv") FILE_GROUPING = os.path.join(FOLDER_CLASSES, "regrouping.csv")
FILE_CLEANED_DATA = os.path.join(FOLDER_DATA, "cleaned_data.csv") FILE_CLEANED_DATA = os.path.join(FOLDER_DATA, "cleaned_data.csv")
FILE_ENV = os.path.join(FOLDER_DATASETS, "data.csv") FILE_ENV = os.path.join(FOLDER_DATASETS, "data.csv")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment