- related to #145, we need to harmonize the project status codes for isometric projects. the raw data contains the following statuses ```python In [57]: df.status.unique() Out[57]: array(['under_validation', 'validated', 'validation_unsuccessful'], dtype=object) ``` Cc @badgley
we need to harmonize the project status codes for isometric projects. the raw data contains the following statuses
Cc @badgley