Skip to content

Commit

Permalink
re-organise order of missing_list
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneONS committed Jan 9, 2025
1 parent 18735ad commit e12f7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/create_pnp_backdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def add_missing_columns(df):
Return:
df (pd.DataFrame): The dataframe with the added missing columns.
"""
missing_list = ['226', '228', '237', '203', '225', '227', '229', '251',
missing_list = ['203', '225', '226', '227', '228', '229', '237', '251',
'300', '301', '307', '308', '309', '708',
'survey', 'formid', 'cellnumber', 'pg_numeric']
for col in missing_list:
Expand Down

0 comments on commit e12f7e2

Please sign in to comment.