You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should the ratio of means funcntion take question number as an input.
Currently to produce outputs we need to groupby question_no in order to run for each question.
We can either filter results before running the function to only run on specific questions or provice this as an input for functions down the line.
Join manual constructions might need to be updated to take question_no as input to correctly join values.
The text was updated successfully, but these errors were encountered:
Think we can just add question as an option in the config. Where does the groupby need to happen? As we might need to edit the function to add that. And are there any other functions we need to check/edit?
I think the only function which will need to be updated will be the join_manual_constructions on the main branch as this has question_no set as a default argument as a temporary work around.
The groupby runs as a Lambda function on the testing_outputs branch L39 in testing_main.py, It will probably need another pull request to make any changes to the testing outputs as these are not in the main package.
Should the ratio of means funcntion take question number as an input.
Currently to produce outputs we need to groupby question_no in order to run for each question.
We can either filter results before running the function to only run on specific questions or provice this as an input for functions down the line.
Join manual constructions might need to be updated to take question_no as input to correctly join values.
The text was updated successfully, but these errors were encountered: