Commit eb014fa
authored
fix: skip student loan uprating if column doesn't exist (#1500)
During initial dataset creation in policyengine-uk-data, the
student_loan_plan column is added by imputation after the base
FRS dataset is created. The uprating code runs before imputation,
so we need to gracefully skip if the column doesn't exist yet.1 parent 708dff8 commit eb014fa
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
248 | 253 | | |
249 | 254 | | |
250 | 255 | | |
| |||
0 commit comments