We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Values needed in append_back_data need to be added to config "back_data_type" "imputation_marker_col"
The text was updated successfully, but these errors were encountered:
@Jday7879 for the testing i had added this https://github.com/ONSdigital/monthly-business-survey-results/blob/main/tests/data/staging/back_data/test_config.json , this because the config isn't integrated in the package yet .
In the config we need to define these for append_back_data function:
"back_data_type":"type", "imputation_marker_col":"imputation_marker"
Essentially these are used to link the imputation marker column name from our methods with imputation type from csw relevant column.
Sorry, something went wrong.
Thanks @AntonZogk I've got a branch which has some small fixes to run the full pipeline, I'll add it there :)
Successfully merging a pull request may close this issue.
Values needed in append_back_data need to be added to config
"back_data_type"
"imputation_marker_col"
The text was updated successfully, but these errors were encountered: