Commit 9c2057f
committed
Fix bug in get_wealth_group_dataframe for WB - see HEA-573
Francophone BSS have `à` in row 4 in the WB worksheet in the summary columns
(`synthèse | de | à`). And `a` is an alias for the B/O Wealth Group Category (from
Aisé). So the previous code was matching that and thinking the data was for B/O
instead of part of the WB summary.1 parent 81b8ebd commit 9c2057f
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 81 | + | |
| 82 | + | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
90 | | - | |
91 | | - | |
| 89 | + | |
92 | 90 | | |
93 | 91 | | |
94 | 92 | | |
| |||
0 commit comments