Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bonaire not possible to validate #957

Open
joaooliveiramc opened this issue Feb 14, 2023 · 0 comments
Open

Bonaire not possible to validate #957

joaooliveiramc opened this issue Feb 14, 2023 · 0 comments
Assignees
Labels
type: bug Something isn't working

Comments

@joaooliveiramc
Copy link

I don't know if this is really a bug but Bonaire is no possible to validate

            list=['Bonaire','France']
            df = pd.DataFrame(list, "country")
            unknown_countries = df[country][~validate_country(df["country], strict=False)]
            print(unknown_countries)

On country_data.tsv there are two entries for Bonaire, on line 14 and 29. Is this supposed to be this way? Is there a way around this?
This country is showing from information coming from an external service not controlled by me.

@joaooliveiramc joaooliveiramc added the type: bug Something isn't working label Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants