We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just noticed that country_converter currently considers Myanmar to be in the UN M.49 region "Eastern Asia":
country_converter
$ ipython ... In [1]: import country_converter as coco In [2]: coco.convert("Myanmar", to="UNRegion") Out[2]: 'Eastern Asia'
According to the UN M.49 website and data dump Myanmar should be in "South-eastern Asia".
The text was updated successfully, but these errors were encountered:
country_converter/country_data.tsv: fix Myanmar
ec55338
According to the UN M.49 data Myanmar is in South-eastern Asia, not Eastern Asia. Fixes: IndEcol#124
country_converter/country_data.tsv: fix Myanmar (#125)
49dc648
According to the UN M.49 data Myanmar is in South-eastern Asia, not Eastern Asia. Fixes: #124
Successfully merging a pull request may close this issue.
I just noticed that
country_converter
currently considers Myanmar to be in the UN M.49 region "Eastern Asia":According to the UN M.49 website and data dump Myanmar should be in "South-eastern Asia".
The text was updated successfully, but these errors were encountered: