Skip to content

Commit

Permalink
update mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Jday7879 committed Oct 29, 2024
1 parent 3850ec0 commit 51ac7cb
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions mbs_results/staging/stage_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,17 @@ def create_mapper() -> dict:
dict
dictionary containing question numbers and form id.
"""
mapper = {9: [40, 49], 10: [110]}
warnings.warn("create_mapper is a placeholder function and needs to be defined")
mapper = {
9: [40, 49],
10: [110],
11: [40, 49, 90],
12: [40],
13: [46, 47],
14: [42, 43],
15: [40],
16: [40],
}
warnings.warn("create_mapper needs to be fully defined")
return mapper


Expand Down

0 comments on commit 51ac7cb

Please sign in to comment.