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
I noticed that whenever an address has a sort of sub-unit e.g
"room 3, flat 22, 50 Downing Street, London"
It would mark the room as the house name which is inaccurate.
e.g
('flat 22', 'unit'),
('50', 'house_number'),
('downing street', 'road'),
('london', 'city')]```
Removing the room number does resolve this however I am interested in retaining this information. Is there a way to parse room numbers or alternative unit/sub-unit types?