Results 1 issues of James Shieh

Testing a lookup for "Maryland" In [3]: pycountry.subdivisions.lookup('Maryland') Out[3]: Subdivision(code='LR-MY', country_code='LR', name='Maryland', parent_code=None, type='County') It does show up under US-MD In [7]: pycountry.subdivisions.lookup('US-MD') Out[7]: Subdivision(code='US-MD', country_code='US', name='Maryland', parent_code=None, type='State')