class Geocoder::Result::Geoip2

def state_code

def state_code
  data.fetch('subdivisions', []).fetch(0, {}).fetch('iso_code', '')
end