Closed jwestw closed 3 years ago
For code mapping, for each included indicator produce a df (sdg_col_names_vals_df) of columns:
sdg_col_names_vals_df
column_value, column_name, SDMX_code (empty), comments (empty)
Filter the df by included or not, (use the dictionary included_dict to filter)
included_dict
Time estimate: 3 hours
Work on this finished with: https://github.com/ONSdigital/sdg-SDMX-data-qualifier/pull/32
For code mapping, for each included indicator produce a df (
sdg_col_names_vals_df
) of columns:column_value, column_name, SDMX_code (empty), comments (empty)
Filter the df by included or not, (use the dictionary
included_dict
to filter)