porimol / countryinfo

A python module for returning data about countries, ISO info and states/provinces within them.
MIT License
140 stars 44 forks source link

Macau missing key 'capital_latlng' #32

Open Lama09 opened 2 years ago

Lama09 commented 2 years ago

I run into a key error while try to access capital_latlng from Macau.

CountryInfo('Macau').info()['capital_latlng']

Despite that there no capital city exist, a nan or empty string as return value, would be preferred..