open-sdg / sdg-build

Python package to convert SDG-related data and metadata between formats
MIT License
6 stars 22 forks source link

Dict-based approach to column/code mappings #256

Closed brockfanning closed 3 years ago

brockfanning commented 3 years ago

This is a refactoring of the code for applying the column/code mappings, which is happening in the inputs, as well as in the SDMX output. If it works as intended, it should behave the same as before. But it should avoid some confusing errors that sometimes happen with the previous code.