ONSdigital / sdg-SDMX-data-qualifier

MIT License
1 stars 0 forks source link

Make df of all pairs of SDG col names and col values #20

Closed jwestw closed 3 years ago

jwestw commented 3 years ago

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)

jwestw commented 3 years ago

Time estimate: 3 hours

jwestw commented 3 years ago

Work on this finished with: https://github.com/ONSdigital/sdg-SDMX-data-qualifier/pull/32