ryanwdale

Results 5 comments of ryanwdale

Hi @NoirTree, thanks for making this issue. `clean_address()` and `validate_address()` use the [usaddress library](https://github.com/datamade/usaddress) for parsing addresses, first the usaddress library is used to parse the address into attributes then...

[libpostal](https://github.com/openvenues/libpostal) is a library we were considering using to clean addresses from countries other than the US, I'm not sure what it's behaviour is in this case though. I don't...

Thanks for the detailed issue. > Currently "Scotland", "England", "Wales" cannot be recognized by Dataprep.clean. It may be more appropriate to transform them into "United Kingdom" or just keep it...

We're also planning on adding a feature that allows users to pass a file containing country data to the clean_country() and validate_country() functions. This would allow the user to have...

The list of countries looks good, it could definitely be helpful. Parameters would be nice if it makes it easier to make a small change, the parameters might get a...