In [1]:
# -*- coding: UTF-8 -*-

# Render our plots inline
%matplotlib inline 

import pandas as pd
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import re
import seaborn as sns

In [2]:
# Load csv files first

city_gdp = pd.read_csv("index/city/city_gdp.csv", encoding="utf-8")
city_pop = pd.read_csv("index/city/city_population.csv", encoding="utf-8")
city_surf = pd.read_csv("index/city/city_surface.csv", encoding="utf-8")

region_gdp = pd.read_csv("index/region/region_gdp.csv", encoding="utf-8")
region_pop = pd.read_csv("index/region/region_population.csv", encoding="utf-8")
region_surf = pd.read_csv("index/region/region_surface.csv", encoding="utf-8")

country_gdp = pd.read_csv("index/country/country_gdp.csv", encoding="utf-8")
country_pop = pd.read_csv("index/country/country_population.csv", encoding="utf-8")
country_surf = pd.read_csv("index/country/country_surface.csv", encoding="utf-8")

City - GDP


In [3]:
city_gdp.head()


Out[3]:
City 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014
0 AUS: Australia 691152.36 717852.24 739956.7 770713.63 795503.38 819294.24 850100.88 881574.11 896841.37 914440.69 935669.23 970549.28 994928.88 1020256.34 ..
1 AUS01: Sydney 156651.25 159041.74 162921.15 168800.68 171362.6 172117.23 174386.45 178855.15 179306.22 185883.96 187518.94 193344.24 199969.65 203686.05 0
2 AUS02: Melbourne 125678.45 131428.45 136495.17 140221.7 144045.5 143613.93 147274.72 153147.5 150195.98 156649.07 155780.22 160325.45 167012.33 170998.46 ..
3 AUS03: Brisbane 53957.19 58501.74 60000.61 64596.33 69493.79 75194.63 79535.89 82445.7 87797.16 84736.57 85379.61 89189.60 90572.54 91773.27 ..
4 AUS04: Perth 56532.58 58800.94 61300.96 64066.87 67570.14 75539.28 83657.74 89813.8 97618.25 99818.21 114649.47 123376.17 124116.87 133487.2 ..

In [4]:
cities = []
city_codes = []
for i in city_gdp.iterrows():
    # Get regions
    current_city = i[1][0]
    if i[1][0][0:2] == "  ":
        current_city = i[1][0][2:]
        print current_city
    current_city_split = current_city.split(": ",1)
    print current_city_split
    cities.append(current_city_split[1])
    city_codes.append(current_city_split[0])


[u'AUS', u'Australia']
AUS01: Sydney
[u'AUS01', u'Sydney']
AUS02: Melbourne
[u'AUS02', u'Melbourne']
AUS03: Brisbane
[u'AUS03', u'Brisbane']
AUS04: Perth
[u'AUS04', u'Perth']
AUS05: Adelaide
[u'AUS05', u'Adelaide']
AUS06: Gold Coast-Tweed Heads
[u'AUS06', u'Gold Coast-Tweed Heads']
[u'AUT', u'Austria']
AT001: Vienna
[u'AT001', u'Vienna']
AT002: Graz
[u'AT002', u'Graz']
AT003: Linz
[u'AT003', u'Linz']
[u'BEL', u'Belgium']
BE001: Brussels
[u'BE001', u'Brussels']
BE002: Antwerp
[u'BE002', u'Antwerp']
BE003: Ghent
[u'BE003', u'Ghent']
BE005: Liege
[u'BE005', u'Liege']
[u'CAN', u'Canada']
CAN09: Vancouver
[u'CAN09', u'Vancouver']
CAN20: Montreal
[u'CAN20', u'Montreal']
CAN26: Toronto
[u'CAN26', u'Toronto']
CAN01: Edmonton
[u'CAN01', u'Edmonton']
CAN04: Calgary
[u'CAN04', u'Calgary']
CAN06: Winnipeg
[u'CAN06', u'Winnipeg']
CAN16: Quebec
[u'CAN16', u'Quebec']
CAN21: Ottawa-Gatineau
[u'CAN21', u'Ottawa-Gatineau']
CAN29: Hamilton
[u'CAN29', u'Hamilton']
[u'CHE', u'Switzerland']
CH001: Zurich
[u'CH001', u'Zurich']
CH002: Geneva
[u'CH002', u'Geneva']
CH003: Basel
[u'CH003', u'Basel']
[u'CHL', u'Chile']
CL010: Valparaíso
[u'CL010', u'Valpara\xedso']
CL011: Santiago
[u'CL011', u'Santiago']
CL020: Concepción
[u'CL020', u'Concepci\xf3n']
[u'CZE', u'Czech Republic']
CZ001: Prague
[u'CZ001', u'Prague']
CZ002: Brno
[u'CZ002', u'Brno']
CZ003: Ostrava
[u'CZ003', u'Ostrava']
[u'DEU', u'Germany']
DE001: Berlin
[u'DE001', u'Berlin']
DE002: Hamburg
[u'DE002', u'Hamburg']
DE003: Munich
[u'DE003', u'Munich']
DE004: Cologne
[u'DE004', u'Cologne']
DE005: Frankfurt
[u'DE005', u'Frankfurt']
DE007: Stuttgart
[u'DE007', u'Stuttgart']
DE006: Essen
[u'DE006', u'Essen']
DE008: Leipzig
[u'DE008', u'Leipzig']
DE009: Dresden
[u'DE009', u'Dresden']
DE010: Dortmund
[u'DE010', u'Dortmund']
DE011: Düsseldorf
[u'DE011', u'D\xfcsseldorf']
DE012: Bremen
[u'DE012', u'Bremen']
DE013: Hanover
[u'DE013', u'Hanover']
DE014: Nuremberg
[u'DE014', u'Nuremberg']
DE015: Bochum
[u'DE015', u'Bochum']
DE027: Freiburg im Breisgau
[u'DE027', u'Freiburg im Breisgau']
DE033: Augsburg
[u'DE033', u'Augsburg']
DE034: Bonn
[u'DE034', u'Bonn']
DE035: Karlsruhe
[u'DE035', u'Karlsruhe']
DE040: Saarbrücken
[u'DE040', u'Saarbr\xfccken']
DE501: Duisburg
[u'DE501', u'Duisburg']
DE502: Mannheim
[u'DE502', u'Mannheim']
DE504: Münster
[u'DE504', u'M\xfcnster']
DE507: Aachen
[u'DE507', u'Aachen']
[u'DNK', u'Denmark']
DK001: Copenhagen
[u'DK001', u'Copenhagen']
[u'EST', u'Estonia']
EE001: Tallinn
[u'EE001', u'Tallinn']
[u'ESP', u'Spain']
ES001: Madrid
[u'ES001', u'Madrid']
ES002: Barcelona
[u'ES002', u'Barcelona']
ES003: Valencia
[u'ES003', u'Valencia']
ES004: Seville
[u'ES004', u'Seville']
ES005: Zaragoza
[u'ES005', u'Zaragoza']
ES006: Málaga
[u'ES006', u'M\xe1laga']
ES008: Las Palmas
[u'ES008', u'Las Palmas']
ES019: Bilbao
[u'ES019', u'Bilbao']
[u'FIN', u'Finland']
FI001: Helsinki
[u'FI001', u'Helsinki']
[u'FRA', u'France']
FR001: Paris
[u'FR001', u'Paris']
FR003: Lyon
[u'FR003', u'Lyon']
FR203: Marseille
[u'FR203', u'Marseille']
FR004: Toulouse
[u'FR004', u'Toulouse']
FR006: Strasbourg
[u'FR006', u'Strasbourg']
FR007: Bordeaux
[u'FR007', u'Bordeaux']
FR008: Nantes
[u'FR008', u'Nantes']
FR009: Lille
[u'FR009', u'Lille']
FR010: Montpellier
[u'FR010', u'Montpellier']
FR011: Saint-Étienne
[u'FR011', u'Saint-\xc9tienne']
FR013: Rennes
[u'FR013', u'Rennes']
FR026: Grenoble
[u'FR026', u'Grenoble']
FR032: Toulon
[u'FR032', u'Toulon']
FR205: Nice
[u'FR205', u'Nice']
FR215: Rouen
[u'FR215', u'Rouen']
[u'GRC', u'Greece']
GR001: Athens
[u'GR001', u'Athens']
GR002: Thessalonica
[u'GR002', u'Thessalonica']
[u'HUN', u'Hungary']
HU001: Budapest
[u'HU001', u'Budapest']
[u'IRL', u'Ireland']
IE001: Dublin
[u'IE001', u'Dublin']
[u'ITA', u'Italy']
IT001: Rome
[u'IT001', u'Rome']
IT002: Milan
[u'IT002', u'Milan']
IT003: Naples
[u'IT003', u'Naples']
IT004: Turin
[u'IT004', u'Turin']
IT005: Palermo
[u'IT005', u'Palermo']
IT006: Genova
[u'IT006', u'Genova']
IT007: Florence
[u'IT007', u'Florence']
IT008: Bari
[u'IT008', u'Bari']
IT009: Bologna
[u'IT009', u'Bologna']
IT010: Catania
[u'IT010', u'Catania']
IT011: Venice
[u'IT011', u'Venice']
[u'JPN', u'Japan']
JP013: Sendai
[u'JP013', u'Sendai']
JP003: Sapporo
[u'JP003', u'Sapporo']
JP030: Tokyo
[u'JP030', u'Tokyo']
JP034: Nagoya
[u'JP034', u'Nagoya']
JP038: Osaka
[u'JP038', u'Osaka']
JP066: Fukuoka
[u'JP066', u'Fukuoka']
JP015: Niigata
[u'JP015', u'Niigata']
JP020: Toyama
[u'JP020', u'Toyama']
JP021: Nagano
[u'JP021', u'Nagano']
JP023: Kanazawa
[u'JP023', u'Kanazawa']
JP024: Utsunomiya
[u'JP024', u'Utsunomiya']
JP025: Maebashi
[u'JP025', u'Maebashi']
JP026: Mito
[u'JP026', u'Mito']
JP031: Kofu
[u'JP031', u'Kofu']
JP036: Numazu
[u'JP036', u'Numazu']
JP039: Shizuoka
[u'JP039', u'Shizuoka']
JP040: Anjo
[u'JP040', u'Anjo']
JP042: Yokkaichi
[u'JP042', u'Yokkaichi']
JP046: Himeji
[u'JP046', u'Himeji']
JP047: Toyohashi
[u'JP047', u'Toyohashi']
JP048: Hamamatsu
[u'JP048', u'Hamamatsu']
JP050: Okayama
[u'JP050', u'Okayama']
JP051: Kurashiki
[u'JP051', u'Kurashiki']
JP052: Fukuyama
[u'JP052', u'Fukuyama']
JP053: Hiroshima
[u'JP053', u'Hiroshima']
JP054: Takamatsu
[u'JP054', u'Takamatsu']
JP055: Wakayama
[u'JP055', u'Wakayama']
JP059: Tokushima
[u'JP059', u'Tokushima']
JP064: Kitakyushu
[u'JP064', u'Kitakyushu']
JP065: Matsuyama
[u'JP065', u'Matsuyama']
JP067: Kochi
[u'JP067', u'Kochi']
JP071: Oita
[u'JP071', u'Oita']
JP074: Kumamoto
[u'JP074', u'Kumamoto']
JP075: Nagasaki
[u'JP075', u'Nagasaki']
JP077: Kagoshima
[u'JP077', u'Kagoshima']
JP078: Naha
[u'JP078', u'Naha']
[u'KOR', u'Korea']
KR004: Seoul Incheon
[u'KR004', u'Seoul Incheon']
KR025: Daegu
[u'KR025', u'Daegu']
KR032: Busan
[u'KR032', u'Busan']
KR015: Cheongju
[u'KR015', u'Cheongju']
KR018: Daejeon
[u'KR018', u'Daejeon']
KR022: Pohang
[u'KR022', u'Pohang']
KR026: Jeonju
[u'KR026', u'Jeonju']
KR029: Ulsan
[u'KR029', u'Ulsan']
KR033: Changwon
[u'KR033', u'Changwon']
KR035: Gwangju
[u'KR035', u'Gwangju']
[u'MEX', u'Mexico']
MEX01: Mexicali
[u'MEX01', u'Mexicali']
MEX02: Tijuana
[u'MEX02', u'Tijuana']
MEX05: Juárez
[u'MEX05', u'Ju\xe1rez']
MEX08: Hermosillo
[u'MEX08', u'Hermosillo']
MEX10: Chihuahua
[u'MEX10', u'Chihuahua']
MEX16: Reynosa
[u'MEX16', u'Reynosa']
MEX19: Monterrey
[u'MEX19', u'Monterrey']
MEX20: Torreón
[u'MEX20', u'Torre\xf3n']
MEX21: Saltillo
[u'MEX21', u'Saltillo']
MEX22: Culiacán
[u'MEX22', u'Culiac\xe1n']
MEX24: Durango
[u'MEX24', u'Durango']
MEX28: Tampico
[u'MEX28', u'Tampico']
MEX29: San Luis Potosí
[u'MEX29', u'San Luis Potos\xed']
MEX31: Aguascalientes
[u'MEX31', u'Aguascalientes']
MEX33: Benito Juárez
[u'MEX33', u'Benito Ju\xe1rez']
MEX34: León
[u'MEX34', u'Le\xf3n']
MEX35: Mérida
[u'MEX35', u'M\xe9rida']
MEX37: Guadalajara
[u'MEX37', u'Guadalajara']
MEX38: Irapuato
[u'MEX38', u'Irapuato']
MEX40: Querétaro
[u'MEX40', u'Quer\xe9taro']
MEX42: Celaya
[u'MEX42', u'Celaya']
MEX46: Pachuca de Soto
[u'MEX46', u'Pachuca de Soto']
MEX50: Morelia
[u'MEX50', u'Morelia']
MEX51: Mexico City
[u'MEX51', u'Mexico City']
MEX52: Xalapa
[u'MEX52', u'Xalapa']
MEX55: Toluca
[u'MEX55', u'Toluca']
MEX59: Veracruz
[u'MEX59', u'Veracruz']
MEX60: Puebla
[u'MEX60', u'Puebla']
MEX61: Cuernavaca
[u'MEX61', u'Cuernavaca']
MEX70: Centro
[u'MEX70', u'Centro']
MEX73: Oaxaca de Juárez
[u'MEX73', u'Oaxaca de Ju\xe1rez']
MEX74: Acapulco de Juárez
[u'MEX74', u'Acapulco de Ju\xe1rez']
MEX75: Tuxtla Gutiérrez
[u'MEX75', u'Tuxtla Guti\xe9rrez']
[u'NLD', u'The Netherlands']
NL002: Amsterdam
[u'NL002', u'Amsterdam']
NL001: The Hague
[u'NL001', u'The Hague']
NL003: Rotterdam
[u'NL003', u'Rotterdam']
NL004: Utrecht
[u'NL004', u'Utrecht']
NL005: Eindhoven
[u'NL005', u'Eindhoven']
[u'NOR', u'Norway']
NO001: Oslo
[u'NO001', u'Oslo']
[u'POL', u'Poland']
PL001: Warsaw
[u'PL001', u'Warsaw']
PL010: Katowice
[u'PL010', u'Katowice']
PL002: Lódz
[u'PL002', u'L\xf3dz']
PL003: Kraków
[u'PL003', u'Krak\xf3w']
PL004: Wroclaw
[u'PL004', u'Wroclaw']
PL005: Poznan
[u'PL005', u'Poznan']
PL006: Gdansk
[u'PL006', u'Gdansk']
PL009: Lublin
[u'PL009', u'Lublin']
[u'PRT', u'Portugal']
PT001: Lisbon
[u'PT001', u'Lisbon']
PT002: Porto
[u'PT002', u'Porto']
[u'SWE', u'Sweden']
SE001: Stockholm
[u'SE001', u'Stockholm']
SE002: Gothenburg
[u'SE002', u'Gothenburg']
SE003: Malmö
[u'SE003', u'Malm\xf6']
[u'SVN', u'Slovenia']
SI001: Ljubljana
[u'SI001', u'Ljubljana']
[u'SVK', u'Slovak Republic']
SK001: Bratislava
[u'SK001', u'Bratislava']
[u'GBR', u'United Kingdom']
UK001: London
[u'UK001', u'London']
UK002: Birmingham (UK)
[u'UK002', u'Birmingham (UK)']
UK003: Leeds
[u'UK003', u'Leeds']
UK004: Bradford
[u'UK004', u'Bradford']
UK005: Liverpool
[u'UK005', u'Liverpool']
UK006: Manchester
[u'UK006', u'Manchester']
UK007: Cardiff
[u'UK007', u'Cardiff']
UK008: Sheffield
[u'UK008', u'Sheffield']
UK009: Bristol
[u'UK009', u'Bristol']
UK010: Newcastle
[u'UK010', u'Newcastle']
UK011: Leicester
[u'UK011', u'Leicester']
UK017: Portsmouth
[u'UK017', u'Portsmouth']
UK023: Nottingham
[u'UK023', u'Nottingham']
UK097: Glasgow
[u'UK097', u'Glasgow']
UK098: Edinburgh
[u'UK098', u'Edinburgh']
[u'USA', u'United States']
US106: Philadelphia
[u'US106', u'Philadelphia']
US107: Columbus
[u'US107', u'Columbus']
US114: Denver
[u'US114', u'Denver']
US012: Portland
[u'US012', u'Portland']
US122: Baltimore
[u'US122', u'Baltimore']
US124: Cincinnati
[u'US124', u'Cincinnati']
US125: Washington
[u'US125', u'Washington']
US128: Kansas City
[u'US128', u'Kansas City']
US134: Saint Louis (US)
[u'US134', u'Saint Louis (US)']
US135: Sacramento/Roseville
[u'US135', u'Sacramento/Roseville']
US014: Minneapolis
[u'US014', u'Minneapolis']
US146: San Francisco
[u'US146', u'San Francisco']
US190: Los Angeles
[u'US190', u'Los Angeles']
US196: Atlanta
[u'US196', u'Atlanta']
US202: Phoenix
[u'US202', u'Phoenix']
US209: Dallas
[u'US209', u'Dallas']
US210: San Diego
[u'US210', u'San Diego']
US242: Houston
[u'US242', u'Houston']
US245: San Antonio
[u'US245', u'San Antonio']
US250: Orlando
[u'US250', u'Orlando']
US259: Miami
[u'US259', u'Miami']
US003: Seattle
[u'US003', u'Seattle']
US033: Milwaukee
[u'US033', u'Milwaukee']
US045: Detroit
[u'US045', u'Detroit']
US048: Boston
[u'US048', u'Boston']
US055: Chicago
[u'US055', u'Chicago']
US069: Cleveland
[u'US069', u'Cleveland']
US084: New York
[u'US084', u'New York']
US103: Harrisburg
[u'US103', u'Harrisburg']
US115: Indianapolis
[u'US115', u'Indianapolis']
US117: Dayton
[u'US117', u'Dayton']
US133: Colorado Springs
[u'US133', u'Colorado Springs']
US141: Louisville
[u'US141', u'Louisville']
US147: Wichita
[u'US147', u'Wichita']
US149: Richmond
[u'US149', u'Richmond']
US154: Norfolk-Portsmouth-Chesapeake-Virginia beach
[u'US154', u'Norfolk-Portsmouth-Chesapeake-Virginia beach']
US155: Fresno
[u'US155', u'Fresno']
US159: Las Vegas
[u'US159', u'Las Vegas']
US160: Nashville
[u'US160', u'Nashville']
US161: Tulsa
[u'US161', u'Tulsa']
US170: Raleigh
[u'US170', u'Raleigh']
US174: Oklahoma city
[u'US174', u'Oklahoma city']
US178: Charlotte
[u'US178', u'Charlotte']
US180: Albuquerque
[u'US180', u'Albuquerque']
US181: Memphis
[u'US181', u'Memphis']
US186: Little Rock
[u'US186', u'Little Rock']
US195: Columbia
[u'US195', u'Columbia']
US205: Birmingham (US)
[u'US205', u'Birmingham (US)']
US212: Fort Worth
[u'US212', u'Fort Worth']
US213: Charleston
[u'US213', u'Charleston']
US223: Tucson
[u'US223', u'Tucson']
US227: El Paso
[u'US227', u'El Paso']
US233: Baton Rouge
[u'US233', u'Baton Rouge']
US234: Austin
[u'US234', u'Austin']
US237: Jacksonville
[u'US237', u'Jacksonville']
US241: New Orleans
[u'US241', u'New Orleans']
US251: Clearwater/Saint Petersburg
[u'US251', u'Clearwater/Saint Petersburg']
US252: Tampa
[u'US252', u'Tampa']
US261: Mcallen
[u'US261', u'Mcallen']
US035: Madison
[u'US035', u'Madison']
US038: Buffalo
[u'US038', u'Buffalo']
US039: Grand Rapids
[u'US039', u'Grand Rapids']
US044: Albany
[u'US044', u'Albany']
US060: Providence
[u'US060', u'Providence']
US065: Toledo (US)
[u'US065', u'Toledo (US)']
US070: Des Moines
[u'US070', u'Des Moines']
US077: Omaha
[u'US077', u'Omaha']
US081: Akron
[u'US081', u'Akron']
US089: Salt Lake City
[u'US089', u'Salt Lake City']
US097: Pittsburgh
[u'US097', u'Pittsburgh']

In [5]:
se1 = pd.Series(cities)
city_gdp['City Name'] = se1.values
se2 = pd.Series(city_codes)
city_gdp['City Code'] = se2.values

city_gdp = city_gdp.drop('City', 1)

city_gdp.head()


Out[5]:
2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 City Name City Code
0 691152.36 717852.24 739956.7 770713.63 795503.38 819294.24 850100.88 881574.11 896841.37 914440.69 935669.23 970549.28 994928.88 1020256.34 .. Australia AUS
1 156651.25 159041.74 162921.15 168800.68 171362.6 172117.23 174386.45 178855.15 179306.22 185883.96 187518.94 193344.24 199969.65 203686.05 0 Sydney AUS01
2 125678.45 131428.45 136495.17 140221.7 144045.5 143613.93 147274.72 153147.5 150195.98 156649.07 155780.22 160325.45 167012.33 170998.46 .. Melbourne AUS02
3 53957.19 58501.74 60000.61 64596.33 69493.79 75194.63 79535.89 82445.7 87797.16 84736.57 85379.61 89189.60 90572.54 91773.27 .. Brisbane AUS03
4 56532.58 58800.94 61300.96 64066.87 67570.14 75539.28 83657.74 89813.8 97618.25 99818.21 114649.47 123376.17 124116.87 133487.2 .. Perth AUS04

In [6]:
city_gdp.dtypes


Out[6]:
2000          object
2001          object
2002          object
2003          object
2004          object
2005          object
2006          object
2007          object
2008         float64
2009         float64
2010         float64
2011         float64
2012         float64
2013          object
2014          object
City Name     object
City Code     object
dtype: object

In [7]:
city_gdp = city_gdp.drop("2000", 1)
city_gdp = city_gdp.drop("2001", 1)
city_gdp = city_gdp.drop("2002", 1)
city_gdp = city_gdp.drop("2003", 1)
city_gdp = city_gdp.drop("2004", 1)
city_gdp = city_gdp.drop("2005", 1)
city_gdp = city_gdp.drop("2006", 1)
city_gdp = city_gdp.drop("2007", 1)
city_gdp = city_gdp.drop("2008", 1)
city_gdp = city_gdp.drop("2009", 1)
city_gdp = city_gdp.drop("2010", 1)
city_gdp = city_gdp.drop("2011", 1)

city_gdp = city_gdp.drop("2013", 1)
city_gdp = city_gdp.drop("2014", 1)

In [8]:
city_gdp.to_csv("index/final/city_gdp.csv", encoding="utf-8")

 City population


In [9]:
city_pop.head()


Out[9]:
Year 2014
0 AUS: Australia 23490736
1 AUS01: Sydney 4840628
2 AUS02: Melbourne 4440328
3 AUS03: Brisbane 2274560
4 AUS04: Perth 2021203

In [10]:
cities1 = []
city_codes1 = []
for i in city_pop.iterrows():
    # Get regions
    current_city = i[1][0]
    if i[1][0][0:2] == "  ":
        current_city = i[1][0][2:]
        print current_city
    current_city_split = current_city.split(": ",1)
    print current_city_split
    cities1.append(current_city_split[1])
    city_codes1.append(current_city_split[0])


[u'AUS', u'Australia']
AUS01: Sydney
[u'AUS01', u'Sydney']
AUS02: Melbourne
[u'AUS02', u'Melbourne']
AUS03: Brisbane
[u'AUS03', u'Brisbane']
AUS04: Perth
[u'AUS04', u'Perth']
AUS05: Adelaide
[u'AUS05', u'Adelaide']
AUS06: Gold Coast-Tweed Heads
[u'AUS06', u'Gold Coast-Tweed Heads']
[u'AUT', u'Austria']
AT001: Vienna
[u'AT001', u'Vienna']
AT002: Graz
[u'AT002', u'Graz']
AT003: Linz
[u'AT003', u'Linz']
[u'BEL', u'Belgium']
BE001: Brussels
[u'BE001', u'Brussels']
BE002: Antwerp
[u'BE002', u'Antwerp']
BE003: Ghent
[u'BE003', u'Ghent']
BE005: Liege
[u'BE005', u'Liege']
[u'CAN', u'Canada']
CAN09: Vancouver
[u'CAN09', u'Vancouver']
CAN20: Montreal
[u'CAN20', u'Montreal']
CAN26: Toronto
[u'CAN26', u'Toronto']
CAN01: Edmonton
[u'CAN01', u'Edmonton']
CAN04: Calgary
[u'CAN04', u'Calgary']
CAN06: Winnipeg
[u'CAN06', u'Winnipeg']
CAN16: Quebec
[u'CAN16', u'Quebec']
CAN21: Ottawa-Gatineau
[u'CAN21', u'Ottawa-Gatineau']
CAN29: Hamilton
[u'CAN29', u'Hamilton']
[u'CHE', u'Switzerland']
CH001: Zurich
[u'CH001', u'Zurich']
CH002: Geneva
[u'CH002', u'Geneva']
CH003: Basel
[u'CH003', u'Basel']
[u'CHL', u'Chile']
CL010: Valparaíso
[u'CL010', u'Valpara\xedso']
CL011: Santiago
[u'CL011', u'Santiago']
CL020: Concepción
[u'CL020', u'Concepci\xf3n']
[u'CZE', u'Czech Republic']
CZ001: Prague
[u'CZ001', u'Prague']
CZ002: Brno
[u'CZ002', u'Brno']
CZ003: Ostrava
[u'CZ003', u'Ostrava']
[u'DEU', u'Germany']
DE001: Berlin
[u'DE001', u'Berlin']
DE002: Hamburg
[u'DE002', u'Hamburg']
DE003: Munich
[u'DE003', u'Munich']
DE004: Cologne
[u'DE004', u'Cologne']
DE005: Frankfurt
[u'DE005', u'Frankfurt']
DE007: Stuttgart
[u'DE007', u'Stuttgart']
DE006: Essen
[u'DE006', u'Essen']
DE008: Leipzig
[u'DE008', u'Leipzig']
DE009: Dresden
[u'DE009', u'Dresden']
DE010: Dortmund
[u'DE010', u'Dortmund']
DE011: Düsseldorf
[u'DE011', u'D\xfcsseldorf']
DE012: Bremen
[u'DE012', u'Bremen']
DE013: Hanover
[u'DE013', u'Hanover']
DE014: Nuremberg
[u'DE014', u'Nuremberg']
DE015: Bochum
[u'DE015', u'Bochum']
DE027: Freiburg im Breisgau
[u'DE027', u'Freiburg im Breisgau']
DE033: Augsburg
[u'DE033', u'Augsburg']
DE034: Bonn
[u'DE034', u'Bonn']
DE035: Karlsruhe
[u'DE035', u'Karlsruhe']
DE040: Saarbrücken
[u'DE040', u'Saarbr\xfccken']
DE501: Duisburg
[u'DE501', u'Duisburg']
DE502: Mannheim
[u'DE502', u'Mannheim']
DE504: Münster
[u'DE504', u'M\xfcnster']
DE507: Aachen
[u'DE507', u'Aachen']
[u'DNK', u'Denmark']
DK001: Copenhagen
[u'DK001', u'Copenhagen']
[u'EST', u'Estonia']
EE001: Tallinn
[u'EE001', u'Tallinn']
[u'ESP', u'Spain']
ES001: Madrid
[u'ES001', u'Madrid']
ES002: Barcelona
[u'ES002', u'Barcelona']
ES003: Valencia
[u'ES003', u'Valencia']
ES004: Seville
[u'ES004', u'Seville']
ES005: Zaragoza
[u'ES005', u'Zaragoza']
ES006: Málaga
[u'ES006', u'M\xe1laga']
ES008: Las Palmas
[u'ES008', u'Las Palmas']
ES019: Bilbao
[u'ES019', u'Bilbao']
[u'FIN', u'Finland']
FI001: Helsinki
[u'FI001', u'Helsinki']
[u'FRA', u'France']
FR001: Paris
[u'FR001', u'Paris']
FR003: Lyon
[u'FR003', u'Lyon']
FR203: Marseille
[u'FR203', u'Marseille']
FR004: Toulouse
[u'FR004', u'Toulouse']
FR006: Strasbourg
[u'FR006', u'Strasbourg']
FR007: Bordeaux
[u'FR007', u'Bordeaux']
FR008: Nantes
[u'FR008', u'Nantes']
FR009: Lille
[u'FR009', u'Lille']
FR010: Montpellier
[u'FR010', u'Montpellier']
FR011: Saint-Étienne
[u'FR011', u'Saint-\xc9tienne']
FR013: Rennes
[u'FR013', u'Rennes']
FR026: Grenoble
[u'FR026', u'Grenoble']
FR032: Toulon
[u'FR032', u'Toulon']
FR205: Nice
[u'FR205', u'Nice']
FR215: Rouen
[u'FR215', u'Rouen']
[u'GRC', u'Greece']
GR001: Athens
[u'GR001', u'Athens']
GR002: Thessalonica
[u'GR002', u'Thessalonica']
[u'HUN', u'Hungary']
HU001: Budapest
[u'HU001', u'Budapest']
[u'IRL', u'Ireland']
IE001: Dublin
[u'IE001', u'Dublin']
[u'ITA', u'Italy']
IT001: Rome
[u'IT001', u'Rome']
IT002: Milan
[u'IT002', u'Milan']
IT003: Naples
[u'IT003', u'Naples']
IT004: Turin
[u'IT004', u'Turin']
IT005: Palermo
[u'IT005', u'Palermo']
IT006: Genova
[u'IT006', u'Genova']
IT007: Florence
[u'IT007', u'Florence']
IT008: Bari
[u'IT008', u'Bari']
IT009: Bologna
[u'IT009', u'Bologna']
IT010: Catania
[u'IT010', u'Catania']
IT011: Venice
[u'IT011', u'Venice']
[u'JPN', u'Japan']
JP013: Sendai
[u'JP013', u'Sendai']
JP003: Sapporo
[u'JP003', u'Sapporo']
JP030: Tokyo
[u'JP030', u'Tokyo']
JP034: Nagoya
[u'JP034', u'Nagoya']
JP038: Osaka
[u'JP038', u'Osaka']
JP066: Fukuoka
[u'JP066', u'Fukuoka']
JP015: Niigata
[u'JP015', u'Niigata']
JP020: Toyama
[u'JP020', u'Toyama']
JP021: Nagano
[u'JP021', u'Nagano']
JP023: Kanazawa
[u'JP023', u'Kanazawa']
JP024: Utsunomiya
[u'JP024', u'Utsunomiya']
JP025: Maebashi
[u'JP025', u'Maebashi']
JP026: Mito
[u'JP026', u'Mito']
JP031: Kofu
[u'JP031', u'Kofu']
JP036: Numazu
[u'JP036', u'Numazu']
JP039: Shizuoka
[u'JP039', u'Shizuoka']
JP040: Anjo
[u'JP040', u'Anjo']
JP042: Yokkaichi
[u'JP042', u'Yokkaichi']
JP046: Himeji
[u'JP046', u'Himeji']
JP047: Toyohashi
[u'JP047', u'Toyohashi']
JP048: Hamamatsu
[u'JP048', u'Hamamatsu']
JP050: Okayama
[u'JP050', u'Okayama']
JP051: Kurashiki
[u'JP051', u'Kurashiki']
JP052: Fukuyama
[u'JP052', u'Fukuyama']
JP053: Hiroshima
[u'JP053', u'Hiroshima']
JP054: Takamatsu
[u'JP054', u'Takamatsu']
JP055: Wakayama
[u'JP055', u'Wakayama']
JP059: Tokushima
[u'JP059', u'Tokushima']
JP064: Kitakyushu
[u'JP064', u'Kitakyushu']
JP065: Matsuyama
[u'JP065', u'Matsuyama']
JP067: Kochi
[u'JP067', u'Kochi']
JP071: Oita
[u'JP071', u'Oita']
JP074: Kumamoto
[u'JP074', u'Kumamoto']
JP075: Nagasaki
[u'JP075', u'Nagasaki']
JP077: Kagoshima
[u'JP077', u'Kagoshima']
JP078: Naha
[u'JP078', u'Naha']
[u'KOR', u'Korea']
KR004: Seoul Incheon
[u'KR004', u'Seoul Incheon']
KR025: Daegu
[u'KR025', u'Daegu']
KR032: Busan
[u'KR032', u'Busan']
KR015: Cheongju
[u'KR015', u'Cheongju']
KR018: Daejeon
[u'KR018', u'Daejeon']
KR022: Pohang
[u'KR022', u'Pohang']
KR026: Jeonju
[u'KR026', u'Jeonju']
KR029: Ulsan
[u'KR029', u'Ulsan']
KR033: Changwon
[u'KR033', u'Changwon']
KR035: Gwangju
[u'KR035', u'Gwangju']
[u'MEX', u'Mexico']
MEX01: Mexicali
[u'MEX01', u'Mexicali']
MEX02: Tijuana
[u'MEX02', u'Tijuana']
MEX05: Juárez
[u'MEX05', u'Ju\xe1rez']
MEX08: Hermosillo
[u'MEX08', u'Hermosillo']
MEX10: Chihuahua
[u'MEX10', u'Chihuahua']
MEX16: Reynosa
[u'MEX16', u'Reynosa']
MEX19: Monterrey
[u'MEX19', u'Monterrey']
MEX20: Torreón
[u'MEX20', u'Torre\xf3n']
MEX21: Saltillo
[u'MEX21', u'Saltillo']
MEX22: Culiacán
[u'MEX22', u'Culiac\xe1n']
MEX24: Durango
[u'MEX24', u'Durango']
MEX28: Tampico
[u'MEX28', u'Tampico']
MEX29: San Luis Potosí
[u'MEX29', u'San Luis Potos\xed']
MEX31: Aguascalientes
[u'MEX31', u'Aguascalientes']
MEX33: Benito Juárez
[u'MEX33', u'Benito Ju\xe1rez']
MEX34: León
[u'MEX34', u'Le\xf3n']
MEX35: Mérida
[u'MEX35', u'M\xe9rida']
MEX37: Guadalajara
[u'MEX37', u'Guadalajara']
MEX38: Irapuato
[u'MEX38', u'Irapuato']
MEX40: Querétaro
[u'MEX40', u'Quer\xe9taro']
MEX42: Celaya
[u'MEX42', u'Celaya']
MEX46: Pachuca de Soto
[u'MEX46', u'Pachuca de Soto']
MEX50: Morelia
[u'MEX50', u'Morelia']
MEX51: Mexico City
[u'MEX51', u'Mexico City']
MEX52: Xalapa
[u'MEX52', u'Xalapa']
MEX55: Toluca
[u'MEX55', u'Toluca']
MEX59: Veracruz
[u'MEX59', u'Veracruz']
MEX60: Puebla
[u'MEX60', u'Puebla']
MEX61: Cuernavaca
[u'MEX61', u'Cuernavaca']
MEX70: Centro
[u'MEX70', u'Centro']
MEX73: Oaxaca de Juárez
[u'MEX73', u'Oaxaca de Ju\xe1rez']
MEX74: Acapulco de Juárez
[u'MEX74', u'Acapulco de Ju\xe1rez']
MEX75: Tuxtla Gutiérrez
[u'MEX75', u'Tuxtla Guti\xe9rrez']
[u'NLD', u'The Netherlands']
NL002: Amsterdam
[u'NL002', u'Amsterdam']
NL001: The Hague
[u'NL001', u'The Hague']
NL003: Rotterdam
[u'NL003', u'Rotterdam']
NL004: Utrecht
[u'NL004', u'Utrecht']
NL005: Eindhoven
[u'NL005', u'Eindhoven']
[u'NOR', u'Norway']
NO001: Oslo
[u'NO001', u'Oslo']
[u'POL', u'Poland']
PL001: Warsaw
[u'PL001', u'Warsaw']
PL010: Katowice
[u'PL010', u'Katowice']
PL002: Lódz
[u'PL002', u'L\xf3dz']
PL003: Kraków
[u'PL003', u'Krak\xf3w']
PL004: Wroclaw
[u'PL004', u'Wroclaw']
PL005: Poznan
[u'PL005', u'Poznan']
PL006: Gdansk
[u'PL006', u'Gdansk']
PL009: Lublin
[u'PL009', u'Lublin']
[u'PRT', u'Portugal']
PT001: Lisbon
[u'PT001', u'Lisbon']
PT002: Porto
[u'PT002', u'Porto']
[u'SWE', u'Sweden']
SE001: Stockholm
[u'SE001', u'Stockholm']
SE002: Gothenburg
[u'SE002', u'Gothenburg']
SE003: Malmö
[u'SE003', u'Malm\xf6']
[u'SVN', u'Slovenia']
SI001: Ljubljana
[u'SI001', u'Ljubljana']
[u'SVK', u'Slovak Republic']
SK001: Bratislava
[u'SK001', u'Bratislava']
[u'GBR', u'United Kingdom']
UK001: London
[u'UK001', u'London']
UK002: Birmingham (UK)
[u'UK002', u'Birmingham (UK)']
UK003: Leeds
[u'UK003', u'Leeds']
UK004: Bradford
[u'UK004', u'Bradford']
UK005: Liverpool
[u'UK005', u'Liverpool']
UK006: Manchester
[u'UK006', u'Manchester']
UK007: Cardiff
[u'UK007', u'Cardiff']
UK008: Sheffield
[u'UK008', u'Sheffield']
UK009: Bristol
[u'UK009', u'Bristol']
UK010: Newcastle
[u'UK010', u'Newcastle']
UK011: Leicester
[u'UK011', u'Leicester']
UK017: Portsmouth
[u'UK017', u'Portsmouth']
UK023: Nottingham
[u'UK023', u'Nottingham']
UK097: Glasgow
[u'UK097', u'Glasgow']
UK098: Edinburgh
[u'UK098', u'Edinburgh']
[u'USA', u'United States']
US106: Philadelphia
[u'US106', u'Philadelphia']
US107: Columbus
[u'US107', u'Columbus']
US114: Denver
[u'US114', u'Denver']
US012: Portland
[u'US012', u'Portland']
US122: Baltimore
[u'US122', u'Baltimore']
US124: Cincinnati
[u'US124', u'Cincinnati']
US125: Washington
[u'US125', u'Washington']
US128: Kansas City
[u'US128', u'Kansas City']
US134: Saint Louis (US)
[u'US134', u'Saint Louis (US)']
US135: Sacramento/Roseville
[u'US135', u'Sacramento/Roseville']
US014: Minneapolis
[u'US014', u'Minneapolis']
US146: San Francisco
[u'US146', u'San Francisco']
US190: Los Angeles
[u'US190', u'Los Angeles']
US196: Atlanta
[u'US196', u'Atlanta']
US202: Phoenix
[u'US202', u'Phoenix']
US209: Dallas
[u'US209', u'Dallas']
US210: San Diego
[u'US210', u'San Diego']
US242: Houston
[u'US242', u'Houston']
US245: San Antonio
[u'US245', u'San Antonio']
US250: Orlando
[u'US250', u'Orlando']
US259: Miami
[u'US259', u'Miami']
US003: Seattle
[u'US003', u'Seattle']
US033: Milwaukee
[u'US033', u'Milwaukee']
US045: Detroit
[u'US045', u'Detroit']
US048: Boston
[u'US048', u'Boston']
US055: Chicago
[u'US055', u'Chicago']
US069: Cleveland
[u'US069', u'Cleveland']
US084: New York
[u'US084', u'New York']
US103: Harrisburg
[u'US103', u'Harrisburg']
US115: Indianapolis
[u'US115', u'Indianapolis']
US117: Dayton
[u'US117', u'Dayton']
US133: Colorado Springs
[u'US133', u'Colorado Springs']
US141: Louisville
[u'US141', u'Louisville']
US147: Wichita
[u'US147', u'Wichita']
US149: Richmond
[u'US149', u'Richmond']
US154: Norfolk-Portsmouth-Chesapeake-Virginia beach
[u'US154', u'Norfolk-Portsmouth-Chesapeake-Virginia beach']
US155: Fresno
[u'US155', u'Fresno']
US159: Las Vegas
[u'US159', u'Las Vegas']
US160: Nashville
[u'US160', u'Nashville']
US161: Tulsa
[u'US161', u'Tulsa']
US170: Raleigh
[u'US170', u'Raleigh']
US174: Oklahoma city
[u'US174', u'Oklahoma city']
US178: Charlotte
[u'US178', u'Charlotte']
US180: Albuquerque
[u'US180', u'Albuquerque']
US181: Memphis
[u'US181', u'Memphis']
US186: Little Rock
[u'US186', u'Little Rock']
US195: Columbia
[u'US195', u'Columbia']
US205: Birmingham (US)
[u'US205', u'Birmingham (US)']
US212: Fort Worth
[u'US212', u'Fort Worth']
US213: Charleston
[u'US213', u'Charleston']
US223: Tucson
[u'US223', u'Tucson']
US227: El Paso
[u'US227', u'El Paso']
US233: Baton Rouge
[u'US233', u'Baton Rouge']
US234: Austin
[u'US234', u'Austin']
US237: Jacksonville
[u'US237', u'Jacksonville']
US241: New Orleans
[u'US241', u'New Orleans']
US251: Clearwater/Saint Petersburg
[u'US251', u'Clearwater/Saint Petersburg']
US252: Tampa
[u'US252', u'Tampa']
US261: Mcallen
[u'US261', u'Mcallen']
US035: Madison
[u'US035', u'Madison']
US038: Buffalo
[u'US038', u'Buffalo']
US039: Grand Rapids
[u'US039', u'Grand Rapids']
US044: Albany
[u'US044', u'Albany']
US060: Providence
[u'US060', u'Providence']
US065: Toledo (US)
[u'US065', u'Toledo (US)']
US070: Des Moines
[u'US070', u'Des Moines']
US077: Omaha
[u'US077', u'Omaha']
US081: Akron
[u'US081', u'Akron']
US089: Salt Lake City
[u'US089', u'Salt Lake City']
US097: Pittsburgh
[u'US097', u'Pittsburgh']

In [11]:
se1 = pd.Series(cities1)
city_pop['City Name'] = se1.values
se2 = pd.Series(city_codes1)
city_pop['City Code'] = se2.values

city_pop = city_pop.drop('Year', 1)

city_pop.head()


Out[11]:
2014 City Name City Code
0 23490736 Australia AUS
1 4840628 Sydney AUS01
2 4440328 Melbourne AUS02
3 2274560 Brisbane AUS03
4 2021203 Perth AUS04

In [12]:
city_pop.to_csv("index/final/city_pop.csv", encoding="utf-8")

 City surface


In [13]:
city_surf.head()


Out[13]:
Metropolitan areas 2014
0 AUS: Australia 7703354.00
1 AUS01: Sydney 12229.11
2 AUS02: Melbourne 10103.28
3 AUS03: Brisbane 15441.89
4 AUS04: Perth 6309.49

In [14]:
cities2 = []
city_codes2 = []
for i in city_surf.iterrows():
    # Get regions
    current_city = i[1][0]
    if i[1][0][0:2] == "  ":
        current_city = i[1][0][2:]
        print current_city
    current_city_split = current_city.split(": ",1)
    print current_city_split
    cities2.append(current_city_split[1])
    city_codes2.append(current_city_split[0])


[u'AUS', u'Australia']
AUS01: Sydney
[u'AUS01', u'Sydney']
AUS02: Melbourne
[u'AUS02', u'Melbourne']
AUS03: Brisbane
[u'AUS03', u'Brisbane']
AUS04: Perth
[u'AUS04', u'Perth']
AUS05: Adelaide
[u'AUS05', u'Adelaide']
AUS06: Gold Coast-Tweed Heads
[u'AUS06', u'Gold Coast-Tweed Heads']
[u'AUT', u'Austria']
AT001: Vienna
[u'AT001', u'Vienna']
AT002: Graz
[u'AT002', u'Graz']
AT003: Linz
[u'AT003', u'Linz']
[u'BEL', u'Belgium']
BE001: Brussels
[u'BE001', u'Brussels']
BE002: Antwerp
[u'BE002', u'Antwerp']
BE003: Ghent
[u'BE003', u'Ghent']
BE005: Liege
[u'BE005', u'Liege']
[u'CAN', u'Canada']
CAN09: Vancouver
[u'CAN09', u'Vancouver']
CAN20: Montreal
[u'CAN20', u'Montreal']
CAN26: Toronto
[u'CAN26', u'Toronto']
CAN01: Edmonton
[u'CAN01', u'Edmonton']
CAN04: Calgary
[u'CAN04', u'Calgary']
CAN06: Winnipeg
[u'CAN06', u'Winnipeg']
CAN16: Quebec
[u'CAN16', u'Quebec']
CAN21: Ottawa-Gatineau
[u'CAN21', u'Ottawa-Gatineau']
CAN29: Hamilton
[u'CAN29', u'Hamilton']
[u'CHE', u'Switzerland']
CH001: Zurich
[u'CH001', u'Zurich']
CH002: Geneva
[u'CH002', u'Geneva']
CH003: Basel
[u'CH003', u'Basel']
[u'CHL', u'Chile']
CL010: Valparaíso
[u'CL010', u'Valpara\xedso']
CL011: Santiago
[u'CL011', u'Santiago']
CL020: Concepción
[u'CL020', u'Concepci\xf3n']
[u'CZE', u'Czech Republic']
CZ001: Prague
[u'CZ001', u'Prague']
CZ002: Brno
[u'CZ002', u'Brno']
CZ003: Ostrava
[u'CZ003', u'Ostrava']
[u'DEU', u'Germany']
DE001: Berlin
[u'DE001', u'Berlin']
DE002: Hamburg
[u'DE002', u'Hamburg']
DE003: Munich
[u'DE003', u'Munich']
DE004: Cologne
[u'DE004', u'Cologne']
DE005: Frankfurt
[u'DE005', u'Frankfurt']
DE007: Stuttgart
[u'DE007', u'Stuttgart']
DE006: Essen
[u'DE006', u'Essen']
DE008: Leipzig
[u'DE008', u'Leipzig']
DE009: Dresden
[u'DE009', u'Dresden']
DE010: Dortmund
[u'DE010', u'Dortmund']
DE011: Düsseldorf
[u'DE011', u'D\xfcsseldorf']
DE012: Bremen
[u'DE012', u'Bremen']
DE013: Hanover
[u'DE013', u'Hanover']
DE014: Nuremberg
[u'DE014', u'Nuremberg']
DE015: Bochum
[u'DE015', u'Bochum']
DE027: Freiburg im Breisgau
[u'DE027', u'Freiburg im Breisgau']
DE033: Augsburg
[u'DE033', u'Augsburg']
DE034: Bonn
[u'DE034', u'Bonn']
DE035: Karlsruhe
[u'DE035', u'Karlsruhe']
DE040: Saarbrücken
[u'DE040', u'Saarbr\xfccken']
DE501: Duisburg
[u'DE501', u'Duisburg']
DE502: Mannheim
[u'DE502', u'Mannheim']
DE504: Münster
[u'DE504', u'M\xfcnster']
DE507: Aachen
[u'DE507', u'Aachen']
[u'DNK', u'Denmark']
DK001: Copenhagen
[u'DK001', u'Copenhagen']
[u'EST', u'Estonia']
EE001: Tallinn
[u'EE001', u'Tallinn']
[u'ESP', u'Spain']
ES001: Madrid
[u'ES001', u'Madrid']
ES002: Barcelona
[u'ES002', u'Barcelona']
ES003: Valencia
[u'ES003', u'Valencia']
ES004: Seville
[u'ES004', u'Seville']
ES005: Zaragoza
[u'ES005', u'Zaragoza']
ES006: Málaga
[u'ES006', u'M\xe1laga']
ES008: Las Palmas
[u'ES008', u'Las Palmas']
ES019: Bilbao
[u'ES019', u'Bilbao']
[u'FIN', u'Finland']
FI001: Helsinki
[u'FI001', u'Helsinki']
[u'FRA', u'France']
FR001: Paris
[u'FR001', u'Paris']
FR003: Lyon
[u'FR003', u'Lyon']
FR203: Marseille
[u'FR203', u'Marseille']
FR004: Toulouse
[u'FR004', u'Toulouse']
FR006: Strasbourg
[u'FR006', u'Strasbourg']
FR007: Bordeaux
[u'FR007', u'Bordeaux']
FR008: Nantes
[u'FR008', u'Nantes']
FR009: Lille
[u'FR009', u'Lille']
FR010: Montpellier
[u'FR010', u'Montpellier']
FR011: Saint-Étienne
[u'FR011', u'Saint-\xc9tienne']
FR013: Rennes
[u'FR013', u'Rennes']
FR026: Grenoble
[u'FR026', u'Grenoble']
FR032: Toulon
[u'FR032', u'Toulon']
FR205: Nice
[u'FR205', u'Nice']
FR215: Rouen
[u'FR215', u'Rouen']
[u'GRC', u'Greece']
GR001: Athens
[u'GR001', u'Athens']
GR002: Thessalonica
[u'GR002', u'Thessalonica']
[u'HUN', u'Hungary']
HU001: Budapest
[u'HU001', u'Budapest']
[u'IRL', u'Ireland']
IE001: Dublin
[u'IE001', u'Dublin']
[u'ITA', u'Italy']
IT001: Rome
[u'IT001', u'Rome']
IT002: Milan
[u'IT002', u'Milan']
IT003: Naples
[u'IT003', u'Naples']
IT004: Turin
[u'IT004', u'Turin']
IT005: Palermo
[u'IT005', u'Palermo']
IT006: Genova
[u'IT006', u'Genova']
IT007: Florence
[u'IT007', u'Florence']
IT008: Bari
[u'IT008', u'Bari']
IT009: Bologna
[u'IT009', u'Bologna']
IT010: Catania
[u'IT010', u'Catania']
IT011: Venice
[u'IT011', u'Venice']
[u'JPN', u'Japan']
JP013: Sendai
[u'JP013', u'Sendai']
JP003: Sapporo
[u'JP003', u'Sapporo']
JP030: Tokyo
[u'JP030', u'Tokyo']
JP034: Nagoya
[u'JP034', u'Nagoya']
JP038: Osaka
[u'JP038', u'Osaka']
JP066: Fukuoka
[u'JP066', u'Fukuoka']
JP015: Niigata
[u'JP015', u'Niigata']
JP020: Toyama
[u'JP020', u'Toyama']
JP021: Nagano
[u'JP021', u'Nagano']
JP023: Kanazawa
[u'JP023', u'Kanazawa']
JP024: Utsunomiya
[u'JP024', u'Utsunomiya']
JP025: Maebashi
[u'JP025', u'Maebashi']
JP026: Mito
[u'JP026', u'Mito']
JP031: Kofu
[u'JP031', u'Kofu']
JP036: Numazu
[u'JP036', u'Numazu']
JP039: Shizuoka
[u'JP039', u'Shizuoka']
JP040: Anjo
[u'JP040', u'Anjo']
JP042: Yokkaichi
[u'JP042', u'Yokkaichi']
JP046: Himeji
[u'JP046', u'Himeji']
JP047: Toyohashi
[u'JP047', u'Toyohashi']
JP048: Hamamatsu
[u'JP048', u'Hamamatsu']
JP050: Okayama
[u'JP050', u'Okayama']
JP051: Kurashiki
[u'JP051', u'Kurashiki']
JP052: Fukuyama
[u'JP052', u'Fukuyama']
JP053: Hiroshima
[u'JP053', u'Hiroshima']
JP054: Takamatsu
[u'JP054', u'Takamatsu']
JP055: Wakayama
[u'JP055', u'Wakayama']
JP059: Tokushima
[u'JP059', u'Tokushima']
JP064: Kitakyushu
[u'JP064', u'Kitakyushu']
JP065: Matsuyama
[u'JP065', u'Matsuyama']
JP067: Kochi
[u'JP067', u'Kochi']
JP071: Oita
[u'JP071', u'Oita']
JP074: Kumamoto
[u'JP074', u'Kumamoto']
JP075: Nagasaki
[u'JP075', u'Nagasaki']
JP077: Kagoshima
[u'JP077', u'Kagoshima']
JP078: Naha
[u'JP078', u'Naha']
[u'KOR', u'Korea']
KR004: Seoul Incheon
[u'KR004', u'Seoul Incheon']
KR025: Daegu
[u'KR025', u'Daegu']
KR032: Busan
[u'KR032', u'Busan']
KR015: Cheongju
[u'KR015', u'Cheongju']
KR018: Daejeon
[u'KR018', u'Daejeon']
KR022: Pohang
[u'KR022', u'Pohang']
KR026: Jeonju
[u'KR026', u'Jeonju']
KR029: Ulsan
[u'KR029', u'Ulsan']
KR033: Changwon
[u'KR033', u'Changwon']
KR035: Gwangju
[u'KR035', u'Gwangju']
[u'MEX', u'Mexico']
MEX01: Mexicali
[u'MEX01', u'Mexicali']
MEX02: Tijuana
[u'MEX02', u'Tijuana']
MEX05: Juárez
[u'MEX05', u'Ju\xe1rez']
MEX08: Hermosillo
[u'MEX08', u'Hermosillo']
MEX10: Chihuahua
[u'MEX10', u'Chihuahua']
MEX16: Reynosa
[u'MEX16', u'Reynosa']
MEX19: Monterrey
[u'MEX19', u'Monterrey']
MEX20: Torreón
[u'MEX20', u'Torre\xf3n']
MEX21: Saltillo
[u'MEX21', u'Saltillo']
MEX22: Culiacán
[u'MEX22', u'Culiac\xe1n']
MEX24: Durango
[u'MEX24', u'Durango']
MEX28: Tampico
[u'MEX28', u'Tampico']
MEX29: San Luis Potosí
[u'MEX29', u'San Luis Potos\xed']
MEX31: Aguascalientes
[u'MEX31', u'Aguascalientes']
MEX33: Benito Juárez
[u'MEX33', u'Benito Ju\xe1rez']
MEX34: León
[u'MEX34', u'Le\xf3n']
MEX35: Mérida
[u'MEX35', u'M\xe9rida']
MEX37: Guadalajara
[u'MEX37', u'Guadalajara']
MEX38: Irapuato
[u'MEX38', u'Irapuato']
MEX40: Querétaro
[u'MEX40', u'Quer\xe9taro']
MEX42: Celaya
[u'MEX42', u'Celaya']
MEX46: Pachuca de Soto
[u'MEX46', u'Pachuca de Soto']
MEX50: Morelia
[u'MEX50', u'Morelia']
MEX51: Mexico City
[u'MEX51', u'Mexico City']
MEX52: Xalapa
[u'MEX52', u'Xalapa']
MEX55: Toluca
[u'MEX55', u'Toluca']
MEX59: Veracruz
[u'MEX59', u'Veracruz']
MEX60: Puebla
[u'MEX60', u'Puebla']
MEX61: Cuernavaca
[u'MEX61', u'Cuernavaca']
MEX70: Centro
[u'MEX70', u'Centro']
MEX73: Oaxaca de Juárez
[u'MEX73', u'Oaxaca de Ju\xe1rez']
MEX74: Acapulco de Juárez
[u'MEX74', u'Acapulco de Ju\xe1rez']
MEX75: Tuxtla Gutiérrez
[u'MEX75', u'Tuxtla Guti\xe9rrez']
[u'NLD', u'The Netherlands']
NL002: Amsterdam
[u'NL002', u'Amsterdam']
NL001: The Hague
[u'NL001', u'The Hague']
NL003: Rotterdam
[u'NL003', u'Rotterdam']
NL004: Utrecht
[u'NL004', u'Utrecht']
NL005: Eindhoven
[u'NL005', u'Eindhoven']
[u'NOR', u'Norway']
NO001: Oslo
[u'NO001', u'Oslo']
[u'POL', u'Poland']
PL001: Warsaw
[u'PL001', u'Warsaw']
PL010: Katowice
[u'PL010', u'Katowice']
PL002: Lódz
[u'PL002', u'L\xf3dz']
PL003: Kraków
[u'PL003', u'Krak\xf3w']
PL004: Wroclaw
[u'PL004', u'Wroclaw']
PL005: Poznan
[u'PL005', u'Poznan']
PL006: Gdansk
[u'PL006', u'Gdansk']
PL009: Lublin
[u'PL009', u'Lublin']
[u'PRT', u'Portugal']
PT001: Lisbon
[u'PT001', u'Lisbon']
PT002: Porto
[u'PT002', u'Porto']
[u'SWE', u'Sweden']
SE001: Stockholm
[u'SE001', u'Stockholm']
SE002: Gothenburg
[u'SE002', u'Gothenburg']
SE003: Malmö
[u'SE003', u'Malm\xf6']
[u'SVN', u'Slovenia']
SI001: Ljubljana
[u'SI001', u'Ljubljana']
[u'SVK', u'Slovak Republic']
SK001: Bratislava
[u'SK001', u'Bratislava']
[u'GBR', u'United Kingdom']
UK001: London
[u'UK001', u'London']
UK002: Birmingham (UK)
[u'UK002', u'Birmingham (UK)']
UK003: Leeds
[u'UK003', u'Leeds']
UK004: Bradford
[u'UK004', u'Bradford']
UK005: Liverpool
[u'UK005', u'Liverpool']
UK006: Manchester
[u'UK006', u'Manchester']
UK007: Cardiff
[u'UK007', u'Cardiff']
UK008: Sheffield
[u'UK008', u'Sheffield']
UK009: Bristol
[u'UK009', u'Bristol']
UK010: Newcastle
[u'UK010', u'Newcastle']
UK011: Leicester
[u'UK011', u'Leicester']
UK017: Portsmouth
[u'UK017', u'Portsmouth']
UK023: Nottingham
[u'UK023', u'Nottingham']
UK097: Glasgow
[u'UK097', u'Glasgow']
UK098: Edinburgh
[u'UK098', u'Edinburgh']
[u'USA', u'United States']
US106: Philadelphia
[u'US106', u'Philadelphia']
US107: Columbus
[u'US107', u'Columbus']
US114: Denver
[u'US114', u'Denver']
US012: Portland
[u'US012', u'Portland']
US122: Baltimore
[u'US122', u'Baltimore']
US124: Cincinnati
[u'US124', u'Cincinnati']
US125: Washington
[u'US125', u'Washington']
US128: Kansas City
[u'US128', u'Kansas City']
US134: Saint Louis (US)
[u'US134', u'Saint Louis (US)']
US135: Sacramento/Roseville
[u'US135', u'Sacramento/Roseville']
US014: Minneapolis
[u'US014', u'Minneapolis']
US146: San Francisco
[u'US146', u'San Francisco']
US190: Los Angeles
[u'US190', u'Los Angeles']
US196: Atlanta
[u'US196', u'Atlanta']
US202: Phoenix
[u'US202', u'Phoenix']
US209: Dallas
[u'US209', u'Dallas']
US210: San Diego
[u'US210', u'San Diego']
US242: Houston
[u'US242', u'Houston']
US245: San Antonio
[u'US245', u'San Antonio']
US250: Orlando
[u'US250', u'Orlando']
US259: Miami
[u'US259', u'Miami']
US003: Seattle
[u'US003', u'Seattle']
US033: Milwaukee
[u'US033', u'Milwaukee']
US045: Detroit
[u'US045', u'Detroit']
US048: Boston
[u'US048', u'Boston']
US055: Chicago
[u'US055', u'Chicago']
US069: Cleveland
[u'US069', u'Cleveland']
US084: New York
[u'US084', u'New York']
US103: Harrisburg
[u'US103', u'Harrisburg']
US115: Indianapolis
[u'US115', u'Indianapolis']
US117: Dayton
[u'US117', u'Dayton']
US133: Colorado Springs
[u'US133', u'Colorado Springs']
US141: Louisville
[u'US141', u'Louisville']
US147: Wichita
[u'US147', u'Wichita']
US149: Richmond
[u'US149', u'Richmond']
US154: Norfolk-Portsmouth-Chesapeake-Virginia beach
[u'US154', u'Norfolk-Portsmouth-Chesapeake-Virginia beach']
US155: Fresno
[u'US155', u'Fresno']
US159: Las Vegas
[u'US159', u'Las Vegas']
US160: Nashville
[u'US160', u'Nashville']
US161: Tulsa
[u'US161', u'Tulsa']
US170: Raleigh
[u'US170', u'Raleigh']
US174: Oklahoma city
[u'US174', u'Oklahoma city']
US178: Charlotte
[u'US178', u'Charlotte']
US180: Albuquerque
[u'US180', u'Albuquerque']
US181: Memphis
[u'US181', u'Memphis']
US186: Little Rock
[u'US186', u'Little Rock']
US195: Columbia
[u'US195', u'Columbia']
US205: Birmingham (US)
[u'US205', u'Birmingham (US)']
US212: Fort Worth
[u'US212', u'Fort Worth']
US213: Charleston
[u'US213', u'Charleston']
US223: Tucson
[u'US223', u'Tucson']
US227: El Paso
[u'US227', u'El Paso']
US233: Baton Rouge
[u'US233', u'Baton Rouge']
US234: Austin
[u'US234', u'Austin']
US237: Jacksonville
[u'US237', u'Jacksonville']
US241: New Orleans
[u'US241', u'New Orleans']
US251: Clearwater/Saint Petersburg
[u'US251', u'Clearwater/Saint Petersburg']
US252: Tampa
[u'US252', u'Tampa']
US261: Mcallen
[u'US261', u'Mcallen']
US035: Madison
[u'US035', u'Madison']
US038: Buffalo
[u'US038', u'Buffalo']
US039: Grand Rapids
[u'US039', u'Grand Rapids']
US044: Albany
[u'US044', u'Albany']
US060: Providence
[u'US060', u'Providence']
US065: Toledo (US)
[u'US065', u'Toledo (US)']
US070: Des Moines
[u'US070', u'Des Moines']
US077: Omaha
[u'US077', u'Omaha']
US081: Akron
[u'US081', u'Akron']
US089: Salt Lake City
[u'US089', u'Salt Lake City']
US097: Pittsburgh
[u'US097', u'Pittsburgh']

In [15]:
se1 = pd.Series(cities2)
city_surf['City Name'] = se1.values
se2 = pd.Series(city_codes2)
city_surf['City Code'] = se2.values

city_surf = city_surf.drop('Metropolitan areas', 1)

city_surf.head()


Out[15]:
2014 City Name City Code
0 7703354.00 Australia AUS
1 12229.11 Sydney AUS01
2 10103.28 Melbourne AUS02
3 15441.89 Brisbane AUS03
4 6309.49 Perth AUS04

In [16]:
city_surf.to_csv("index/final/city_surf.csv", encoding="utf-8")

 Region GDP


In [17]:
region_gdp.head()


Out[17]:
Region Territory Level and Typology 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014
0 AUS: Australia Country 567995 599254 635472 674776 718813 773858 825383 850583 897942 935669 984763 999200 1040380 1063060
1 AU1: New South Wales Large regions (TL2) 200309 209951 221370 231011 239647 251489 264572 267779 286602 294081 307250 313826 323552 ..
2 AU2: Victoria NaN 141526 150204 156785 165302 170026 180427 192345 190456 204953 207200 216065 222163 230171 ..
3 AU3: Queensland NaN 97617.1 102269 111961 123810 138523 152069 161994 174611 174131 178374 188657 189453 194692 ..
4 AU4: South Australia NaN 39482.7 41527.4 43764.4 45393.8 47414.3 50550.8 54323.4 54189.3 57975.2 59661.9 60999.2 61758.2 63712.6 ..

In [18]:
regions = []
region_codes = []
for i in region_gdp.iterrows():
    # Get regions
    current_city = i[1][0]
    if i[1][0][0:2] == "  ":
        current_city = i[1][0][2:]
        print current_city
    current_city_split = current_city.split(": ",1)
    print current_city_split
    regions.append(current_city_split[1])
    region_codes.append(current_city_split[0])


[u'AUS', u'Australia']
AU1: New South Wales
[u'AU1', u'New South Wales']
AU2: Victoria
[u'AU2', u'Victoria']
AU3: Queensland
[u'AU3', u'Queensland']
AU4: South Australia
[u'AU4', u'South Australia']
AU5: Western Australia
[u'AU5', u'Western Australia']
AU6: Tasmania
[u'AU6', u'Tasmania']
AU7: Northern Territory (NT)
[u'AU7', u'Northern Territory (NT)']
AU8: Australian Capital Territory (ACT)
[u'AU8', u'Australian Capital Territory (ACT)']
[u'AUT', u'Austria']
AT11: Burgenland (AT)
[u'AT11', u'Burgenland (AT)']
  AT111: Mittelburgenland
[u'  AT111', u'Mittelburgenland']
  AT112: Nordburgenland
[u'  AT112', u'Nordburgenland']
  AT113: Südburgenland
[u'  AT113', u'S\xfcdburgenland']
AT12: Lower Austria
[u'AT12', u'Lower Austria']
  AT121: Mostviertel-Eisenwurzen
[u'  AT121', u'Mostviertel-Eisenwurzen']
  AT122: Niederösterreich-Süd
[u'  AT122', u'Nieder\xf6sterreich-S\xfcd']
  AT123: Sankt Pölten
[u'  AT123', u'Sankt P\xf6lten']
  AT124: Waldviertel
[u'  AT124', u'Waldviertel']
  AT125: Weinviertel
[u'  AT125', u'Weinviertel']
  AT126: Wiener Umland/Nordteil
[u'  AT126', u'Wiener Umland/Nordteil']
  AT127: Wiener Umland/Südteil
[u'  AT127', u'Wiener Umland/S\xfcdteil']
AT13: Vienna
[u'AT13', u'Vienna']
  AT130: Vienna
[u'  AT130', u'Vienna']
AT21: Carinthia
[u'AT21', u'Carinthia']
  AT211: Klagenfurt-Villach
[u'  AT211', u'Klagenfurt-Villach']
  AT212: Oberkärnten
[u'  AT212', u'Oberk\xe4rnten']
  AT213: Unterkärnten
[u'  AT213', u'Unterk\xe4rnten']
AT22: Styria
[u'AT22', u'Styria']
  AT221: Graz
[u'  AT221', u'Graz']
  AT222: Liezen
[u'  AT222', u'Liezen']
  AT223: Östliche Obersteiermark
[u'  AT223', u'\xd6stliche Obersteiermark']
  AT224: Oststeiermark
[u'  AT224', u'Oststeiermark']
  AT225: West- und Südsteiermark
[u'  AT225', u'West- und S\xfcdsteiermark']
  AT226: Westliche Obersteiermark
[u'  AT226', u'Westliche Obersteiermark']
AT31: Upper Austria
[u'AT31', u'Upper Austria']
  AT311: Innviertel
[u'  AT311', u'Innviertel']
  AT312: Linz-Wels
[u'  AT312', u'Linz-Wels']
  AT313: Mühlviertel
[u'  AT313', u'M\xfchlviertel']
  AT314: Steyr-Kirchdorf
[u'  AT314', u'Steyr-Kirchdorf']
  AT315: Traunviertel
[u'  AT315', u'Traunviertel']
AT32: Salzburg
[u'AT32', u'Salzburg']
  AT321: Lungau
[u'  AT321', u'Lungau']
  AT322: Pinzgau-Pongau
[u'  AT322', u'Pinzgau-Pongau']
  AT323: Salzburg und Umgebung
[u'  AT323', u'Salzburg und Umgebung']
AT33: Tyrol
[u'AT33', u'Tyrol']
  AT331: Außerfern
[u'  AT331', u'Au\xdferfern']
  AT332: Innsbruck
[u'  AT332', u'Innsbruck']
  AT333: Osttirol
[u'  AT333', u'Osttirol']
  AT334: Tyrolean Oberland
[u'  AT334', u'Tyrolean Oberland']
  AT335: Tyrolean Unterland
[u'  AT335', u'Tyrolean Unterland']
AT34: Vorarlberg
[u'AT34', u'Vorarlberg']
  AT341: Bludenz-Bregenzer Wald
[u'  AT341', u'Bludenz-Bregenzer Wald']
  AT342: Rheintal-Bodenseegebiet
[u'  AT342', u'Rheintal-Bodenseegebiet']
[u'BEL', u'Belgium']
BE1: Brussels Capital Region
[u'BE1', u'Brussels Capital Region']
BE2: Flemish Region
[u'BE2', u'Flemish Region']
BE3: Wallonia
[u'BE3', u'Wallonia']
[u'CAN', u'Canada']
CA10: Newfoundland and Labrador
[u'CA10', u'Newfoundland and Labrador']
CA11: Prince Edward Island
[u'CA11', u'Prince Edward Island']
CA12: Nova Scotia
[u'CA12', u'Nova Scotia']
CA13: New Brunswick
[u'CA13', u'New Brunswick']
CA24: Quebec
[u'CA24', u'Quebec']
CA35: Ontario
[u'CA35', u'Ontario']
CA46: Manitoba
[u'CA46', u'Manitoba']
CA47: Saskatchewan
[u'CA47', u'Saskatchewan']
CA48: Alberta
[u'CA48', u'Alberta']
CA59: British Columbia
[u'CA59', u'British Columbia']
CA60: Yukon
[u'CA60', u'Yukon']
CA61: Northwest Territories
[u'CA61', u'Northwest Territories']
CA62: Nunavut
[u'CA62', u'Nunavut']
[u'CHL', u'Chile']
CL01: Tarapacá
[u'CL01', u'Tarapac\xe1']
CL02: Antofagasta
[u'CL02', u'Antofagasta']
CL03: Atacama
[u'CL03', u'Atacama']
CL04: Coquimbo
[u'CL04', u'Coquimbo']
CL05: Valparaíso
[u'CL05', u'Valpara\xedso']
CL06: O'Higgins
[u'CL06', u"O'Higgins"]
CL07: Maule
[u'CL07', u'Maule']
CL08: Bío-Bío
[u'CL08', u'B\xedo-B\xedo']
CL09: Araucanía
[u'CL09', u'Araucan\xeda']
CL10: Los Lagos
[u'CL10', u'Los Lagos']
CL11: Aysén
[u'CL11', u'Ays\xe9n']
CL12: Magallanes y Antártica
[u'CL12', u'Magallanes y Ant\xe1rtica']
CL13: Santiago Metropolitan
[u'CL13', u'Santiago Metropolitan']
CL14: Los Rios
[u'CL14', u'Los Rios']
CL15: Arica Y Parinacota
[u'CL15', u'Arica Y Parinacota']
[u'CZE', u'Czech Republic']
CZ01: Prague
[u'CZ01', u'Prague']
  CZ010: Prague
[u'  CZ010', u'Prague']
CZ02: Central Bohemian Region
[u'CZ02', u'Central Bohemian Region']
  CZ020: Central Bohemia
[u'  CZ020', u'Central Bohemia']
CZ03: Southwest
[u'CZ03', u'Southwest']
  CZ031: South Bohemia
[u'  CZ031', u'South Bohemia']
  CZ032: Plzen
[u'  CZ032', u'Plzen']
CZ04: Northwest
[u'CZ04', u'Northwest']
  CZ041: Karlovy Vary
[u'  CZ041', u'Karlovy Vary']
  CZ042: Ústí nad Labem
[u'  CZ042', u'\xdast\xed nad Labem']
CZ05: Northeast
[u'CZ05', u'Northeast']
  CZ051: Liberec
[u'  CZ051', u'Liberec']
  CZ052: Hradec Králové
[u'  CZ052', u'Hradec Kr\xe1lov\xe9']
  CZ053: Pardubice
[u'  CZ053', u'Pardubice']
CZ06: Southeast
[u'CZ06', u'Southeast']
  CZ063: Vysocina
[u'  CZ063', u'Vysocina']
  CZ064: South Moravia
[u'  CZ064', u'South Moravia']
CZ07: Central Moravia
[u'CZ07', u'Central Moravia']
  CZ071: Olomouc
[u'  CZ071', u'Olomouc']
  CZ072: Zlín
[u'  CZ072', u'Zl\xedn']
CZ08: Moravia-Silesia
[u'CZ08', u'Moravia-Silesia']
  CZ080: Moravia-Silesia
[u'  CZ080', u'Moravia-Silesia']
[u'DNK', u'Denmark']
DK01: Capital (DK)
[u'DK01', u'Capital (DK)']
  DK011: City of Copenhagen
[u'  DK011', u'City of Copenhagen']
  DK012: Copenhagen suburbs
[u'  DK012', u'Copenhagen suburbs']
  DK013: North Zealand
[u'  DK013', u'North Zealand']
  DK014: Bornholm
[u'  DK014', u'Bornholm']
DK02: Zealand
[u'DK02', u'Zealand']
  DK021: East Zealand
[u'  DK021', u'East Zealand']
  DK022: West and South Zealand
[u'  DK022', u'West and South Zealand']
DK03: Southern Denmark
[u'DK03', u'Southern Denmark']
  DK031: Fyn
[u'  DK031', u'Fyn']
  DK032: South Jutland
[u'  DK032', u'South Jutland']
DK04: Central Jutland
[u'DK04', u'Central Jutland']
  DK041: West Jutland
[u'  DK041', u'West Jutland']
  DK042: East Jutland
[u'  DK042', u'East Jutland']
DK05: Northern Jutland
[u'DK05', u'Northern Jutland']
  DK050: North Jutland
[u'  DK050', u'North Jutland']
[u'EST', u'Estonia']
EE00: Estonia
[u'EE00', u'Estonia']
  EE001: North Estonia
[u'  EE001', u'North Estonia']
  EE004: West Estonia
[u'  EE004', u'West Estonia']
  EE006: Central Estonia
[u'  EE006', u'Central Estonia']
  EE007: Northeast Estonia
[u'  EE007', u'Northeast Estonia']
  EE008: Southern Estonia
[u'  EE008', u'Southern Estonia']
[u'FIN', u'Finland']
FI19: Western Finland
[u'FI19', u'Western Finland']
  FI193: Central Finland
[u'  FI193', u'Central Finland']
  FI194: Southern Ostrobothnia
[u'  FI194', u'Southern Ostrobothnia']
  FI195: Ostrobothnia
[u'  FI195', u'Ostrobothnia']
  FI196: Satakunta
[u'  FI196', u'Satakunta']
  FI197: Pirkanmaa
[u'  FI197', u'Pirkanmaa']
FI1B: Helsinki-Uusimaa
[u'FI1B', u'Helsinki-Uusimaa']
  FI1B1: Helsinki-Uusimaa
[u'  FI1B1', u'Helsinki-Uusimaa']
FI1C: Southern Finland
[u'FI1C', u'Southern Finland']
  FI1C1: Finland Proper
[u'  FI1C1', u'Finland Proper']
  FI1C2: Tavastia Proper
[u'  FI1C2', u'Tavastia Proper']
  FI1C3: Päijät-Häme
[u'  FI1C3', u'P\xe4ij\xe4t-H\xe4me']
  FI1C4: Kymenlaakso
[u'  FI1C4', u'Kymenlaakso']
  FI1C5: South Karelia
[u'  FI1C5', u'South Karelia']
FI1D: Eastern and Northern Finland
[u'FI1D', u'Eastern and Northern Finland']
  FI1D1: Southern Savonia
[u'  FI1D1', u'Southern Savonia']
  FI1D2: Northern Savonia
[u'  FI1D2', u'Northern Savonia']
  FI1D3: North Karelia
[u'  FI1D3', u'North Karelia']
  FI1D4: Kainuu
[u'  FI1D4', u'Kainuu']
  FI1D5: Central Ostrobothnia
[u'  FI1D5', u'Central Ostrobothnia']
  FI1D6: North Ostrobothnia
[u'  FI1D6', u'North Ostrobothnia']
  FI1D7: Lapland
[u'  FI1D7', u'Lapland']
FI20: Åland
[u'FI20', u'\xc5land']
  FI200: Åland
[u'  FI200', u'\xc5land']
[u'FRA', u'France']
FR10: Ile-de-France
[u'FR10', u'Ile-de-France']
  FR101: Paris
[u'  FR101', u'Paris']
  FR102: Seine-et-Marne
[u'  FR102', u'Seine-et-Marne']
  FR103: Yvelines
[u'  FR103', u'Yvelines']
  FR104: Essonne
[u'  FR104', u'Essonne']
  FR105: Hauts-de-Seine
[u'  FR105', u'Hauts-de-Seine']
  FR106: Seine-Saint-Denis
[u'  FR106', u'Seine-Saint-Denis']
  FR107: Val-de-Marne
[u'  FR107', u'Val-de-Marne']
  FR108: Val-d'Oise
[u'  FR108', u"Val-d'Oise"]
FR21: Champagne-Ardenne
[u'FR21', u'Champagne-Ardenne']
  FR211: Ardennes
[u'  FR211', u'Ardennes']
  FR212: Aube
[u'  FR212', u'Aube']
  FR213: Marne
[u'  FR213', u'Marne']
  FR214: Haute-Marne
[u'  FR214', u'Haute-Marne']
FR22: Picardy
[u'FR22', u'Picardy']
  FR221: Aisne
[u'  FR221', u'Aisne']
  FR222: Oise
[u'  FR222', u'Oise']
  FR223: Somme
[u'  FR223', u'Somme']
FR23: Upper Normandy
[u'FR23', u'Upper Normandy']
  FR231: Eure
[u'  FR231', u'Eure']
  FR232: Seine-Maritime
[u'  FR232', u'Seine-Maritime']
FR24: Centre-Val de Loire
[u'FR24', u'Centre-Val de Loire']
  FR241: Cher
[u'  FR241', u'Cher']
  FR242: Eure-et-Loir
[u'  FR242', u'Eure-et-Loir']
  FR243: Indre
[u'  FR243', u'Indre']
  FR244: Indre-et-Loire
[u'  FR244', u'Indre-et-Loire']
  FR245: Loir-et-Cher
[u'  FR245', u'Loir-et-Cher']
  FR246: Loiret
[u'  FR246', u'Loiret']
FR25: Lower Normandy
[u'FR25', u'Lower Normandy']
  FR251: Calvados
[u'  FR251', u'Calvados']
  FR252: Manche
[u'  FR252', u'Manche']
  FR253: Orne
[u'  FR253', u'Orne']
FR26: Burgundy
[u'FR26', u'Burgundy']
  FR261: Côte-d'Or
[u'  FR261', u"C\xf4te-d'Or"]
  FR262: Nièvre
[u'  FR262', u'Ni\xe8vre']
  FR263: Saône-et-Loire
[u'  FR263', u'Sa\xf4ne-et-Loire']
  FR264: Yonne
[u'  FR264', u'Yonne']
FR30: Nord-Pas-de-Calais
[u'FR30', u'Nord-Pas-de-Calais']
  FR301: Nord (FR)
[u'  FR301', u'Nord (FR)']
  FR302: Pas-de-Calais
[u'  FR302', u'Pas-de-Calais']
FR41: Lorraine
[u'FR41', u'Lorraine']
  FR411: Meurthe-et-Moselle
[u'  FR411', u'Meurthe-et-Moselle']
  FR412: Meuse
[u'  FR412', u'Meuse']
  FR413: Moselle
[u'  FR413', u'Moselle']
  FR414: Vosges
[u'  FR414', u'Vosges']
FR42: Alsace
[u'FR42', u'Alsace']
  FR421: Bas-Rhin
[u'  FR421', u'Bas-Rhin']
  FR422: Haut-Rhin
[u'  FR422', u'Haut-Rhin']
FR43: Franche-Comté
[u'FR43', u'Franche-Comt\xe9']
  FR431: Doubs
[u'  FR431', u'Doubs']
  FR432: Jura
[u'  FR432', u'Jura']
  FR433: Haute-Saône
[u'  FR433', u'Haute-Sa\xf4ne']
  FR434: Territoire de Belfort
[u'  FR434', u'Territoire de Belfort']
FR51: Pays de la Loire
[u'FR51', u'Pays de la Loire']
  FR511: Loire-Atlantique
[u'  FR511', u'Loire-Atlantique']
  FR512: Maine-et-Loire
[u'  FR512', u'Maine-et-Loire']
  FR513: Mayenne
[u'  FR513', u'Mayenne']
  FR514: Sarthe
[u'  FR514', u'Sarthe']
  FR515: Vendée
[u'  FR515', u'Vend\xe9e']
FR52: Brittany
[u'FR52', u'Brittany']
  FR521: Côtes-d'Armor
[u'  FR521', u"C\xf4tes-d'Armor"]
  FR522: Finistère
[u'  FR522', u'Finist\xe8re']
  FR523: Ille-et-Vilaine
[u'  FR523', u'Ille-et-Vilaine']
  FR524: Morbihan
[u'  FR524', u'Morbihan']
FR53: Poitou-Charentes
[u'FR53', u'Poitou-Charentes']
  FR531: Charente
[u'  FR531', u'Charente']
  FR532: Charente-Maritime
[u'  FR532', u'Charente-Maritime']
  FR533: Deux-Sèvres
[u'  FR533', u'Deux-S\xe8vres']
  FR534: Vienne
[u'  FR534', u'Vienne']
FR61: Aquitaine
[u'FR61', u'Aquitaine']
  FR611: Dordogne
[u'  FR611', u'Dordogne']
  FR612: Gironde
[u'  FR612', u'Gironde']
  FR613: Landes
[u'  FR613', u'Landes']
  FR614: Lot-et-Garonne
[u'  FR614', u'Lot-et-Garonne']
  FR615: Pyrénées-Atlantiques
[u'  FR615', u'Pyr\xe9n\xe9es-Atlantiques']
FR62: Midi-Pyrénées
[u'FR62', u'Midi-Pyr\xe9n\xe9es']
  FR621: Ariège
[u'  FR621', u'Ari\xe8ge']
  FR622: Aveyron
[u'  FR622', u'Aveyron']
  FR623: Haute-Garonne
[u'  FR623', u'Haute-Garonne']
  FR624: Gers
[u'  FR624', u'Gers']
  FR625: Lot
[u'  FR625', u'Lot']
  FR626: Hautes-Pyrénées
[u'  FR626', u'Hautes-Pyr\xe9n\xe9es']
  FR627: Tarn
[u'  FR627', u'Tarn']
  FR628: Tarn-et-Garonne
[u'  FR628', u'Tarn-et-Garonne']
FR63: Limousin
[u'FR63', u'Limousin']
  FR631: Corrèze
[u'  FR631', u'Corr\xe8ze']
  FR632: Creuse
[u'  FR632', u'Creuse']
  FR633: Haute-Vienne
[u'  FR633', u'Haute-Vienne']
FR71: Rhône-Alpes
[u'FR71', u'Rh\xf4ne-Alpes']
  FR711: Ain
[u'  FR711', u'Ain']
  FR712: Ardèche
[u'  FR712', u'Ard\xe8che']
  FR713: Drôme
[u'  FR713', u'Dr\xf4me']
  FR714: Isère
[u'  FR714', u'Is\xe8re']
  FR715: Loire
[u'  FR715', u'Loire']
  FR716: Rhône
[u'  FR716', u'Rh\xf4ne']
  FR717: Savoie
[u'  FR717', u'Savoie']
  FR718: Haute-Savoie
[u'  FR718', u'Haute-Savoie']
FR72: Auvergne
[u'FR72', u'Auvergne']
  FR721: Allier
[u'  FR721', u'Allier']
  FR722: Cantal
[u'  FR722', u'Cantal']
  FR723: Haute-Loire
[u'  FR723', u'Haute-Loire']
  FR724: Puy-de-Dôme
[u'  FR724', u'Puy-de-D\xf4me']
FR81: Languedoc-Roussillon
[u'FR81', u'Languedoc-Roussillon']
  FR811: Aude
[u'  FR811', u'Aude']
  FR812: Gard
[u'  FR812', u'Gard']
  FR813: Hérault
[u'  FR813', u'H\xe9rault']
  FR814: Lozère
[u'  FR814', u'Loz\xe8re']
  FR815: Pyrénées-Orientales
[u'  FR815', u'Pyr\xe9n\xe9es-Orientales']
FR82: Provence-Alpes-Côte d'Azur
[u'FR82', u"Provence-Alpes-C\xf4te d'Azur"]
  FR821: Alpes-de-Haute-Provence
[u'  FR821', u'Alpes-de-Haute-Provence']
  FR822: Hautes-Alpes
[u'  FR822', u'Hautes-Alpes']
  FR823: Alpes-Maritimes
[u'  FR823', u'Alpes-Maritimes']
  FR824: Bouches-du-Rhône
[u'  FR824', u'Bouches-du-Rh\xf4ne']
  FR825: Var
[u'  FR825', u'Var']
  FR826: Vaucluse
[u'  FR826', u'Vaucluse']
FR83: Corsica
[u'FR83', u'Corsica']
  FR831: Corse-du-Sud
[u'  FR831', u'Corse-du-Sud']
  FR832: Haute-Corse
[u'  FR832', u'Haute-Corse']
[u'DEU', u'Germany']
DE1: Baden-Württemberg
[u'DE1', u'Baden-W\xfcrttemberg']
DE2: Bavaria
[u'DE2', u'Bavaria']
DE3: Berlin
[u'DE3', u'Berlin']
DE4: Brandenburg
[u'DE4', u'Brandenburg']
DE5: Bremen
[u'DE5', u'Bremen']
DE6: Hamburg
[u'DE6', u'Hamburg']
DE7: Hesse
[u'DE7', u'Hesse']
DE8: Mecklenburg-Vorpommern
[u'DE8', u'Mecklenburg-Vorpommern']
DE9: Lower Saxony
[u'DE9', u'Lower Saxony']
DEA: North Rhine-Westphalia
[u'DEA', u'North Rhine-Westphalia']
DEB: Rhineland-Palatinate
[u'DEB', u'Rhineland-Palatinate']
DEC: Saarland
[u'DEC', u'Saarland']
DED: Saxony
[u'DED', u'Saxony']
DEE: Saxony-Anhalt
[u'DEE', u'Saxony-Anhalt']
DEF: Schleswig-Holstein
[u'DEF', u'Schleswig-Holstein']
DEG: Thuringia
[u'DEG', u'Thuringia']
[u'GRC', u'Greece']
  GR11: East Macedonia - Thrace
[u'  GR11', u'East Macedonia - Thrace']
  GR12: Central Macedonia
[u'  GR12', u'Central Macedonia']
  GR13: West Macedonia
[u'  GR13', u'West Macedonia']
  GR14: Thessaly
[u'  GR14', u'Thessaly']
  GR21: Epirus
[u'  GR21', u'Epirus']
  GR22: Ionian Islands
[u'  GR22', u'Ionian Islands']
  GR23: West Greece
[u'  GR23', u'West Greece']
  GR24: Central Greece
[u'  GR24', u'Central Greece']
  GR25: Peloponnese
[u'  GR25', u'Peloponnese']
  GR30: Attica
[u'  GR30', u'Attica']
  GR41: North Aegean
[u'  GR41', u'North Aegean']
  GR42: South Aegean
[u'  GR42', u'South Aegean']
  GR43: Crete
[u'  GR43', u'Crete']
[u'HUN', u'Hungary']
HU10: Central Hungary
[u'HU10', u'Central Hungary']
  HU101: Budapest
[u'  HU101', u'Budapest']
  HU102: Pest
[u'  HU102', u'Pest']
HU21: Central Transdanubia
[u'HU21', u'Central Transdanubia']
  HU211: Fejér
[u'  HU211', u'Fej\xe9r']
  HU212: Komárom-Esztergom
[u'  HU212', u'Kom\xe1rom-Esztergom']
  HU213: Veszprém
[u'  HU213', u'Veszpr\xe9m']
HU22: Western Transdanubia
[u'HU22', u'Western Transdanubia']
  HU221: Gyor-Moson-Sopron
[u'  HU221', u'Gyor-Moson-Sopron']
  HU222: Vas
[u'  HU222', u'Vas']
  HU223: Zala
[u'  HU223', u'Zala']
HU23: Southern Transdanubia
[u'HU23', u'Southern Transdanubia']
  HU231: Baranya
[u'  HU231', u'Baranya']
  HU232: Somogy
[u'  HU232', u'Somogy']
  HU233: Tolna
[u'  HU233', u'Tolna']
HU31: Northern Hungary
[u'HU31', u'Northern Hungary']
  HU311: Borsod-Abaúj-Zemplén
[u'  HU311', u'Borsod-Aba\xfaj-Zempl\xe9n']
  HU312: Heves
[u'  HU312', u'Heves']
  HU313: Nógrád
[u'  HU313', u'N\xf3gr\xe1d']
HU32: Northern Great Plain
[u'HU32', u'Northern Great Plain']
  HU321: Hajdú-Bihar
[u'  HU321', u'Hajd\xfa-Bihar']
  HU322: Jász-Nagykun-Szolnok
[u'  HU322', u'J\xe1sz-Nagykun-Szolnok']
  HU323: Szabolcs-Szatmár-Bereg
[u'  HU323', u'Szabolcs-Szatm\xe1r-Bereg']
HU33: Southern Great Plain
[u'HU33', u'Southern Great Plain']
  HU331: Bács-Kiskun
[u'  HU331', u'B\xe1cs-Kiskun']
  HU332: Békés
[u'  HU332', u'B\xe9k\xe9s']
  HU333: Csongrád
[u'  HU333', u'Csongr\xe1d']
[u'ISL', u'Iceland']
[u'IRL', u'Ireland']
IE01: Border, Midland and Western
[u'IE01', u'Border, Midland and Western']
  IE011: Border
[u'  IE011', u'Border']
  IE012: Midlands
[u'  IE012', u'Midlands']
  IE013: West
[u'  IE013', u'West']
IE02: Southern and Eastern
[u'IE02', u'Southern and Eastern']
  IE021: Dublin
[u'  IE021', u'Dublin']
  IE022: Mid-East
[u'  IE022', u'Mid-East']
  IE023: Mid-West
[u'  IE023', u'Mid-West']
  IE024: South-East (IE)
[u'  IE024', u'South-East (IE)']
  IE025: South-West (IE)
[u'  IE025', u'South-West (IE)']
[u'ISR', u'Israel']
[u'ITA', u'Italy']
ITC1: Piedmont
[u'ITC1', u'Piedmont']
  ITC11: Turin
[u'  ITC11', u'Turin']
  ITC12: Vercelli
[u'  ITC12', u'Vercelli']
  ITC13: Biella
[u'  ITC13', u'Biella']
  ITC14: Verbano-Cusio-Ossola
[u'  ITC14', u'Verbano-Cusio-Ossola']
  ITC15: Novara
[u'  ITC15', u'Novara']
  ITC16: Cuneo
[u'  ITC16', u'Cuneo']
  ITC17: Asti
[u'  ITC17', u'Asti']
  ITC18: Alessandria
[u'  ITC18', u'Alessandria']
ITC2: Aosta Valley
[u'ITC2', u'Aosta Valley']
  ITC20: Aosta Valley
[u'  ITC20', u'Aosta Valley']
ITC3: Liguria
[u'ITC3', u'Liguria']
  ITC31: Imperia
[u'  ITC31', u'Imperia']
  ITC32: Savona
[u'  ITC32', u'Savona']
  ITC33: Genoa
[u'  ITC33', u'Genoa']
  ITC34: La Spezia
[u'  ITC34', u'La Spezia']
ITC4: Lombardy
[u'ITC4', u'Lombardy']
  ITC41: Varese
[u'  ITC41', u'Varese']
  ITC42: Como
[u'  ITC42', u'Como']
  ITC43: Lecco
[u'  ITC43', u'Lecco']
  ITC44: Sondrio
[u'  ITC44', u'Sondrio']
  ITC46: Bergamo
[u'  ITC46', u'Bergamo']
  ITC47: Brescia
[u'  ITC47', u'Brescia']
  ITC48: Pavia
[u'  ITC48', u'Pavia']
  ITC49: Lodi
[u'  ITC49', u'Lodi']
  ITC4A: Cremona
[u'  ITC4A', u'Cremona']
  ITC4B: Mantua
[u'  ITC4B', u'Mantua']
  ITC4C: Milan
[u'  ITC4C', u'Milan']
  ITC4D: Monza and Brianza
[u'  ITC4D', u'Monza and Brianza']
ITF1: Abruzzo
[u'ITF1', u'Abruzzo']
  ITF11: L'Aquila
[u'  ITF11', u"L'Aquila"]
  ITF12: Teramo
[u'  ITF12', u'Teramo']
  ITF13: Pescara
[u'  ITF13', u'Pescara']
  ITF14: Chieti
[u'  ITF14', u'Chieti']
ITF2: Molise
[u'ITF2', u'Molise']
  ITF21: Isernia
[u'  ITF21', u'Isernia']
  ITF22: Campobasso
[u'  ITF22', u'Campobasso']
ITF3: Campania
[u'ITF3', u'Campania']
  ITF31: Caserta
[u'  ITF31', u'Caserta']
  ITF32: Benevento
[u'  ITF32', u'Benevento']
  ITF33: Naples
[u'  ITF33', u'Naples']
  ITF34: Avellino
[u'  ITF34', u'Avellino']
  ITF35: Salerno
[u'  ITF35', u'Salerno']
ITF4: Apulia
[u'ITF4', u'Apulia']
  ITF43: Taranto
[u'  ITF43', u'Taranto']
  ITF44: Brindisi
[u'  ITF44', u'Brindisi']
  ITF45: Lecce
[u'  ITF45', u'Lecce']
  ITF46: Foggia
[u'  ITF46', u'Foggia']
  ITF47: Bari
[u'  ITF47', u'Bari']
  ITF48: Barletta-Andria-Trani
[u'  ITF48', u'Barletta-Andria-Trani']
ITF5: Basilicata
[u'ITF5', u'Basilicata']
  ITF51: Potenza
[u'  ITF51', u'Potenza']
  ITF52: Matera
[u'  ITF52', u'Matera']
ITF6: Calabria
[u'ITF6', u'Calabria']
  ITF61: Cosenza
[u'  ITF61', u'Cosenza']
  ITF62: Crotone
[u'  ITF62', u'Crotone']
  ITF63: Catanzaro
[u'  ITF63', u'Catanzaro']
  ITF64: Vibo Valentia
[u'  ITF64', u'Vibo Valentia']
  ITF65: Reggio di Calabria
[u'  ITF65', u'Reggio di Calabria']
ITG1: Sicily
[u'ITG1', u'Sicily']
  ITG11: Trapani
[u'  ITG11', u'Trapani']
  ITG12: Palermo
[u'  ITG12', u'Palermo']
  ITG13: Messina
[u'  ITG13', u'Messina']
  ITG14: Agrigento
[u'  ITG14', u'Agrigento']
  ITG15: Caltanissetta
[u'  ITG15', u'Caltanissetta']
  ITG16: Enna
[u'  ITG16', u'Enna']
  ITG17: Catania
[u'  ITG17', u'Catania']
  ITG18: Ragusa
[u'  ITG18', u'Ragusa']
  ITG19: Siracusa
[u'  ITG19', u'Siracusa']
ITG2: Sardinia
[u'ITG2', u'Sardinia']
  ITG25: Sassari
[u'  ITG25', u'Sassari']
  ITG26: Nuoro
[u'  ITG26', u'Nuoro']
  ITG27: Cagliari
[u'  ITG27', u'Cagliari']
  ITG28: Oristano
[u'  ITG28', u'Oristano']
  ITG29: Olbia-Tempio
[u'  ITG29', u'Olbia-Tempio']
  ITG2A: Ogliastra
[u'  ITG2A', u'Ogliastra']
  ITG2B: Medio Campidano
[u'  ITG2B', u'Medio Campidano']
  ITG2C: Carbonia-Iglesias
[u'  ITG2C', u'Carbonia-Iglesias']
ITH1: Province of Bolzano-Bozen
[u'ITH1', u'Province of Bolzano-Bozen']
  ITH10: Bolzano-Bozen
[u'  ITH10', u'Bolzano-Bozen']
ITH2: Province of Trento
[u'ITH2', u'Province of Trento']
  ITH20: Trento
[u'  ITH20', u'Trento']
ITH3: Veneto
[u'ITH3', u'Veneto']
  ITH31: Verona
[u'  ITH31', u'Verona']
  ITH32: Vicenza
[u'  ITH32', u'Vicenza']
  ITH33: Belluno
[u'  ITH33', u'Belluno']
  ITH34: Treviso
[u'  ITH34', u'Treviso']
  ITH35: Venice
[u'  ITH35', u'Venice']
  ITH36: Padua
[u'  ITH36', u'Padua']
  ITH37: Rovigo
[u'  ITH37', u'Rovigo']
ITH4: Friuli-Venezia Giulia
[u'ITH4', u'Friuli-Venezia Giulia']
  ITH41: Pordenone
[u'  ITH41', u'Pordenone']
  ITH42: Udine
[u'  ITH42', u'Udine']
  ITH43: Gorizia
[u'  ITH43', u'Gorizia']
  ITH44: Trieste
[u'  ITH44', u'Trieste']
ITH5: Emilia-Romagna
[u'ITH5', u'Emilia-Romagna']
  ITH51: Piacenza
[u'  ITH51', u'Piacenza']
  ITH52: Parma
[u'  ITH52', u'Parma']
  ITH53: Reggio Nell'Emilia
[u'  ITH53', u"Reggio Nell'Emilia"]
  ITH54: Modena
[u'  ITH54', u'Modena']
  ITH55: Bologna
[u'  ITH55', u'Bologna']
  ITH56: Ferrara
[u'  ITH56', u'Ferrara']
  ITH57: Ravenna
[u'  ITH57', u'Ravenna']
  ITH58: Forlì-Cesena
[u'  ITH58', u'Forl\xec-Cesena']
  ITH59: Rimini
[u'  ITH59', u'Rimini']
ITI1: Tuscany
[u'ITI1', u'Tuscany']
  ITI11: Massa-Carrara
[u'  ITI11', u'Massa-Carrara']
  ITI12: Lucca
[u'  ITI12', u'Lucca']
  ITI13: Pistoia
[u'  ITI13', u'Pistoia']
  ITI14: Florence
[u'  ITI14', u'Florence']
  ITI15: Prato
[u'  ITI15', u'Prato']
  ITI16: Livorno
[u'  ITI16', u'Livorno']
  ITI17: Pisa
[u'  ITI17', u'Pisa']
  ITI18: Arezzo
[u'  ITI18', u'Arezzo']
  ITI19: Siena
[u'  ITI19', u'Siena']
  ITI1A: Grosseto
[u'  ITI1A', u'Grosseto']
ITI2: Umbria
[u'ITI2', u'Umbria']
  ITI21: Perugia
[u'  ITI21', u'Perugia']
  ITI22: Terni
[u'  ITI22', u'Terni']
ITI3: Marche
[u'ITI3', u'Marche']
  ITI31: Pesaro e Urbino
[u'  ITI31', u'Pesaro e Urbino']
  ITI32: Ancona
[u'  ITI32', u'Ancona']
  ITI33: Macerata
[u'  ITI33', u'Macerata']
  ITI34: Ascoli Piceno
[u'  ITI34', u'Ascoli Piceno']
  ITI35: Fermo
[u'  ITI35', u'Fermo']
ITI4: Lazio
[u'ITI4', u'Lazio']
  ITI41: Viterbo
[u'  ITI41', u'Viterbo']
  ITI42: Rieti
[u'  ITI42', u'Rieti']
  ITI43: Rome
[u'  ITI43', u'Rome']
  ITI44: Latina
[u'  ITI44', u'Latina']
  ITI45: Frosinone
[u'  ITI45', u'Frosinone']
[u'JPN', u'Japan']
JPA: Hokkaido
[u'JPA', u'Hokkaido']
  JPA01: Hokkaido
[u'  JPA01', u'Hokkaido']
JPB: Tohoku
[u'JPB', u'Tohoku']
  JPB02: Aomori
[u'  JPB02', u'Aomori']
  JPB03: Iwate
[u'  JPB03', u'Iwate']
  JPB04: Miyagi
[u'  JPB04', u'Miyagi']
  JPB05: Akita
[u'  JPB05', u'Akita']
  JPB06: Yamagata
[u'  JPB06', u'Yamagata']
  JPB07: Fukushima
[u'  JPB07', u'Fukushima']
JPC: Northern-Kanto, Koshin
[u'JPC', u'Northern-Kanto, Koshin']
  JPC08: Ibaraki
[u'  JPC08', u'Ibaraki']
  JPC09: Tochigi
[u'  JPC09', u'Tochigi']
  JPC10: Gumma
[u'  JPC10', u'Gumma']
  JPC19: Yamanashi
[u'  JPC19', u'Yamanashi']
  JPC20: Nagano
[u'  JPC20', u'Nagano']
JPD: Southern-Kanto
[u'JPD', u'Southern-Kanto']
  JPD11: Saitama
[u'  JPD11', u'Saitama']
  JPD12: Chiba
[u'  JPD12', u'Chiba']
  JPD13: Tokyo
[u'  JPD13', u'Tokyo']
  JPD14: Kanagawa
[u'  JPD14', u'Kanagawa']
JPE: Hokuriku
[u'JPE', u'Hokuriku']
  JPE15: Niigata
[u'  JPE15', u'Niigata']
  JPE16: Toyama
[u'  JPE16', u'Toyama']
  JPE17: Ishikawa
[u'  JPE17', u'Ishikawa']
  JPE18: Fukui
[u'  JPE18', u'Fukui']
JPF: Toukai
[u'JPF', u'Toukai']
  JPF21: Gifu
[u'  JPF21', u'Gifu']
  JPF22: Shizuoka
[u'  JPF22', u'Shizuoka']
  JPF23: Aichi
[u'  JPF23', u'Aichi']
  JPF24: Mie
[u'  JPF24', u'Mie']
JPG: Kansai region
[u'JPG', u'Kansai region']
  JPG25: Shiga
[u'  JPG25', u'Shiga']
  JPG26: Kyoto
[u'  JPG26', u'Kyoto']
  JPG27: Osaka
[u'  JPG27', u'Osaka']
  JPG28: Hyogo
[u'  JPG28', u'Hyogo']
  JPG29: Nara
[u'  JPG29', u'Nara']
  JPG30: Wakayama
[u'  JPG30', u'Wakayama']
JPH: Chugoku
[u'JPH', u'Chugoku']
  JPH31: Tottori
[u'  JPH31', u'Tottori']
  JPH32: Shimane
[u'  JPH32', u'Shimane']
  JPH33: Okayama
[u'  JPH33', u'Okayama']
  JPH34: Hiroshima
[u'  JPH34', u'Hiroshima']
  JPH35: Yamaguchi
[u'  JPH35', u'Yamaguchi']
JPI: Shikoku
[u'JPI', u'Shikoku']
  JPI36: Tokushima
[u'  JPI36', u'Tokushima']
  JPI37: Kagawa
[u'  JPI37', u'Kagawa']
  JPI38: Ehime
[u'  JPI38', u'Ehime']
  JPI39: Kochi
[u'  JPI39', u'Kochi']
JPJ: Kyushu, Okinawa
[u'JPJ', u'Kyushu, Okinawa']
  JPJ40: Fukuoka
[u'  JPJ40', u'Fukuoka']
  JPJ41: Saga
[u'  JPJ41', u'Saga']
  JPJ42: Nagasaki
[u'  JPJ42', u'Nagasaki']
  JPJ43: Kumamoto
[u'  JPJ43', u'Kumamoto']
  JPJ44: Oita
[u'  JPJ44', u'Oita']
  JPJ45: Miyazaki
[u'  JPJ45', u'Miyazaki']
  JPJ46: Kagoshima
[u'  JPJ46', u'Kagoshima']
  JPJ47: Okinawa
[u'  JPJ47', u'Okinawa']
[u'KOR', u'Korea']
KR01: Capital Region (KR)
[u'KR01', u'Capital Region (KR)']
  KR011: Seoul
[u'  KR011', u'Seoul']
  KR012: Incheon
[u'  KR012', u'Incheon']
  KR013: Gyeonggi-do
[u'  KR013', u'Gyeonggi-do']
KR02: Gyeongnam Region
[u'KR02', u'Gyeongnam Region']
  KR021: Busan
[u'  KR021', u'Busan']
  KR022: Ulsan
[u'  KR022', u'Ulsan']
  KR023: Gyeongsangnam-do
[u'  KR023', u'Gyeongsangnam-do']
KR03: Gyeongbuk Region
[u'KR03', u'Gyeongbuk Region']
  KR031: Daegu
[u'  KR031', u'Daegu']
  KR032: Gyeonsangbuk-do
[u'  KR032', u'Gyeonsangbuk-do']
KR04: Jeolla Region
[u'KR04', u'Jeolla Region']
  KR041: Gwangju
[u'  KR041', u'Gwangju']
  KR042: Jeollabuk-do
[u'  KR042', u'Jeollabuk-do']
  KR043: Jeollanam-do
[u'  KR043', u'Jeollanam-do']
KR05: Chungcheong Region
[u'KR05', u'Chungcheong Region']
  KR051: Daejeon
[u'  KR051', u'Daejeon']
  KR052: Chungcheongbuk-do
[u'  KR052', u'Chungcheongbuk-do']
  KR053: Chungcheongnam-do
[u'  KR053', u'Chungcheongnam-do']
KR06: Gangwon Region
[u'KR06', u'Gangwon Region']
  KR061: Gangwon-do
[u'  KR061', u'Gangwon-do']
KR07: Jeju
[u'KR07', u'Jeju']
  KR071: Jeju-do
[u'  KR071', u'Jeju-do']
[u'LUX', u'Luxembourg']
LU00: Luxembourg
[u'LU00', u'Luxembourg']
  LU000: Luxembourg
[u'  LU000', u'Luxembourg']
[u'MEX', u'Mexico']
ME01: Aguascalientes
[u'ME01', u'Aguascalientes']
ME02: Baja California Norte
[u'ME02', u'Baja California Norte']
ME03: Baja California Sur
[u'ME03', u'Baja California Sur']
ME04: Campeche
[u'ME04', u'Campeche']
ME05: Coahuila
[u'ME05', u'Coahuila']
ME06: Colima
[u'ME06', u'Colima']
ME07: Chiapas
[u'ME07', u'Chiapas']
ME08: Chihuahua
[u'ME08', u'Chihuahua']
ME09: Federal District (MX)
[u'ME09', u'Federal District (MX)']
ME10: Durango
[u'ME10', u'Durango']
ME11: Guanajuato
[u'ME11', u'Guanajuato']
ME12: Guerrero
[u'ME12', u'Guerrero']
ME13: Hidalgo
[u'ME13', u'Hidalgo']
ME14: Jalisco
[u'ME14', u'Jalisco']
ME15: Mexico
[u'ME15', u'Mexico']
ME16: Michoacan
[u'ME16', u'Michoacan']
ME17: Morelos
[u'ME17', u'Morelos']
ME18: Nayarit
[u'ME18', u'Nayarit']
ME19: Nuevo Leon
[u'ME19', u'Nuevo Leon']
ME20: Oaxaca
[u'ME20', u'Oaxaca']
ME21: Puebla
[u'ME21', u'Puebla']
ME22: Queretaro
[u'ME22', u'Queretaro']
ME23: Quintana Roo
[u'ME23', u'Quintana Roo']
ME24: San Luis Potosi
[u'ME24', u'San Luis Potosi']
ME25: Sinaloa
[u'ME25', u'Sinaloa']
ME26: Sonora
[u'ME26', u'Sonora']
ME27: Tabasco
[u'ME27', u'Tabasco']
ME28: Tamaulipas
[u'ME28', u'Tamaulipas']
ME29: Tlaxcala
[u'ME29', u'Tlaxcala']
ME30: Veracruz
[u'ME30', u'Veracruz']
ME31: Yucatan
[u'ME31', u'Yucatan']
ME32: Zacatecas
[u'ME32', u'Zacatecas']
[u'NLD', u'Netherlands']
  NL11: Groningen
[u'  NL11', u'Groningen']
  NL12: Friesland
[u'  NL12', u'Friesland']
  NL13: Drenthe
[u'  NL13', u'Drenthe']
  NL21: Overijssel
[u'  NL21', u'Overijssel']
  NL22: Gelderland
[u'  NL22', u'Gelderland']
  NL23: Flevoland
[u'  NL23', u'Flevoland']
  NL31: Utrecht
[u'  NL31', u'Utrecht']
  NL32: North Holland
[u'  NL32', u'North Holland']
  NL33: South Holland
[u'  NL33', u'South Holland']
  NL34: Zeeland
[u'  NL34', u'Zeeland']
  NL41: North Brabant
[u'  NL41', u'North Brabant']
  NL42: Limburg (NL)
[u'  NL42', u'Limburg (NL)']
[u'NZL', u'New Zealand']
  NZ011: Northland Region
[u'  NZ011', u'Northland Region']
  NZ012: Auckland Region
[u'  NZ012', u'Auckland Region']
  NZ013: Waikato Region
[u'  NZ013', u'Waikato Region']
  NZ014: Bay of Plenty Region
[u'  NZ014', u'Bay of Plenty Region']
  NZ015: Gisborne Region
[u'  NZ015', u'Gisborne Region']
  NZ016: Hawke's Bay Region
[u'  NZ016', u"Hawke's Bay Region"]
  NZ017: Taranaki Region
[u'  NZ017', u'Taranaki Region']
  NZ018: Manawatu-Wanganui Region
[u'  NZ018', u'Manawatu-Wanganui Region']
  NZ019: Wellington Region
[u'  NZ019', u'Wellington Region']
  NZ021: Tasman-Nelson-Marlborough
[u'  NZ021', u'Tasman-Nelson-Marlborough']
  NZ022: West Coast Region
[u'  NZ022', u'West Coast Region']
  NZ023: Canterbury Region
[u'  NZ023', u'Canterbury Region']
  NZ024: Otago Region
[u'  NZ024', u'Otago Region']
  NZ025: Southland Region
[u'  NZ025', u'Southland Region']
[u'NOR', u'Norway']
NO01: Oslo and Akershus
[u'NO01', u'Oslo and Akershus']
  NO011: Oslo
[u'  NO011', u'Oslo']
  NO012: Akershus
[u'  NO012', u'Akershus']
NO02: Hedmark and Oppland
[u'NO02', u'Hedmark and Oppland']
  NO021: Hedmark
[u'  NO021', u'Hedmark']
  NO022: Oppland
[u'  NO022', u'Oppland']
NO03: South-Eastern Norway
[u'NO03', u'South-Eastern Norway']
  NO031: Østfold
[u'  NO031', u'\xd8stfold']
  NO032: Buskerud
[u'  NO032', u'Buskerud']
  NO033: Vestfold
[u'  NO033', u'Vestfold']
  NO034: Telemark
[u'  NO034', u'Telemark']
NO04: Agder and Rogaland
[u'NO04', u'Agder and Rogaland']
  NO041: Aust-Agder
[u'  NO041', u'Aust-Agder']
  NO042: Vest-Agder
[u'  NO042', u'Vest-Agder']
  NO043: Rogaland
[u'  NO043', u'Rogaland']
NO05: Western Norway
[u'NO05', u'Western Norway']
  NO051: Hordaland
[u'  NO051', u'Hordaland']
  NO052: Sogn og Fjordane
[u'  NO052', u'Sogn og Fjordane']
  NO053: Møre og Romsdal
[u'  NO053', u'M\xf8re og Romsdal']
NO06: Trøndelag
[u'NO06', u'Tr\xf8ndelag']
  NO061: Sør-Trøndelag
[u'  NO061', u'S\xf8r-Tr\xf8ndelag']
  NO062: Nord-Trøndelag
[u'  NO062', u'Nord-Tr\xf8ndelag']
NO07: Northern Norway
[u'NO07', u'Northern Norway']
  NO071: Nordland
[u'  NO071', u'Nordland']
  NO072: Troms
[u'  NO072', u'Troms']
  NO073: Finnmark
[u'  NO073', u'Finnmark']
[u'POL', u'Poland']
PL11: Lodzkie
[u'PL11', u'Lodzkie']
  PL113: City of Lódz
[u'  PL113', u'City of L\xf3dz']
  PL114: Lódzki
[u'  PL114', u'L\xf3dzki']
  PL115: Piotrkowski
[u'  PL115', u'Piotrkowski']
  PL116: Sieradzki
[u'  PL116', u'Sieradzki']
  PL117: Skierniewicki
[u'  PL117', u'Skierniewicki']
PL12: Mazovia
[u'PL12', u'Mazovia']
  PL121: Ciechanowsko-Plocki
[u'  PL121', u'Ciechanowsko-Plocki']
  PL122: Ostrolecko-Siedlecki
[u'  PL122', u'Ostrolecko-Siedlecki']
  PL127: City of Warsaw
[u'  PL127', u'City of Warsaw']
  PL128: Radomski
[u'  PL128', u'Radomski']
  PL129: Warsaw-East
[u'  PL129', u'Warsaw-East']
  PL12A: Warsaw-West
[u'  PL12A', u'Warsaw-West']
PL21: Lesser Poland
[u'PL21', u'Lesser Poland']
  PL213: City of Krakow
[u'  PL213', u'City of Krakow']
  PL214: Krakowski
[u'  PL214', u'Krakowski']
  PL215: Nowosadecki
[u'  PL215', u'Nowosadecki']
  PL216: Oswiecimski
[u'  PL216', u'Oswiecimski']
  PL217: Tarnowski
[u'  PL217', u'Tarnowski']
PL22: Silesia
[u'PL22', u'Silesia']
  PL224: Czestochowski
[u'  PL224', u'Czestochowski']
  PL225: Bielski
[u'  PL225', u'Bielski']
  PL227: Rybnicki
[u'  PL227', u'Rybnicki']
  PL228: Bytomski
[u'  PL228', u'Bytomski']
  PL229: Gliwicki
[u'  PL229', u'Gliwicki']
  PL22A: Katowicki
[u'  PL22A', u'Katowicki']
  PL22B: Sosnowiecki
[u'  PL22B', u'Sosnowiecki']
  PL22C: Tyski
[u'  PL22C', u'Tyski']
PL31: Lublin Province
[u'PL31', u'Lublin Province']
  PL311: Bialski
[u'  PL311', u'Bialski']
  PL312: Chelmsko-Zamojski
[u'  PL312', u'Chelmsko-Zamojski']
  PL314: Lubelski
[u'  PL314', u'Lubelski']
  PL315: Pulawski
[u'  PL315', u'Pulawski']
PL32: Podkarpacia
[u'PL32', u'Podkarpacia']
  PL323: Krosnienski
[u'  PL323', u'Krosnienski']
  PL324: Przemyski
[u'  PL324', u'Przemyski']
  PL325: Rzeszowski
[u'  PL325', u'Rzeszowski']
  PL326: Tarnobrzeski
[u'  PL326', u'Tarnobrzeski']
PL33: Swietokrzyskie
[u'PL33', u'Swietokrzyskie']
  PL331: Kielecki
[u'  PL331', u'Kielecki']
  PL332: Sandomiersko-Jedrzejowski
[u'  PL332', u'Sandomiersko-Jedrzejowski']
PL34: Podlasie
[u'PL34', u'Podlasie']
  PL343: Bialostocki
[u'  PL343', u'Bialostocki']
  PL344: Lomzynski
[u'  PL344', u'Lomzynski']
  PL345: Suwalski
[u'  PL345', u'Suwalski']
PL41: Greater Poland
[u'PL41', u'Greater Poland']
  PL411: Pilski
[u'  PL411', u'Pilski']
  PL414: Koninski
[u'  PL414', u'Koninski']
  PL415: City of Poznan
[u'  PL415', u'City of Poznan']
  PL416: Kaliski
[u'  PL416', u'Kaliski']
  PL417: Leszczynski
[u'  PL417', u'Leszczynski']
  PL418: Poznanski
[u'  PL418', u'Poznanski']
PL42: West Pomerania
[u'PL42', u'West Pomerania']
  PL422: Koszalinski
[u'  PL422', u'Koszalinski']
  PL423: Stargardzki
[u'  PL423', u'Stargardzki']
  PL424: City of Szczecin
[u'  PL424', u'City of Szczecin']
  PL425: Szczecinski
[u'  PL425', u'Szczecinski']
PL43: Lubusz
[u'PL43', u'Lubusz']
  PL431: Gorzowski
[u'  PL431', u'Gorzowski']
  PL432: Zielonogórski
[u'  PL432', u'Zielonog\xf3rski']
PL51: Lower Silesia
[u'PL51', u'Lower Silesia']
  PL514: City of Wroclaw
[u'  PL514', u'City of Wroclaw']
  PL515: Jeleniogórski
[u'  PL515', u'Jeleniog\xf3rski']
  PL516: Legnicko-Glogowski
[u'  PL516', u'Legnicko-Glogowski']
  PL517: Walbrzyski
[u'  PL517', u'Walbrzyski']
  PL518: Wroclawski
[u'  PL518', u'Wroclawski']
PL52: Opole region
[u'PL52', u'Opole region']
  PL521: Nyski
[u'  PL521', u'Nyski']
  PL522: Opolski
[u'  PL522', u'Opolski']
PL61: Kuyavian-Pomerania
[u'PL61', u'Kuyavian-Pomerania']
  PL613: Bydgosko-Torunski
[u'  PL613', u'Bydgosko-Torunski']
  PL614: Grudziadzki
[u'  PL614', u'Grudziadzki']
  PL615: Wloclawski
[u'  PL615', u'Wloclawski']
PL62: Warmian-Masuria
[u'PL62', u'Warmian-Masuria']
  PL621: Elblaski
[u'  PL621', u'Elblaski']
  PL622: Olsztynski
[u'  PL622', u'Olsztynski']
  PL623: Elcki
[u'  PL623', u'Elcki']
PL63: Pomerania
[u'PL63', u'Pomerania']
  PL631: Slupski
[u'  PL631', u'Slupski']
  PL633: Trojmiejski
[u'  PL633', u'Trojmiejski']
  PL634: Gdanski
[u'  PL634', u'Gdanski']
  PL635: Starogardzki
[u'  PL635', u'Starogardzki']
[u'PRT', u'Portugal']
PT11: North (PT)
[u'PT11', u'North (PT)']
PT15: Algarve
[u'PT15', u'Algarve']
PT16: Central Portugal
[u'PT16', u'Central Portugal']
PT17: Lisbon
[u'PT17', u'Lisbon']
PT18: Alentejo
[u'PT18', u'Alentejo']
PT20: Azores (PT)
[u'PT20', u'Azores (PT)']
PT30: Madeira (PT)
[u'PT30', u'Madeira (PT)']
  PT111_2002: Minho-Lima
[u'  PT111_2002', u'Minho-Lima']
  PT112_2002: Cávado
[u'  PT112_2002', u'C\xe1vado']
  PT113_2002: Ave
[u'  PT113_2002', u'Ave']
  PT114_2002: Grande Porto
[u'  PT114_2002', u'Grande Porto']
  PT115_2002: Tâmega
[u'  PT115_2002', u'T\xe2mega']
  PT116_2002: Entre Douro e Vouga
[u'  PT116_2002', u'Entre Douro e Vouga']
  PT117_2002: Douro
[u'  PT117_2002', u'Douro']
  PT118_2002: Alto Trás-os-Montes
[u'  PT118_2002', u'Alto Tr\xe1s-os-Montes']
  PT150_2002: Algarve
[u'  PT150_2002', u'Algarve']
  PT161_2002: Baixo Vouga
[u'  PT161_2002', u'Baixo Vouga']
  PT162_2002: Baixo Mondego
[u'  PT162_2002', u'Baixo Mondego']
  PT163_2002: Pinhal Litoral
[u'  PT163_2002', u'Pinhal Litoral']
  PT164_2002: Pinhal Interior Norte
[u'  PT164_2002', u'Pinhal Interior Norte']
  PT165_2002: Dão-Lafões
[u'  PT165_2002', u'D\xe3o-Laf\xf5es']
  PT166_2002: Pinhal Interior Sul
[u'  PT166_2002', u'Pinhal Interior Sul']
  PT167_2002: Serra da Estrela
[u'  PT167_2002', u'Serra da Estrela']
  PT168_2002: Beira Interior Norte
[u'  PT168_2002', u'Beira Interior Norte']
  PT169_2002: Beira Interior Sul
[u'  PT169_2002', u'Beira Interior Sul']
  PT16A_2002: Cova da Beira
[u'  PT16A_2002', u'Cova da Beira']
  PT16B_2002: Oeste
[u'  PT16B_2002', u'Oeste']
  PT16C_2002: Médio Tejo
[u'  PT16C_2002', u'M\xe9dio Tejo']
  PT171_2002: Grande Lisboa
[u'  PT171_2002', u'Grande Lisboa']
  PT172_2002: Península de Setúbal
[u'  PT172_2002', u'Pen\xednsula de Set\xfabal']
  PT181_2002: Alentejo Litoral
[u'  PT181_2002', u'Alentejo Litoral']
  PT182_2002: Alto Alentejo
[u'  PT182_2002', u'Alto Alentejo']
  PT183_2002: Alentejo Central
[u'  PT183_2002', u'Alentejo Central']
  PT184_2002: Baixo Alentejo
[u'  PT184_2002', u'Baixo Alentejo']
  PT185_2002: Lezíria do Tejo
[u'  PT185_2002', u'Lez\xedria do Tejo']
  PT200_2002: Azores (PT)
[u'  PT200_2002', u'Azores (PT)']
  PT300_2002: Madeira (PT)
[u'  PT300_2002', u'Madeira (PT)']
[u'SVK', u'Slovak Republic']
SK01: Bratislava Region
[u'SK01', u'Bratislava Region']
  SK010: Bratislava Region
[u'  SK010', u'Bratislava Region']
SK02: West Slovakia
[u'SK02', u'West Slovakia']
  SK021: Trnava Region
[u'  SK021', u'Trnava Region']
  SK022: Trencín Region
[u'  SK022', u'Trenc\xedn Region']
  SK023: Nitra Region
[u'  SK023', u'Nitra Region']
SK03: Central Slovakia
[u'SK03', u'Central Slovakia']
  SK031: Žilina Region
[u'  SK031', u'\u017dilina Region']
  SK032: Banská Bystrica Region
[u'  SK032', u'Bansk\xe1 Bystrica Region']
SK04: East Slovakia
[u'SK04', u'East Slovakia']
  SK041: Prešov Region
[u'  SK041', u'Pre\u0161ov Region']
  SK042: Košice Region
[u'  SK042', u'Ko\u0161ice Region']
[u'SVN', u'Slovenia']
SI01: Eastern Slovenia
[u'SI01', u'Eastern Slovenia']
  SI011: Mura
[u'  SI011', u'Mura']
  SI012: Drava
[u'  SI012', u'Drava']
  SI013: Carinthia
[u'  SI013', u'Carinthia']
  SI014: Savinja
[u'  SI014', u'Savinja']
  SI015: Central Sava
[u'  SI015', u'Central Sava']
  SI016: Lower Sava
[u'  SI016', u'Lower Sava']
  SI017: Southeast Slovenia
[u'  SI017', u'Southeast Slovenia']
  SI018: Inner-Karst
[u'  SI018', u'Inner-Karst']
SI02: Western Slovenia
[u'SI02', u'Western Slovenia']
  SI021: Central Slovenia
[u'  SI021', u'Central Slovenia']
  SI022: Upper Carniola
[u'  SI022', u'Upper Carniola']
  SI023: Goriska
[u'  SI023', u'Goriska']
  SI024: Coastal-Karst
[u'  SI024', u'Coastal-Karst']
[u'ESP', u'Spain']
ES11: Galicia
[u'ES11', u'Galicia']
  ES111: La Corunna
[u'  ES111', u'La Corunna']
  ES112: Lugo
[u'  ES112', u'Lugo']
  ES113: Orense
[u'  ES113', u'Orense']
  ES114: Pontevedra
[u'  ES114', u'Pontevedra']
ES12: Asturias
[u'ES12', u'Asturias']
  ES120: Asturias
[u'  ES120', u'Asturias']
ES13: Cantabria
[u'ES13', u'Cantabria']
  ES130: Cantabria
[u'  ES130', u'Cantabria']
ES21: Basque Country
[u'ES21', u'Basque Country']
  ES211: Álava
[u'  ES211', u'\xc1lava']
  ES212: Guipuscoa
[u'  ES212', u'Guipuscoa']
  ES213: Biscay
[u'  ES213', u'Biscay']
ES22: Navarra
[u'ES22', u'Navarra']
  ES220: Navarre
[u'  ES220', u'Navarre']
ES23: La Rioja
[u'ES23', u'La Rioja']
  ES230: La Rioja (ES)
[u'  ES230', u'La Rioja (ES)']
ES24: Aragon
[u'ES24', u'Aragon']
  ES241: Huesca
[u'  ES241', u'Huesca']
  ES242: Teruel
[u'  ES242', u'Teruel']
  ES243: Saragossa
[u'  ES243', u'Saragossa']
ES30: Madrid
[u'ES30', u'Madrid']
  ES300: Madrid
[u'  ES300', u'Madrid']
ES41: Castile and León
[u'ES41', u'Castile and Le\xf3n']
  ES411: Ávila
[u'  ES411', u'\xc1vila']
  ES412: Burgos
[u'  ES412', u'Burgos']
  ES413: León
[u'  ES413', u'Le\xf3n']
  ES414: Palencia
[u'  ES414', u'Palencia']
  ES415: Salamanca
[u'  ES415', u'Salamanca']
  ES416: Segovia
[u'  ES416', u'Segovia']
  ES417: Soria
[u'  ES417', u'Soria']
  ES418: Valladolid
[u'  ES418', u'Valladolid']
  ES419: Zamora
[u'  ES419', u'Zamora']
ES42: Castile-La Mancha
[u'ES42', u'Castile-La Mancha']
  ES421: Albacete
[u'  ES421', u'Albacete']
  ES422: Ciudad Real
[u'  ES422', u'Ciudad Real']
  ES423: Cuenca
[u'  ES423', u'Cuenca']
  ES424: Guadalajara
[u'  ES424', u'Guadalajara']
  ES425: Toledo
[u'  ES425', u'Toledo']
ES43: Extremadura
[u'ES43', u'Extremadura']
  ES431: Badajoz
[u'  ES431', u'Badajoz']
  ES432: Cáceres
[u'  ES432', u'C\xe1ceres']
ES51: Catalonia
[u'ES51', u'Catalonia']
  ES511: Barcelona
[u'  ES511', u'Barcelona']
  ES512: Gerona
[u'  ES512', u'Gerona']
  ES513: Lérida
[u'  ES513', u'L\xe9rida']
  ES514: Tarragona
[u'  ES514', u'Tarragona']
ES52: Valencia
[u'ES52', u'Valencia']
  ES521: Alicante
[u'  ES521', u'Alicante']
  ES522: Castellón
[u'  ES522', u'Castell\xf3n']
  ES523: Valencia
[u'  ES523', u'Valencia']
ES53: Balearic Islands
[u'ES53', u'Balearic Islands']
  ES531: Eivissa Y Formentera
[u'  ES531', u'Eivissa Y Formentera']
  ES532: Mallorca
[u'  ES532', u'Mallorca']
  ES533: Menorca
[u'  ES533', u'Menorca']
ES61: Andalusia
[u'ES61', u'Andalusia']
  ES611: Almería
[u'  ES611', u'Almer\xeda']
  ES612: Cádiz
[u'  ES612', u'C\xe1diz']
  ES613: Cordoba (ES)
[u'  ES613', u'Cordoba (ES)']
  ES614: Granada
[u'  ES614', u'Granada']
  ES615: Huelva
[u'  ES615', u'Huelva']
  ES616: Jaén
[u'  ES616', u'Ja\xe9n']
  ES617: Málaga
[u'  ES617', u'M\xe1laga']
  ES618: Seville
[u'  ES618', u'Seville']
ES62: Murcia
[u'ES62', u'Murcia']
  ES620: Murcia
[u'  ES620', u'Murcia']
ES63: Ceuta
[u'ES63', u'Ceuta']
  ES630: Ceuta (ES)
[u'  ES630', u'Ceuta (ES)']
ES64: Melilla
[u'ES64', u'Melilla']
  ES640: Melilla (ES)
[u'  ES640', u'Melilla (ES)']
ES70: Canary Islands
[u'ES70', u'Canary Islands']
  ES703: El Hierro
[u'  ES703', u'El Hierro']
  ES704: Fuerteventura
[u'  ES704', u'Fuerteventura']
  ES705: Gran Canaria
[u'  ES705', u'Gran Canaria']
  ES706: La Gomera
[u'  ES706', u'La Gomera']
  ES707: La Palma
[u'  ES707', u'La Palma']
  ES708: Lanzarote
[u'  ES708', u'Lanzarote']
  ES709: Tenerife
[u'  ES709', u'Tenerife']
[u'SWE', u'Sweden']
SE11: Stockholm
[u'SE11', u'Stockholm']
  SE110: Stockholm County
[u'  SE110', u'Stockholm County']
SE12: East Middle Sweden
[u'SE12', u'East Middle Sweden']
  SE121: Uppsala County
[u'  SE121', u'Uppsala County']
  SE122: Södermanland County
[u'  SE122', u'S\xf6dermanland County']
  SE123: Östergötland County
[u'  SE123', u'\xd6sterg\xf6tland County']
  SE124: Örebro County
[u'  SE124', u'\xd6rebro County']
  SE125: Västmanland County
[u'  SE125', u'V\xe4stmanland County']
SE21: Småland with Islands
[u'SE21', u'Sm\xe5land with Islands']
  SE211: Jönköping County
[u'  SE211', u'J\xf6nk\xf6ping County']
  SE212: Kronoberg County
[u'  SE212', u'Kronoberg County']
  SE213: Kalmar County
[u'  SE213', u'Kalmar County']
  SE214: Gotland County
[u'  SE214', u'Gotland County']
SE22: South Sweden
[u'SE22', u'South Sweden']
  SE221: Blekinge County
[u'  SE221', u'Blekinge County']
  SE224: Skåne County
[u'  SE224', u'Sk\xe5ne County']
SE23: West Sweden
[u'SE23', u'West Sweden']
  SE231: Halland County
[u'  SE231', u'Halland County']
  SE232: Västra Götaland County
[u'  SE232', u'V\xe4stra G\xf6taland County']
SE31: North Middle Sweden
[u'SE31', u'North Middle Sweden']
  SE311: Värmlands County
[u'  SE311', u'V\xe4rmlands County']
  SE312: Dalarna County
[u'  SE312', u'Dalarna County']
  SE313: Gävleborg County
[u'  SE313', u'G\xe4vleborg County']
SE32: Central Norrland
[u'SE32', u'Central Norrland']
  SE321: Västernorrland County
[u'  SE321', u'V\xe4sternorrland County']
  SE322: Jämtland County
[u'  SE322', u'J\xe4mtland County']
SE33: Upper Norrland
[u'SE33', u'Upper Norrland']
  SE331: Västerbottens County
[u'  SE331', u'V\xe4sterbottens County']
  SE332: Norrbottens County
[u'  SE332', u'Norrbottens County']
[u'CHE', u'Switzerland']
CH01: Lake Geneva Region
[u'CH01', u'Lake Geneva Region']
  CH011: Vaud
[u'  CH011', u'Vaud']
  CH012: Valais
[u'  CH012', u'Valais']
  CH013: Genève
[u'  CH013', u'Gen\xe8ve']
CH02: Espace Mittelland
[u'CH02', u'Espace Mittelland']
  CH021: Bern
[u'  CH021', u'Bern']
  CH022: Fribourg (CH)
[u'  CH022', u'Fribourg (CH)']
  CH023: Solothurn
[u'  CH023', u'Solothurn']
  CH024: Neuchâtel
[u'  CH024', u'Neuch\xe2tel']
  CH025: Jura (CH)
[u'  CH025', u'Jura (CH)']
CH03: Northwestern Switzerland
[u'CH03', u'Northwestern Switzerland']
  CH031: Basel-Stadt
[u'  CH031', u'Basel-Stadt']
  CH032: Basel-Landschaft
[u'  CH032', u'Basel-Landschaft']
  CH033: Aargau
[u'  CH033', u'Aargau']
CH04: Zurich
[u'CH04', u'Zurich']
  CH040: Zürich
[u'  CH040', u'Z\xfcrich']
CH05: Eastern Switzerland
[u'CH05', u'Eastern Switzerland']
  CH051: Glarus
[u'  CH051', u'Glarus']
  CH052: Schaffhausen
[u'  CH052', u'Schaffhausen']
  CH053: Appenzell Ausserrhoden
[u'  CH053', u'Appenzell Ausserrhoden']
  CH054: Appenzell Innerrhoden
[u'  CH054', u'Appenzell Innerrhoden']
  CH055: St. Gallen
[u'  CH055', u'St. Gallen']
  CH056: Graubünden
[u'  CH056', u'Graub\xfcnden']
  CH057: Thurgau
[u'  CH057', u'Thurgau']
CH06: Central Switzerland
[u'CH06', u'Central Switzerland']
  CH061: Lucerne
[u'  CH061', u'Lucerne']
  CH062: Uri
[u'  CH062', u'Uri']
  CH063: Schwyz
[u'  CH063', u'Schwyz']
  CH064: Obwalden
[u'  CH064', u'Obwalden']
  CH065: Nidwalden
[u'  CH065', u'Nidwalden']
  CH066: Zug
[u'  CH066', u'Zug']
CH07: Ticino
[u'CH07', u'Ticino']
  CH070: Ticino
[u'  CH070', u'Ticino']
[u'TUR', u'Turkey']
TR10: Istanbul
[u'TR10', u'Istanbul']
  TR100: Istanbul
[u'  TR100', u'Istanbul']
TR21: Thrace
[u'TR21', u'Thrace']
  TR211: Tekirdag
[u'  TR211', u'Tekirdag']
  TR212: Edirne
[u'  TR212', u'Edirne']
  TR213: Kirklareli
[u'  TR213', u'Kirklareli']
TR22: Southern Marmara - West
[u'TR22', u'Southern Marmara - West']
  TR221: Balikesir
[u'  TR221', u'Balikesir']
  TR222: Çanakkale
[u'  TR222', u'\xc7anakkale']
TR31: Izmir
[u'TR31', u'Izmir']
  TR310: Izmir
[u'  TR310', u'Izmir']
TR32: Southern Aegean
[u'TR32', u'Southern Aegean']
  TR321: Aydin
[u'  TR321', u'Aydin']
  TR322: Denizli
[u'  TR322', u'Denizli']
  TR323: Mugla
[u'  TR323', u'Mugla']
TR33: Northern Aegean
[u'TR33', u'Northern Aegean']
  TR331: Manisa
[u'  TR331', u'Manisa']
  TR332: Afyon
[u'  TR332', u'Afyon']
  TR333: Kütahya
[u'  TR333', u'K\xfctahya']
  TR334: Usak
[u'  TR334', u'Usak']
TR41: Eastern Marmara - South
[u'TR41', u'Eastern Marmara - South']
  TR411: Bursa
[u'  TR411', u'Bursa']
  TR412: Eskisehir
[u'  TR412', u'Eskisehir']
  TR413: Bilecik
[u'  TR413', u'Bilecik']
TR42: Eastern Marmara - North
[u'TR42', u'Eastern Marmara - North']
  TR421: Kocaeli
[u'  TR421', u'Kocaeli']
  TR422: Sakarya
[u'  TR422', u'Sakarya']
  TR423: Düzce
[u'  TR423', u'D\xfczce']
  TR424: Bolu
[u'  TR424', u'Bolu']
  TR425: Yalova
[u'  TR425', u'Yalova']
TR51: Ankara
[u'TR51', u'Ankara']
  TR510: Ankara
[u'  TR510', u'Ankara']
TR52: Central Anatolia - West and South
[u'TR52', u'Central Anatolia - West and South']
  TR521: Konya
[u'  TR521', u'Konya']
  TR522: Karaman
[u'  TR522', u'Karaman']
TR61: Mediterranean region - West
[u'TR61', u'Mediterranean region - West']
  TR611: Antalya
[u'  TR611', u'Antalya']
  TR612: Isparta
[u'  TR612', u'Isparta']
  TR613: Burdur
[u'  TR613', u'Burdur']
TR62: Mediterranean region - Middle
[u'TR62', u'Mediterranean region - Middle']
  TR621: Adana
[u'  TR621', u'Adana']
  TR622: Mersin
[u'  TR622', u'Mersin']
TR63: Mediterranean region - East
[u'TR63', u'Mediterranean region - East']
  TR631: Hatay
[u'  TR631', u'Hatay']
  TR632: Kahramanmaras
[u'  TR632', u'Kahramanmaras']
  TR633: Osmaniye
[u'  TR633', u'Osmaniye']
TR71: Central Anatolia - Middle
[u'TR71', u'Central Anatolia - Middle']
  TR711: Kirikkale
[u'  TR711', u'Kirikkale']
  TR712: Aksaray
[u'  TR712', u'Aksaray']
  TR713: Nigde
[u'  TR713', u'Nigde']
  TR714: Nevsehir
[u'  TR714', u'Nevsehir']
  TR715: Kirsehir
[u'  TR715', u'Kirsehir']
TR72: Central Anatolia - East
[u'TR72', u'Central Anatolia - East']
  TR721: Kayseri
[u'  TR721', u'Kayseri']
  TR722: Sivas
[u'  TR722', u'Sivas']
  TR723: Yozgat
[u'  TR723', u'Yozgat']
TR81: Western Black Sea - West
[u'TR81', u'Western Black Sea - West']
  TR811: Zonguldak
[u'  TR811', u'Zonguldak']
  TR812: Karabük
[u'  TR812', u'Karab\xfck']
  TR813: Bartin
[u'  TR813', u'Bartin']
TR82: Western Black Sea - Middle and East
[u'TR82', u'Western Black Sea - Middle and East']
  TR821: Kastamonu
[u'  TR821', u'Kastamonu']
  TR822: Çankiri
[u'  TR822', u'\xc7ankiri']
  TR823: Sinop
[u'  TR823', u'Sinop']
TR83: Middle Black Sea
[u'TR83', u'Middle Black Sea']
  TR831: Samsun
[u'  TR831', u'Samsun']
  TR832: Tokat
[u'  TR832', u'Tokat']
  TR833: Çorum
[u'  TR833', u'\xc7orum']
  TR834: Amasya
[u'  TR834', u'Amasya']
TR90: Eastern Black Sea
[u'TR90', u'Eastern Black Sea']
  TR901: Trabzon
[u'  TR901', u'Trabzon']
  TR902: Ordu
[u'  TR902', u'Ordu']
  TR903: Giresun
[u'  TR903', u'Giresun']
  TR904: Rize
[u'  TR904', u'Rize']
  TR905: Artvin
[u'  TR905', u'Artvin']
  TR906: Gümüshane
[u'  TR906', u'G\xfcm\xfcshane']
TRA1: Northeastern Anatolia - West
[u'TRA1', u'Northeastern Anatolia - West']
  TRA11: Erzurum
[u'  TRA11', u'Erzurum']
  TRA12: Erzincan
[u'  TRA12', u'Erzincan']
  TRA13: Bayburt
[u'  TRA13', u'Bayburt']
TRA2: Northeastern Anatolia - East
[u'TRA2', u'Northeastern Anatolia - East']
  TRA21: Agri
[u'  TRA21', u'Agri']
  TRA22: Kars
[u'  TRA22', u'Kars']
  TRA23: Igdir
[u'  TRA23', u'Igdir']
  TRA24: Ardahan
[u'  TRA24', u'Ardahan']
TRB1: Eastern Anatolia - West
[u'TRB1', u'Eastern Anatolia - West']
  TRB11: Malatya
[u'  TRB11', u'Malatya']
  TRB12: Elazig
[u'  TRB12', u'Elazig']
  TRB13: Bingöl
[u'  TRB13', u'Bing\xf6l']
  TRB14: Tunceli
[u'  TRB14', u'Tunceli']
TRB2: Eastern Anatolia - East
[u'TRB2', u'Eastern Anatolia - East']
  TRB21: Van
[u'  TRB21', u'Van']
  TRB22: Mus
[u'  TRB22', u'Mus']
  TRB23: Bitlis
[u'  TRB23', u'Bitlis']
  TRB24: Hakkari
[u'  TRB24', u'Hakkari']
TRC1: Southeastern Anatolia - West
[u'TRC1', u'Southeastern Anatolia - West']
  TRC11: Gaziantep
[u'  TRC11', u'Gaziantep']
  TRC12: Adiyaman
[u'  TRC12', u'Adiyaman']
  TRC13: Kilis
[u'  TRC13', u'Kilis']
TRC2: Southeastern Anatolia - Middle
[u'TRC2', u'Southeastern Anatolia - Middle']
  TRC21: Sanliurfa
[u'  TRC21', u'Sanliurfa']
  TRC22: Diyarbakir
[u'  TRC22', u'Diyarbakir']
TRC3: Southeastern Anatolia - East
[u'TRC3', u'Southeastern Anatolia - East']
  TRC31: Mardin
[u'  TRC31', u'Mardin']
  TRC32: Batman
[u'  TRC32', u'Batman']
  TRC33: Sirnak
[u'  TRC33', u'Sirnak']
  TRC34: Siirt
[u'  TRC34', u'Siirt']
[u'GBR', u'United Kingdom']
UKC: North East England
[u'UKC', u'North East England']
  UKC11: Hartlepool and Stockton-on-Tees
[u'  UKC11', u'Hartlepool and Stockton-on-Tees']
  UKC12: South Teesside
[u'  UKC12', u'South Teesside']
  UKC13: Darlington
[u'  UKC13', u'Darlington']
  UKC14: Durham CC
[u'  UKC14', u'Durham CC']
  UKC21: Northumberland
[u'  UKC21', u'Northumberland']
  UKC22: Tyneside
[u'  UKC22', u'Tyneside']
  UKC23: Sunderland
[u'  UKC23', u'Sunderland']
UKD: North West England
[u'UKD', u'North West England']
  UKD11: West Cumbria
[u'  UKD11', u'West Cumbria']
  UKD12: East Cumbria
[u'  UKD12', u'East Cumbria']
  UKD31: Greater Manchester South
[u'  UKD31', u'Greater Manchester South']
  UKD32: Greater Manchester North
[u'  UKD32', u'Greater Manchester North']
  UKD41: Blackburn with Darwen
[u'  UKD41', u'Blackburn with Darwen']
  UKD42: Blackpool
[u'  UKD42', u'Blackpool']
  UKD43: Lancashire CC
[u'  UKD43', u'Lancashire CC']
  UKD61: Warrington
[u'  UKD61', u'Warrington']
  UKD62: Cheshire East
[u'  UKD62', u'Cheshire East']
  UKD63: Cheshire West and Chester
[u'  UKD63', u'Cheshire West and Chester']
  UKD71: East Merseyside
[u'  UKD71', u'East Merseyside']
  UKD72: Liverpool
[u'  UKD72', u'Liverpool']
  UKD73: Sefton
[u'  UKD73', u'Sefton']
  UKD74: Wirral
[u'  UKD74', u'Wirral']
UKE: Yorkshire and The Humber
[u'UKE', u'Yorkshire and The Humber']
  UKE11: City Of Kingston Upon Hull
[u'  UKE11', u'City Of Kingston Upon Hull']
  UKE12: East Riding of Yorkshire
[u'  UKE12', u'East Riding of Yorkshire']
  UKE13: North and North East Lincolnshire
[u'  UKE13', u'North and North East Lincolnshire']
  UKE21: York
[u'  UKE21', u'York']
  UKE22: North Yorkshire CC
[u'  UKE22', u'North Yorkshire CC']
  UKE31: Barnsley Doncaster And Rotherham
[u'  UKE31', u'Barnsley Doncaster And Rotherham']
  UKE32: Sheffield
[u'  UKE32', u'Sheffield']
  UKE41: Bradford
[u'  UKE41', u'Bradford']
  UKE42: Leeds
[u'  UKE42', u'Leeds']
  UKE44: Calderdale and Kirklees
[u'  UKE44', u'Calderdale and Kirklees']
  UKE45: Wakefield
[u'  UKE45', u'Wakefield']
UKF: East Midlands
[u'UKF', u'East Midlands']
  UKF11: Derby
[u'  UKF11', u'Derby']
  UKF12: East Derbyshire
[u'  UKF12', u'East Derbyshire']
  UKF13: South and West Derbyshire
[u'  UKF13', u'South and West Derbyshire']
  UKF14: Nottingham
[u'  UKF14', u'Nottingham']
  UKF15: North Nottinghamshire
[u'  UKF15', u'North Nottinghamshire']
  UKF16: South Nottinghamshire
[u'  UKF16', u'South Nottinghamshire']
  UKF21: Leicester City
[u'  UKF21', u'Leicester City']
  UKF22: Leicestershire CC and Rutland
[u'  UKF22', u'Leicestershire CC and Rutland']
  UKF24: West Northamptonshire
[u'  UKF24', u'West Northamptonshire']
  UKF25: North Northamptonshire
[u'  UKF25', u'North Northamptonshire']
  UKF30: Lincolnshire
[u'  UKF30', u'Lincolnshire']
UKG: West Midlands
[u'UKG', u'West Midlands']
  UKG11: Herefordshire
[u'  UKG11', u'Herefordshire']
  UKG12: Worcestershire
[u'  UKG12', u'Worcestershire']
  UKG13: Warwickshire
[u'  UKG13', u'Warwickshire']
  UKG21: Telford and Wrekin
[u'  UKG21', u'Telford and Wrekin']
  UKG22: Shropshire CC
[u'  UKG22', u'Shropshire CC']
  UKG23: Stoke-on-Trent
[u'  UKG23', u'Stoke-on-Trent']
  UKG24: Staffordshire CC
[u'  UKG24', u'Staffordshire CC']
  UKG31: Birmingham
[u'  UKG31', u'Birmingham']
  UKG32: Solihull
[u'  UKG32', u'Solihull']
  UKG33: Coventry
[u'  UKG33', u'Coventry']
  UKG36: Dudley
[u'  UKG36', u'Dudley']
  UKG37: Sandwell
[u'  UKG37', u'Sandwell']
  UKG38: Walsall
[u'  UKG38', u'Walsall']
  UKG39: Wolverhampton
[u'  UKG39', u'Wolverhampton']
UKH: East of England
[u'UKH', u'East of England']
  UKH11: Peterborough
[u'  UKH11', u'Peterborough']
  UKH12: Cambridgeshire CC
[u'  UKH12', u'Cambridgeshire CC']
  UKH13: Norfolk
[u'  UKH13', u'Norfolk']
  UKH14: Suffolk
[u'  UKH14', u'Suffolk']
  UKH21: Luton
[u'  UKH21', u'Luton']
  UKH23: Hertfordshire
[u'  UKH23', u'Hertfordshire']
  UKH24: Bedford
[u'  UKH24', u'Bedford']
  UKH25: Central Bedfordshire
[u'  UKH25', u'Central Bedfordshire']
  UKH31: Southend-on-Sea
[u'  UKH31', u'Southend-on-Sea']
  UKH32: Thurrock
[u'  UKH32', u'Thurrock']
  UKH33: Essex CC
[u'  UKH33', u'Essex CC']
UKI: Greater London
[u'UKI', u'Greater London']
  UKI11: Inner London - West
[u'  UKI11', u'Inner London - West']
  UKI12: Inner London - East
[u'  UKI12', u'Inner London - East']
  UKI21: Outer London - East and North East
[u'  UKI21', u'Outer London - East and North East']
  UKI22: Outer London - South
[u'  UKI22', u'Outer London - South']
  UKI23: Outer London - West and North West
[u'  UKI23', u'Outer London - West and North West']
UKJ: South East England
[u'UKJ', u'South East England']
  UKJ11: Berkshire
[u'  UKJ11', u'Berkshire']
  UKJ12: Milton Keynes
[u'  UKJ12', u'Milton Keynes']
  UKJ13: Buckinghamshire CC
[u'  UKJ13', u'Buckinghamshire CC']
  UKJ14: Oxfordshire
[u'  UKJ14', u'Oxfordshire']
  UKJ21: Brighton and Hove
[u'  UKJ21', u'Brighton and Hove']
  UKJ22: East Sussex CC
[u'  UKJ22', u'East Sussex CC']
  UKJ23: Surrey
[u'  UKJ23', u'Surrey']
  UKJ24: West Sussex
[u'  UKJ24', u'West Sussex']
  UKJ31: Portsmouth
[u'  UKJ31', u'Portsmouth']
  UKJ32: Southampton
[u'  UKJ32', u'Southampton']
  UKJ33: Hampshire CC
[u'  UKJ33', u'Hampshire CC']
  UKJ34: Isle of Wight
[u'  UKJ34', u'Isle of Wight']
  UKJ41: Medway
[u'  UKJ41', u'Medway']
  UKJ42: Kent CC
[u'  UKJ42', u'Kent CC']
UKK: South West England
[u'UKK', u'South West England']
  UKK11: City of Bristol
[u'  UKK11', u'City of Bristol']
  UKK12: Bath and North East Somerset, North Somerset and South Gloucestershire
[u'  UKK12', u'Bath and North East Somerset, North Somerset and South Gloucestershire']
  UKK13: Gloucestershire
[u'  UKK13', u'Gloucestershire']
  UKK14: Swindon
[u'  UKK14', u'Swindon']
  UKK15: Wiltshire CC
[u'  UKK15', u'Wiltshire CC']
  UKK21: Bournemouth and Poole
[u'  UKK21', u'Bournemouth and Poole']
  UKK22: Dorset CC
[u'  UKK22', u'Dorset CC']
  UKK23: Somerset
[u'  UKK23', u'Somerset']
  UKK30: Cornwall and Isles of Scilly
[u'  UKK30', u'Cornwall and Isles of Scilly']
  UKK41: Plymouth
[u'  UKK41', u'Plymouth']
  UKK42: Torbay
[u'  UKK42', u'Torbay']
  UKK43: Devon CC
[u'  UKK43', u'Devon CC']
UKL: Wales
[u'UKL', u'Wales']
  UKL11: Isle of Anglesey
[u'  UKL11', u'Isle of Anglesey']
  UKL12: Gwynedd
[u'  UKL12', u'Gwynedd']
  UKL13: Conwy and Denbighshire
[u'  UKL13', u'Conwy and Denbighshire']
  UKL14: South West Wales
[u'  UKL14', u'South West Wales']
  UKL15: Central Valleys
[u'  UKL15', u'Central Valleys']
  UKL16: Gwent Valleys
[u'  UKL16', u'Gwent Valleys']
  UKL17: Bridgend and Neath Port Talbot
[u'  UKL17', u'Bridgend and Neath Port Talbot']
  UKL18: Swansea
[u'  UKL18', u'Swansea']
  UKL21: Monmouthshire and Newport
[u'  UKL21', u'Monmouthshire and Newport']
  UKL22: Cardiff and Vale of Glamorgan
[u'  UKL22', u'Cardiff and Vale of Glamorgan']
  UKL23: Flintshire and Wrexham
[u'  UKL23', u'Flintshire and Wrexham']
  UKL24: Powys
[u'  UKL24', u'Powys']
UKM: Scotland
[u'UKM', u'Scotland']
  UKM21: Angus and Dundee City
[u'  UKM21', u'Angus and Dundee City']
  UKM22: Clackmannanshire and Fife
[u'  UKM22', u'Clackmannanshire and Fife']
  UKM23: East Lothian and Midlothian
[u'  UKM23', u'East Lothian and Midlothian']
  UKM24: Scottish Borders
[u'  UKM24', u'Scottish Borders']
  UKM25: Edinburgh City Of
[u'  UKM25', u'Edinburgh City Of']
  UKM26: Falkirk
[u'  UKM26', u'Falkirk']
  UKM27: Perth & Kinross and Stirling
[u'  UKM27', u'Perth & Kinross and Stirling']
  UKM28: West Lothian
[u'  UKM28', u'West Lothian']
  UKM31: East Dunbartonshire, West Dunbartonshire and Helensburgh & Lomond
[u'  UKM31', u'East Dunbartonshire, West Dunbartonshire and Helensburgh & Lomond']
  UKM32: Dumfries & Galloway
[u'  UKM32', u'Dumfries & Galloway']
  UKM33: East Ayrshire and North Ayrshire mainland
[u'  UKM33', u'East Ayrshire and North Ayrshire mainland']
  UKM34: Glasgow City
[u'  UKM34', u'Glasgow City']
  UKM35: Inverclyde, East Renfrewshire and Renfrewshire
[u'  UKM35', u'Inverclyde, East Renfrewshire and Renfrewshire']
  UKM36: North Lanarkshire
[u'  UKM36', u'North Lanarkshire']
  UKM37: South Ayrshire
[u'  UKM37', u'South Ayrshire']
  UKM38: South Lanarkshire
[u'  UKM38', u'South Lanarkshire']
  UKM50: Aberdeen City and Aberdeenshire
[u'  UKM50', u'Aberdeen City and Aberdeenshire']
  UKM61: Caithness & Sutherland and Ross & Cromarty
[u'  UKM61', u'Caithness & Sutherland and Ross & Cromarty']
  UKM62: Inverness & Nairn and Moray, Badenoch & Strathspey
[u'  UKM62', u'Inverness & Nairn and Moray, Badenoch & Strathspey']
  UKM63: Lochaber, Skye & Lochalsh, Arran & Cumbrae and Argyll & Bute
[u'  UKM63', u'Lochaber, Skye & Lochalsh, Arran & Cumbrae and Argyll & Bute']
  UKM64: Eilean Siar (Western Isles)
[u'  UKM64', u'Eilean Siar (Western Isles)']
  UKM65: Orkney Islands
[u'  UKM65', u'Orkney Islands']
  UKM66: Shetland Islands
[u'  UKM66', u'Shetland Islands']
UKN: Northern Ireland
[u'UKN', u'Northern Ireland']
  UKN01: Belfast
[u'  UKN01', u'Belfast']
  UKN02: Outer Belfast
[u'  UKN02', u'Outer Belfast']
  UKN03: East of Northern Ireland (UK)
[u'  UKN03', u'East of Northern Ireland (UK)']
  UKN04: North of Northern Ireland (UK)
[u'  UKN04', u'North of Northern Ireland (UK)']
  UKN05: West and South of Northern Ireland (UK)
[u'  UKN05', u'West and South of Northern Ireland (UK)']
[u'USA', u'United States']
US01: Alabama
[u'US01', u'Alabama']
US02: Alaska
[u'US02', u'Alaska']
US04: Arizona
[u'US04', u'Arizona']
US05: Arkansas
[u'US05', u'Arkansas']
US06: California
[u'US06', u'California']
US08: Colorado
[u'US08', u'Colorado']
US09: Connecticut
[u'US09', u'Connecticut']
US10: Delaware
[u'US10', u'Delaware']
US11: District of Columbia
[u'US11', u'District of Columbia']
US12: Florida
[u'US12', u'Florida']
US13: Georgia
[u'US13', u'Georgia']
US15: Hawaii
[u'US15', u'Hawaii']
US16: Idaho
[u'US16', u'Idaho']
US17: Illinois
[u'US17', u'Illinois']
US18: Indiana
[u'US18', u'Indiana']
US19: Iowa
[u'US19', u'Iowa']
US20: Kansas
[u'US20', u'Kansas']
US21: Kentucky
[u'US21', u'Kentucky']
US22: Louisiana
[u'US22', u'Louisiana']
US23: Maine
[u'US23', u'Maine']
US24: Maryland
[u'US24', u'Maryland']
US25: Massachusetts
[u'US25', u'Massachusetts']
US26: Michigan
[u'US26', u'Michigan']
US27: Minnesota
[u'US27', u'Minnesota']
US28: Mississippi
[u'US28', u'Mississippi']
US29: Missouri
[u'US29', u'Missouri']
US30: Montana (US)
[u'US30', u'Montana (US)']
US31: Nebraska
[u'US31', u'Nebraska']
US32: Nevada
[u'US32', u'Nevada']
US33: New Hampshire
[u'US33', u'New Hampshire']
US34: New Jersey
[u'US34', u'New Jersey']
US35: New Mexico
[u'US35', u'New Mexico']
US36: New York
[u'US36', u'New York']
US37: North Carolina
[u'US37', u'North Carolina']
US38: North Dakota
[u'US38', u'North Dakota']
US39: Ohio
[u'US39', u'Ohio']
US40: Oklahoma
[u'US40', u'Oklahoma']
US41: Oregon
[u'US41', u'Oregon']
US42: Pennsylvania
[u'US42', u'Pennsylvania']
US44: Rhode Island
[u'US44', u'Rhode Island']
US45: South Carolina
[u'US45', u'South Carolina']
US46: South Dakota
[u'US46', u'South Dakota']
US47: Tennessee
[u'US47', u'Tennessee']
US48: Texas
[u'US48', u'Texas']
US49: Utah
[u'US49', u'Utah']
US50: Vermont
[u'US50', u'Vermont']
US51: Virginia
[u'US51', u'Virginia']
US53: Washington
[u'US53', u'Washington']
US54: West Virginia
[u'US54', u'West Virginia']
US55: Wisconsin
[u'US55', u'Wisconsin']
US56: Wyoming
[u'US56', u'Wyoming']
BRA: Brazil
[u'BRA', u'Brazil']
  BR01: Acre
[u'  BR01', u'Acre']
  BR02: Amapá
[u'  BR02', u'Amap\xe1']
  BR03: Amazonas
[u'  BR03', u'Amazonas']
  BR04: Pará
[u'  BR04', u'Par\xe1']
  BR05: Rondônia
[u'  BR05', u'Rond\xf4nia']
  BR06: Roraima
[u'  BR06', u'Roraima']
  BR07: Tocantins
[u'  BR07', u'Tocantins']
  BR08: Alagoas
[u'  BR08', u'Alagoas']
  BR09: Bahia
[u'  BR09', u'Bahia']
  BR10: Ceará
[u'  BR10', u'Cear\xe1']
  BR11: Maranhão
[u'  BR11', u'Maranh\xe3o']
  BR12: Paraíba
[u'  BR12', u'Para\xedba']
  BR13: Pernambuco
[u'  BR13', u'Pernambuco']
  BR14: Piauí
[u'  BR14', u'Piau\xed']
  BR15: Rio Grande Do Norte
[u'  BR15', u'Rio Grande Do Norte']
  BR16: Sergipe
[u'  BR16', u'Sergipe']
  BR17: Espírito Santo
[u'  BR17', u'Esp\xedrito Santo']
  BR18: Minas Gerais
[u'  BR18', u'Minas Gerais']
  BR19: Rio De Janeiro
[u'  BR19', u'Rio De Janeiro']
  BR20: São Paulo
[u'  BR20', u'S\xe3o Paulo']
  BR21: Paraná
[u'  BR21', u'Paran\xe1']
  BR22: Rio Grande Do Sul
[u'  BR22', u'Rio Grande Do Sul']
  BR23: Santa Catarina
[u'  BR23', u'Santa Catarina']
  BR24: Distrito Federal (BR)
[u'  BR24', u'Distrito Federal (BR)']
  BR25: Goiás
[u'  BR25', u'Goi\xe1s']
  BR26: Mato Grosso
[u'  BR26', u'Mato Grosso']
  BR27: Mato Grosso Do Sul
[u'  BR27', u'Mato Grosso Do Sul']
CHN: China
[u'CHN', u'China']
  CN01: Beijing
[u'  CN01', u'Beijing']
  CN02: Tianjin
[u'  CN02', u'Tianjin']
  CN03: Hebei
[u'  CN03', u'Hebei']
  CN04: Shanxi
[u'  CN04', u'Shanxi']
  CN05: Inner Mongolia
[u'  CN05', u'Inner Mongolia']
  CN06: Liaoning
[u'  CN06', u'Liaoning']
  CN07: Jilin
[u'  CN07', u'Jilin']
  CN08: Heilongjiang
[u'  CN08', u'Heilongjiang']
  CN09: Shanghai
[u'  CN09', u'Shanghai']
  CN10: Jiangsu
[u'  CN10', u'Jiangsu']
  CN11: Zhejiang
[u'  CN11', u'Zhejiang']
  CN12: Anhui
[u'  CN12', u'Anhui']
  CN13: Fujian
[u'  CN13', u'Fujian']
  CN14: Jiangxi
[u'  CN14', u'Jiangxi']
  CN15: Shandong
[u'  CN15', u'Shandong']
  CN16: Henan
[u'  CN16', u'Henan']
  CN17: Hubei
[u'  CN17', u'Hubei']
  CN18: Hunan
[u'  CN18', u'Hunan']
  CN19: Guangdong
[u'  CN19', u'Guangdong']
  CN20: Guangxi
[u'  CN20', u'Guangxi']
  CN21: Hainan
[u'  CN21', u'Hainan']
  CN22: Chongqing
[u'  CN22', u'Chongqing']
  CN23: Sichuan
[u'  CN23', u'Sichuan']
  CN24: Guizhou
[u'  CN24', u'Guizhou']
  CN25: Yunnan
[u'  CN25', u'Yunnan']
  CN26: Tibet
[u'  CN26', u'Tibet']
  CN27: Shaanxi
[u'  CN27', u'Shaanxi']
  CN28: Gansu
[u'  CN28', u'Gansu']
  CN29: Qinghai
[u'  CN29', u'Qinghai']
  CN30: Ningxia
[u'  CN30', u'Ningxia']
  CN31: Xinjiang
[u'  CN31', u'Xinjiang']
COL: Colombia
[u'COL', u'Colombia']
  CO05: Antioquia
[u'  CO05', u'Antioquia']
  CO08: Atlántico
[u'  CO08', u'Atl\xe1ntico']
  CO11: Bogotá Capital District
[u'  CO11', u'Bogot\xe1 Capital District']
  CO13: Bolívar
[u'  CO13', u'Bol\xedvar']
  CO15: Boyacá
[u'  CO15', u'Boyac\xe1']
  CO17: Caldas
[u'  CO17', u'Caldas']
  CO18: Caquetá
[u'  CO18', u'Caquet\xe1']
  CO19: Cauca
[u'  CO19', u'Cauca']
  CO20: Cesar
[u'  CO20', u'Cesar']
  CO23: Córdoba (CO)
[u'  CO23', u'C\xf3rdoba (CO)']
  CO25: Cundinamarca
[u'  CO25', u'Cundinamarca']
  CO27: Chocó
[u'  CO27', u'Choc\xf3']
  CO41: Huila
[u'  CO41', u'Huila']
  CO44: La Guajira
[u'  CO44', u'La Guajira']
  CO47: Magdalena
[u'  CO47', u'Magdalena']
  CO50: Meta
[u'  CO50', u'Meta']
  CO52: Nariño
[u'  CO52', u'Nari\xf1o']
  CO54: Norte de Santander
[u'  CO54', u'Norte de Santander']
  CO63: Quindio
[u'  CO63', u'Quindio']
  CO66: Risaralda
[u'  CO66', u'Risaralda']
  CO68: Santander
[u'  CO68', u'Santander']
  CO70: Sucre
[u'  CO70', u'Sucre']
  CO73: Tolima
[u'  CO73', u'Tolima']
  CO76: Valle del Cauca
[u'  CO76', u'Valle del Cauca']
  CO81: Arauca
[u'  CO81', u'Arauca']
  CO85: Casanare
[u'  CO85', u'Casanare']
  CO86: Putumayo
[u'  CO86', u'Putumayo']
  CO88: San Andrés
[u'  CO88', u'San Andr\xe9s']
  CO91: Amazonas
[u'  CO91', u'Amazonas']
  CO94: Guainía
[u'  CO94', u'Guain\xeda']
  CO95: Guaviare
[u'  CO95', u'Guaviare']
  CO97: Vaupés
[u'  CO97', u'Vaup\xe9s']
  CO99: Vichada
[u'  CO99', u'Vichada']
IND: India
[u'IND', u'India']
  IN01: Jammu and Kashmir
[u'  IN01', u'Jammu and Kashmir']
  IN02: Himachal Pradesh
[u'  IN02', u'Himachal Pradesh']
  IN03: National Capital Territory of Delhi
[u'  IN03', u'National Capital Territory of Delhi']
  IN04: Rajasthan
[u'  IN04', u'Rajasthan']
  IN05: Uttar Pradesh
[u'  IN05', u'Uttar Pradesh']
  IN06: Sikkim
[u'  IN06', u'Sikkim']
  IN07: Arunachal Pradesh
[u'  IN07', u'Arunachal Pradesh']
  IN08: Nagaland
[u'  IN08', u'Nagaland']
  IN09: Meghalaya
[u'  IN09', u'Meghalaya']
  IN10: Assam
[u'  IN10', u'Assam']
  IN11: West Bengal
[u'  IN11', u'West Bengal']
  IN12: Gujarat
[u'  IN12', u'Gujarat']
  IN14: Maharashtra
[u'  IN14', u'Maharashtra']
  IN17: Kerala
[u'  IN17', u'Kerala']
  IN18: Punjab
[u'  IN18', u'Punjab']
  IN19: Chandigarh
[u'  IN19', u'Chandigarh']
  IN20: Haryana
[u'  IN20', u'Haryana']
  IN21: Uttaranchal
[u'  IN21', u'Uttaranchal']
  IN22: Bihar
[u'  IN22', u'Bihar']
  IN23: Jharkhand
[u'  IN23', u'Jharkhand']
  IN24: Manipur
[u'  IN24', u'Manipur']
  IN25: Mizoram
[u'  IN25', u'Mizoram']
  IN26: Tripura
[u'  IN26', u'Tripura']
  IN27: Orissa
[u'  IN27', u'Orissa']
  IN28: Madhya Pradesh
[u'  IN28', u'Madhya Pradesh']
  IN29: Chhattisgarh
[u'  IN29', u'Chhattisgarh']
  IN30: Andhra Pradesh
[u'  IN30', u'Andhra Pradesh']
  IN31: Karnataka
[u'  IN31', u'Karnataka']
  IN32: Goa
[u'  IN32', u'Goa']
  IN33: Tamil Nadu
[u'  IN33', u'Tamil Nadu']
  IN34: Puducherry
[u'  IN34', u'Puducherry']
  IN35: Andaman and Nicobar Islands
[u'  IN35', u'Andaman and Nicobar Islands']
IDN: Indonesia
[u'IDN', u'Indonesia']
  ID01: DKI Jakarta Province
[u'  ID01', u'DKI Jakarta Province']
  ID02: Banten Province
[u'  ID02', u'Banten Province']
  ID03: D.I. Yogyakarta Province
[u'  ID03', u'D.I. Yogyakarta Province']
  ID04: West Java Province
[u'  ID04', u'West Java Province']
  ID05: East Java Province
[u'  ID05', u'East Java Province']
  ID06: Central Java Province
[u'  ID06', u'Central Java Province']
  ID07: Bali Province
[u'  ID07', u'Bali Province']
  ID08: Aceh Province
[u'  ID08', u'Aceh Province']
  ID09: North Sumatera Province
[u'  ID09', u'North Sumatera Province']
  ID10: Bengkulu Province
[u'  ID10', u'Bengkulu Province']
  ID11: Riau Province
[u'  ID11', u'Riau Province']
  ID12: Riau Mainland Province
[u'  ID12', u'Riau Mainland Province']
  ID13: West Sumatera Province
[u'  ID13', u'West Sumatera Province']
  ID14: South Sumatera Province
[u'  ID14', u'South Sumatera Province']
  ID15: Bangka Belitung Province
[u'  ID15', u'Bangka Belitung Province']
  ID16: Jambi Province
[u'  ID16', u'Jambi Province']
  ID17: Lampung Province
[u'  ID17', u'Lampung Province']
  ID18: Papua Province
[u'  ID18', u'Papua Province']
  ID19: West Papua Province
[u'  ID19', u'West Papua Province']
  ID20: Gorontalo Province
[u'  ID20', u'Gorontalo Province']
  ID21: West Kalimantan Province
[u'  ID21', u'West Kalimantan Province']
  ID22: South Kalimantan Province
[u'  ID22', u'South Kalimantan Province']
  ID23: Middle Kalimantan Province
[u'  ID23', u'Middle Kalimantan Province']
  ID24: East Kalimantan Province
[u'  ID24', u'East Kalimantan Province']
  ID25: Maluku Province
[u'  ID25', u'Maluku Province']
  ID26: North Maluku Province
[u'  ID26', u'North Maluku Province']
  ID27: South East Sulawesi Province
[u'  ID27', u'South East Sulawesi Province']
  ID28: North Sulawesi Province
[u'  ID28', u'North Sulawesi Province']
  ID29: South Sulawesi Province
[u'  ID29', u'South Sulawesi Province']
  ID30: Middle Sulawesi Province
[u'  ID30', u'Middle Sulawesi Province']
  ID31: West Sulawesi Province
[u'  ID31', u'West Sulawesi Province']
  ID32: Western Lesser Sundas Province
[u'  ID32', u'Western Lesser Sundas Province']
  ID33: Eastern Lesser Sundas Province
[u'  ID33', u'Eastern Lesser Sundas Province']
LVA: Latvia
[u'LVA', u'Latvia']
  LV00: Latvia
[u'  LV00', u'Latvia']
    LV003: Kurzeme
[u'    LV003', u'Kurzeme']
    LV005: Latgale
[u'    LV005', u'Latgale']
    LV006: Riga
[u'    LV006', u'Riga']
    LV007: Pieriga
[u'    LV007', u'Pieriga']
    LV008: Vidzeme
[u'    LV008', u'Vidzeme']
    LV009: Zemgale
[u'    LV009', u'Zemgale']
LTU: Lithuania
[u'LTU', u'Lithuania']
  LT00: Lithuania
[u'  LT00', u'Lithuania']
    LT001: Alytus county
[u'    LT001', u'Alytus county']
    LT002: Kaunas county
[u'    LT002', u'Kaunas county']
    LT003: Klaipeda county
[u'    LT003', u'Klaipeda county']
    LT004: Marijampole county
[u'    LT004', u'Marijampole county']
    LT005: Panevežys county
[u'    LT005', u'Paneve\u017eys county']
    LT006: Šiauliai county
[u'    LT006', u'\u0160iauliai county']
    LT007: Taurage county
[u'    LT007', u'Taurage county']
    LT008: Telšiai county
[u'    LT008', u'Tel\u0161iai county']
    LT009: Utena county
[u'    LT009', u'Utena county']
    LT00A: Vilnius county
[u'    LT00A', u'Vilnius county']
RUS: Russia
[u'RUS', u'Russia']
  RU01: Belgorod Oblast
[u'  RU01', u'Belgorod Oblast']
  RU02: Bryansk Oblast
[u'  RU02', u'Bryansk Oblast']
  RU03: Vladimir Oblast
[u'  RU03', u'Vladimir Oblast']
  RU04: Voronezh Oblast
[u'  RU04', u'Voronezh Oblast']
  RU05: Ivanovo Oblast
[u'  RU05', u'Ivanovo Oblast']
  RU06: Kaluga Oblast
[u'  RU06', u'Kaluga Oblast']
  RU07: Kostroma Oblast
[u'  RU07', u'Kostroma Oblast']
  RU08: Kursk Oblast
[u'  RU08', u'Kursk Oblast']
  RU09: Lipetsk Oblast
[u'  RU09', u'Lipetsk Oblast']
  RU10: Moscow Oblast
[u'  RU10', u'Moscow Oblast']
  RU11: Oryol Oblast
[u'  RU11', u'Oryol Oblast']
  RU12: Ryazan Oblast
[u'  RU12', u'Ryazan Oblast']
  RU13: Smolensk Oblast
[u'  RU13', u'Smolensk Oblast']
  RU14: Tambov Oblast
[u'  RU14', u'Tambov Oblast']
  RU15: Tver Oblast
[u'  RU15', u'Tver Oblast']
  RU16: Tula Oblast
[u'  RU16', u'Tula Oblast']
  RU17: Yaroslavl Oblast
[u'  RU17', u'Yaroslavl Oblast']
  RU18: City of Moscow
[u'  RU18', u'City of Moscow']
  RU19: Republic of Karelia
[u'  RU19', u'Republic of Karelia']
  RU20: Komi republic
[u'  RU20', u'Komi republic']
  RU21: Arkhangelsk Oblast
[u'  RU21', u'Arkhangelsk Oblast']
  RU22: Nenets Autonomous Okrug
[u'  RU22', u'Nenets Autonomous Okrug']
  RU23: Vologda Oblast
[u'  RU23', u'Vologda Oblast']
  RU24: Kaliningrad Oblast
[u'  RU24', u'Kaliningrad Oblast']
  RU25: Leningrad Oblast
[u'  RU25', u'Leningrad Oblast']
  RU26: Murmansk Oblast
[u'  RU26', u'Murmansk Oblast']
  RU27: Novgorod Oblast
[u'  RU27', u'Novgorod Oblast']
  RU28: Pskov Oblast
[u'  RU28', u'Pskov Oblast']
  RU29: Federal City of Saint Petersburg
[u'  RU29', u'Federal City of Saint Petersburg']
  RU30: Republic of Adygea
[u'  RU30', u'Republic of Adygea']
  RU31: Republic of Kalmykia
[u'  RU31', u'Republic of Kalmykia']
  RU32: Krasnodar Krai
[u'  RU32', u'Krasnodar Krai']
  RU33: Astrakhan Oblast
[u'  RU33', u'Astrakhan Oblast']
  RU34: Volgograd Oblast
[u'  RU34', u'Volgograd Oblast']
  RU35: Rostov Oblast
[u'  RU35', u'Rostov Oblast']
  RU36: Republic of Dagestan
[u'  RU36', u'Republic of Dagestan']
  RU37: Republic of Ingushetia
[u'  RU37', u'Republic of Ingushetia']
  RU38: Kabardino-Balkar Republic
[u'  RU38', u'Kabardino-Balkar Republic']
  RU39: Karachay-Cherkhess Republic
[u'  RU39', u'Karachay-Cherkhess Republic']
  RU40: Republic of North Ossetia-Alania
[u'  RU40', u'Republic of North Ossetia-Alania']
  RU41: Chechen Republic
[u'  RU41', u'Chechen Republic']
  RU42: Stavropol Krai
[u'  RU42', u'Stavropol Krai']
  RU43: Republic of Bashkorstostan
[u'  RU43', u'Republic of Bashkorstostan']
  RU44: Mari El Republic
[u'  RU44', u'Mari El Republic']
  RU45: Republic of Mordovia
[u'  RU45', u'Republic of Mordovia']
  RU46: Republic of Tatarstan
[u'  RU46', u'Republic of Tatarstan']
  RU47: Udmurt Republic
[u'  RU47', u'Udmurt Republic']
  RU48: Chuvash Republic
[u'  RU48', u'Chuvash Republic']
  RU49: Perm Krai
[u'  RU49', u'Perm Krai']
  RU50: Kirov Oblast
[u'  RU50', u'Kirov Oblast']
  RU51: Nizhny Novgorod Oblast
[u'  RU51', u'Nizhny Novgorod Oblast']
  RU52: Orenburg Oblast
[u'  RU52', u'Orenburg Oblast']
  RU53: Penza Oblast
[u'  RU53', u'Penza Oblast']
  RU54: Samara Oblast
[u'  RU54', u'Samara Oblast']
  RU55: Saratov Oblast
[u'  RU55', u'Saratov Oblast']
  RU56: Ulianov Oblast
[u'  RU56', u'Ulianov Oblast']
  RU57: Kurgan Oblast
[u'  RU57', u'Kurgan Oblast']
  RU58: Sverdlovsk Oblast
[u'  RU58', u'Sverdlovsk Oblast']
  RU59: Tyumen Oblast
[u'  RU59', u'Tyumen Oblast']
  RU60: Khanty-Mansi Autonomous Okrug - Yugra
[u'  RU60', u'Khanty-Mansi Autonomous Okrug - Yugra']
  RU61: Yamalo-Nenets Autonomous Okrug
[u'  RU61', u'Yamalo-Nenets Autonomous Okrug']
  RU62: Chelyabinsk Oblast
[u'  RU62', u'Chelyabinsk Oblast']
  RU63: Republic of Altai
[u'  RU63', u'Republic of Altai']
  RU64: Buryat Republic
[u'  RU64', u'Buryat Republic']
  RU65: Tyva Republic
[u'  RU65', u'Tyva Republic']
  RU66: Republic of Khakassia
[u'  RU66', u'Republic of Khakassia']
  RU67: Altai Krai
[u'  RU67', u'Altai Krai']
  RU68: Zabaykalsky Krai
[u'  RU68', u'Zabaykalsky Krai']
  RU69: Krasnoyarsk Krai
[u'  RU69', u'Krasnoyarsk Krai']
  RU70: Irkutsk Oblast
[u'  RU70', u'Irkutsk Oblast']
  RU71: Kemerovo oblast
[u'  RU71', u'Kemerovo oblast']
  RU72: Novosibirsk Oblast
[u'  RU72', u'Novosibirsk Oblast']
  RU73: Omsk Oblast
[u'  RU73', u'Omsk Oblast']
  RU74: Tomsk Oblast
[u'  RU74', u'Tomsk Oblast']
  RU75: Sakha Republic (Yakutia)
[u'  RU75', u'Sakha Republic (Yakutia)']
  RU76: Kamchatka Krai
[u'  RU76', u'Kamchatka Krai']
  RU77: Primorsky Krai
[u'  RU77', u'Primorsky Krai']
  RU78: Khabarovsk Krai
[u'  RU78', u'Khabarovsk Krai']
  RU79: Amur Oblast
[u'  RU79', u'Amur Oblast']
  RU80: Magadan Oblast
[u'  RU80', u'Magadan Oblast']
  RU81: Sakhalin Oblast
[u'  RU81', u'Sakhalin Oblast']
  RU82: Jewish Autonomous Oblast
[u'  RU82', u'Jewish Autonomous Oblast']
  RU83: Chukotka Autonomous Okrug
[u'  RU83', u'Chukotka Autonomous Okrug']
ZAF: South Africa
[u'ZAF', u'South Africa']
  ZA01: Eastern Cape
[u'  ZA01', u'Eastern Cape']
  ZA02: Free State
[u'  ZA02', u'Free State']
  ZA03: Gauteng
[u'  ZA03', u'Gauteng']
  ZA04: KwaZulu-Natal
[u'  ZA04', u'KwaZulu-Natal']
  ZA05: Limpopo
[u'  ZA05', u'Limpopo']
  ZA06: Mpumalanga
[u'  ZA06', u'Mpumalanga']
  ZA07: Northern Cape
[u'  ZA07', u'Northern Cape']
  ZA08: North West
[u'  ZA08', u'North West']
  ZA09: Western Cape
[u'  ZA09', u'Western Cape']

In [19]:
se1 = pd.Series(regions)
region_gdp['Region Name'] = se1.values
se2 = pd.Series(region_codes)
region_gdp['Region Code'] = se2.values

region_gdp = region_gdp.drop('Region', 1)
region_gdp = region_gdp.drop('Territory Level and Typology', 1)

region_gdp.head()


Out[19]:
2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 Region Name Region Code
0 567995 599254 635472 674776 718813 773858 825383 850583 897942 935669 984763 999200 1040380 1063060 Australia AUS
1 200309 209951 221370 231011 239647 251489 264572 267779 286602 294081 307250 313826 323552 .. New South Wales AU1
2 141526 150204 156785 165302 170026 180427 192345 190456 204953 207200 216065 222163 230171 .. Victoria AU2
3 97617.1 102269 111961 123810 138523 152069 161994 174611 174131 178374 188657 189453 194692 .. Queensland AU3
4 39482.7 41527.4 43764.4 45393.8 47414.3 50550.8 54323.4 54189.3 57975.2 59661.9 60999.2 61758.2 63712.6 .. South Australia AU4

In [20]:
region_gdp.dtypes


Out[20]:
2001           object
2002           object
2003           object
2004           object
2005           object
2006           object
2007           object
2008           object
2009           object
2010           object
2011           object
2012           object
2013           object
2014           object
Region Name    object
Region Code    object
dtype: object

In [21]:
#region_gdp = region_gdp.apply(lambda x: pd.to_numeric(x, errors='ignore'))

In [22]:
columns = list(region_gdp.columns.values)
for r, i in enumerate(region_gdp.iterrows()):
    for k,j in enumerate(i[1]):
        if k > 2:
            try:
                val = np.float64(j)
                region_gdp.set_value(r, columns[k], val)
            except Exception as e:
                print "no", e, k, r, columns[k], region_gdp.iloc[r][columns[k]]


no could not convert string to float: Australia 14 0 Region Name Australia
no could not convert string to float: AUS 15 0 Region Code AUS
no could not convert string to float: .. 13 1 2014 ..
no could not convert string to float: New South Wales 14 1 Region Name New South Wales
no could not convert string to float: AU1 15 1 Region Code AU1
no could not convert string to float: .. 13 2 2014 ..
no could not convert string to float: Victoria 14 2 Region Name Victoria
no could not convert string to float: AU2 15 2 Region Code AU2
no could not convert string to float: .. 13 3 2014 ..
no could not convert string to float: Queensland 14 3 Region Name Queensland
no could not convert string to float: AU3 15 3 Region Code AU3
no could not convert string to float: .. 13 4 2014 ..
no could not convert string to float: South Australia 14 4 Region Name South Australia
no could not convert string to float: AU4 15 4 Region Code AU4
no could not convert string to float: .. 13 5 2014 ..
no could not convert string to float: Western Australia 14 5 Region Name Western Australia
no could not convert string to float: AU5 15 5 Region Code AU5
no could not convert string to float: .. 13 6 2014 ..
no could not convert string to float: Tasmania 14 6 Region Name Tasmania
no could not convert string to float: AU6 15 6 Region Code AU6
no could not convert string to float: .. 13 7 2014 ..
no could not convert string to float: Northern Territory (NT) 14 7 Region Name Northern Territory (NT)
no could not convert string to float: AU7 15 7 Region Code AU7
no could not convert string to float: .. 13 8 2014 ..
no could not convert string to float: Australian Capital Territory (ACT) 14 8 Region Name Australian Capital Territory (ACT)
no could not convert string to float: AU8 15 8 Region Code AU8
no could not convert string to float: .. 13 9 2014 ..
no could not convert string to float: Austria 14 9 Region Name Austria
no could not convert string to float: AUT 15 9 Region Code AUT
no could not convert string to float: .. 13 10 2014 ..
no could not convert string to float: Burgenland (AT) 14 10 Region Name Burgenland (AT)
no could not convert string to float: AT11 15 10 Region Code AT11
no could not convert string to float: .. 12 11 2013 ..
no could not convert string to float: .. 13 11 2014 ..
no could not convert string to float: Mittelburgenland 14 11 Region Name Mittelburgenland
no could not convert string to float: AT111 15 11 Region Code   AT111
no could not convert string to float: .. 12 12 2013 ..
no could not convert string to float: .. 13 12 2014 ..
no could not convert string to float: Nordburgenland 14 12 Region Name Nordburgenland
no could not convert string to float: AT112 15 12 Region Code   AT112
no could not convert string to float: .. 12 13 2013 ..
no could not convert string to float: .. 13 13 2014 ..
no could not convert string to float: S�dburgenland 14 13 Region Name Südburgenland
no could not convert string to float: AT113 15 13 Region Code   AT113
no could not convert string to float: .. 13 14 2014 ..
no could not convert string to float: Lower Austria 14 14 Region Name Lower Austria
no could not convert string to float: AT12 15 14 Region Code AT12
no could not convert string to float: .. 12 15 2013 ..
no could not convert string to float: .. 13 15 2014 ..
no could not convert string to float: Mostviertel-Eisenwurzen 14 15 Region Name Mostviertel-Eisenwurzen
no could not convert string to float: AT121 15 15 Region Code   AT121
no could not convert string to float: .. 12 16 2013 ..
no could not convert string to float: .. 13 16 2014 ..
no could not convert string to float: Nieder�sterreich-S�d 14 16 Region Name Niederösterreich-Süd
no could not convert string to float: AT122 15 16 Region Code   AT122
no could not convert string to float: .. 12 17 2013 ..
no could not convert string to float: .. 13 17 2014 ..
no could not convert string to float: Sankt P�lten 14 17 Region Name Sankt Pölten
no could not convert string to float: AT123 15 17 Region Code   AT123
no could not convert string to float: .. 12 18 2013 ..
no could not convert string to float: .. 13 18 2014 ..
no could not convert string to float: Waldviertel 14 18 Region Name Waldviertel
no could not convert string to float: AT124 15 18 Region Code   AT124
no could not convert string to float: .. 12 19 2013 ..
no could not convert string to float: .. 13 19 2014 ..
no could not convert string to float: Weinviertel 14 19 Region Name Weinviertel
no could not convert string to float: AT125 15 19 Region Code   AT125
no could not convert string to float: .. 12 20 2013 ..
no could not convert string to float: .. 13 20 2014 ..
no could not convert string to float: Wiener Umland/Nordteil 14 20 Region Name Wiener Umland/Nordteil
no could not convert string to float: AT126 15 20 Region Code   AT126
no could not convert string to float: .. 12 21 2013 ..
no could not convert string to float: .. 13 21 2014 ..
no could not convert string to float: Wiener Umland/S�dteil 14 21 Region Name Wiener Umland/Südteil
no could not convert string to float: AT127 15 21 Region Code   AT127
no could not convert string to float: .. 13 22 2014 ..
no could not convert string to float: Vienna 14 22 Region Name Vienna
no could not convert string to float: AT13 15 22 Region Code AT13
no could not convert string to float: .. 12 23 2013 ..
no could not convert string to float: .. 13 23 2014 ..
no could not convert string to float: Vienna 14 23 Region Name Vienna
no could not convert string to float: AT130 15 23 Region Code   AT130
no could not convert string to float: .. 13 24 2014 ..
no could not convert string to float: Carinthia 14 24 Region Name Carinthia
no could not convert string to float: AT21 15 24 Region Code AT21
no could not convert string to float: .. 12 25 2013 ..
no could not convert string to float: .. 13 25 2014 ..
no could not convert string to float: Klagenfurt-Villach 14 25 Region Name Klagenfurt-Villach
no could not convert string to float: AT211 15 25 Region Code   AT211
no could not convert string to float: .. 12 26 2013 ..
no could not convert string to float: .. 13 26 2014 ..
no could not convert string to float: Oberk�rnten 14 26 Region Name Oberkärnten
no could not convert string to float: AT212 15 26 Region Code   AT212
no could not convert string to float: .. 12 27 2013 ..
no could not convert string to float: .. 13 27 2014 ..
no could not convert string to float: Unterk�rnten 14 27 Region Name Unterkärnten
no could not convert string to float: AT213 15 27 Region Code   AT213
no could not convert string to float: .. 13 28 2014 ..
no could not convert string to float: Styria 14 28 Region Name Styria
no could not convert string to float: AT22 15 28 Region Code AT22
no could not convert string to float: .. 12 29 2013 ..
no could not convert string to float: .. 13 29 2014 ..
no could not convert string to float: Graz 14 29 Region Name Graz
no could not convert string to float: AT221 15 29 Region Code   AT221
no could not convert string to float: .. 12 30 2013 ..
no could not convert string to float: .. 13 30 2014 ..
no could not convert string to float: Liezen 14 30 Region Name Liezen
no could not convert string to float: AT222 15 30 Region Code   AT222
no could not convert string to float: .. 12 31 2013 ..
no could not convert string to float: .. 13 31 2014 ..
no could not convert string to float: �stliche Obersteiermark 14 31 Region Name Östliche Obersteiermark
no could not convert string to float: AT223 15 31 Region Code   AT223
no could not convert string to float: .. 12 32 2013 ..
no could not convert string to float: .. 13 32 2014 ..
no could not convert string to float: Oststeiermark 14 32 Region Name Oststeiermark
no could not convert string to float: AT224 15 32 Region Code   AT224
no could not convert string to float: .. 12 33 2013 ..
no could not convert string to float: .. 13 33 2014 ..
no could not convert string to float: West- und S�dsteiermark 14 33 Region Name West- und Südsteiermark
no could not convert string to float: AT225 15 33 Region Code   AT225
no could not convert string to float: .. 12 34 2013 ..
no could not convert string to float: .. 13 34 2014 ..
no could not convert string to float: Westliche Obersteiermark 14 34 Region Name Westliche Obersteiermark
no could not convert string to float: AT226 15 34 Region Code   AT226
no could not convert string to float: .. 13 35 2014 ..
no could not convert string to float: Upper Austria 14 35 Region Name Upper Austria
no could not convert string to float: AT31 15 35 Region Code AT31
no could not convert string to float: .. 12 36 2013 ..
no could not convert string to float: .. 13 36 2014 ..
no could not convert string to float: Innviertel 14 36 Region Name Innviertel
no could not convert string to float: AT311 15 36 Region Code   AT311
no could not convert string to float: .. 12 37 2013 ..
no could not convert string to float: .. 13 37 2014 ..
no could not convert string to float: Linz-Wels 14 37 Region Name Linz-Wels
no could not convert string to float: AT312 15 37 Region Code   AT312
no could not convert string to float: .. 12 38 2013 ..
no could not convert string to float: .. 13 38 2014 ..
no could not convert string to float: M�hlviertel 14 38 Region Name Mühlviertel
no could not convert string to float: AT313 15 38 Region Code   AT313
no could not convert string to float: .. 12 39 2013 ..
no could not convert string to float: .. 13 39 2014 ..
no could not convert string to float: Steyr-Kirchdorf 14 39 Region Name Steyr-Kirchdorf
no could not convert string to float: AT314 15 39 Region Code   AT314
no could not convert string to float: .. 12 40 2013 ..
no could not convert string to float: .. 13 40 2014 ..
no could not convert string to float: Traunviertel 14 40 Region Name Traunviertel
no could not convert string to float: AT315 15 40 Region Code   AT315
no could not convert string to float: .. 13 41 2014 ..
no could not convert string to float: Salzburg 14 41 Region Name Salzburg
no could not convert string to float: AT32 15 41 Region Code AT32
no could not convert string to float: .. 12 42 2013 ..
no could not convert string to float: .. 13 42 2014 ..
no could not convert string to float: Lungau 14 42 Region Name Lungau
no could not convert string to float: AT321 15 42 Region Code   AT321
no could not convert string to float: .. 12 43 2013 ..
no could not convert string to float: .. 13 43 2014 ..
no could not convert string to float: Pinzgau-Pongau 14 43 Region Name Pinzgau-Pongau
no could not convert string to float: AT322 15 43 Region Code   AT322
no could not convert string to float: .. 12 44 2013 ..
no could not convert string to float: .. 13 44 2014 ..
no could not convert string to float: Salzburg und Umgebung 14 44 Region Name Salzburg und Umgebung
no could not convert string to float: AT323 15 44 Region Code   AT323
no could not convert string to float: .. 13 45 2014 ..
no could not convert string to float: Tyrol 14 45 Region Name Tyrol
no could not convert string to float: AT33 15 45 Region Code AT33
no could not convert string to float: .. 12 46 2013 ..
no could not convert string to float: .. 13 46 2014 ..
no could not convert string to float: Au�erfern 14 46 Region Name Außerfern
no could not convert string to float: AT331 15 46 Region Code   AT331
no could not convert string to float: .. 12 47 2013 ..
no could not convert string to float: .. 13 47 2014 ..
no could not convert string to float: Innsbruck 14 47 Region Name Innsbruck
no could not convert string to float: AT332 15 47 Region Code   AT332
no could not convert string to float: .. 12 48 2013 ..
no could not convert string to float: .. 13 48 2014 ..
no could not convert string to float: Osttirol 14 48 Region Name Osttirol
no could not convert string to float: AT333 15 48 Region Code   AT333
no could not convert string to float: .. 12 49 2013 ..
no could not convert string to float: .. 13 49 2014 ..
no could not convert string to float: Tyrolean Oberland 14 49 Region Name Tyrolean Oberland
no could not convert string to float: AT334 15 49 Region Code   AT334
no could not convert string to float: .. 12 50 2013 ..
no could not convert string to float: .. 13 50 2014 ..
no could not convert string to float: Tyrolean Unterland 14 50 Region Name Tyrolean Unterland
no could not convert string to float: AT335 15 50 Region Code   AT335
no could not convert string to float: .. 13 51 2014 ..
no could not convert string to float: Vorarlberg 14 51 Region Name Vorarlberg
no could not convert string to float: AT34 15 51 Region Code AT34
no could not convert string to float: .. 12 52 2013 ..
no could not convert string to float: .. 13 52 2014 ..
no could not convert string to float: Bludenz-Bregenzer Wald 14 52 Region Name Bludenz-Bregenzer Wald
no could not convert string to float: AT341 15 52 Region Code   AT341
no could not convert string to float: .. 12 53 2013 ..
no could not convert string to float: .. 13 53 2014 ..
no could not convert string to float: Rheintal-Bodenseegebiet 14 53 Region Name Rheintal-Bodenseegebiet
no could not convert string to float: AT342 15 53 Region Code   AT342
no could not convert string to float: .. 13 54 2014 ..
no could not convert string to float: Belgium 14 54 Region Name Belgium
no could not convert string to float: BEL 15 54 Region Code BEL
no could not convert string to float: .. 13 55 2014 ..
no could not convert string to float: Brussels Capital Region 14 55 Region Name Brussels Capital Region
no could not convert string to float: BE1 15 55 Region Code BE1
no could not convert string to float: .. 13 56 2014 ..
no could not convert string to float: Flemish Region 14 56 Region Name Flemish Region
no could not convert string to float: BE2 15 56 Region Code BE2
no could not convert string to float: .. 13 57 2014 ..
no could not convert string to float: Wallonia 14 57 Region Name Wallonia
no could not convert string to float: BE3 15 57 Region Code BE3
no could not convert string to float: Canada 14 58 Region Name Canada
no could not convert string to float: CAN 15 58 Region Code CAN
no could not convert string to float: .. 13 59 2014 ..
no could not convert string to float: Newfoundland and Labrador 14 59 Region Name Newfoundland and Labrador
no could not convert string to float: CA10 15 59 Region Code CA10
no could not convert string to float: .. 13 60 2014 ..
no could not convert string to float: Prince Edward Island 14 60 Region Name Prince Edward Island
no could not convert string to float: CA11 15 60 Region Code CA11
no could not convert string to float: .. 13 61 2014 ..
no could not convert string to float: Nova Scotia 14 61 Region Name Nova Scotia
no could not convert string to float: CA12 15 61 Region Code CA12
no could not convert string to float: .. 13 62 2014 ..
no could not convert string to float: New Brunswick 14 62 Region Name New Brunswick
no could not convert string to float: CA13 15 62 Region Code CA13
no could not convert string to float: .. 13 63 2014 ..
no could not convert string to float: Quebec 14 63 Region Name Quebec
no could not convert string to float: CA24 15 63 Region Code CA24
no could not convert string to float: .. 13 64 2014 ..
no could not convert string to float: Ontario 14 64 Region Name Ontario
no could not convert string to float: CA35 15 64 Region Code CA35
no could not convert string to float: .. 13 65 2014 ..
no could not convert string to float: Manitoba 14 65 Region Name Manitoba
no could not convert string to float: CA46 15 65 Region Code CA46
no could not convert string to float: .. 13 66 2014 ..
no could not convert string to float: Saskatchewan 14 66 Region Name Saskatchewan
no could not convert string to float: CA47 15 66 Region Code CA47
no could not convert string to float: .. 13 67 2014 ..
no could not convert string to float: Alberta 14 67 Region Name Alberta
no could not convert string to float: CA48 15 67 Region Code CA48
no could not convert string to float: .. 13 68 2014 ..
no could not convert string to float: British Columbia 14 68 Region Name British Columbia
no could not convert string to float: CA59 15 68 Region Code CA59
no could not convert string to float: .. 13 69 2014 ..
no could not convert string to float: Yukon 14 69 Region Name Yukon
no could not convert string to float: CA60 15 69 Region Code CA60
no could not convert string to float: .. 13 70 2014 ..
no could not convert string to float: Northwest Territories 14 70 Region Name Northwest Territories
no could not convert string to float: CA61 15 70 Region Code CA61
no could not convert string to float: .. 13 71 2014 ..
no could not convert string to float: Nunavut 14 71 Region Name Nunavut
no could not convert string to float: CA62 15 71 Region Code CA62
no could not convert string to float: .. 13 72 2014 ..
no could not convert string to float: Chile 14 72 Region Name Chile
no could not convert string to float: CHL 15 72 Region Code CHL
no could not convert string to float: .. 13 73 2014 ..
no could not convert string to float: Tarapac� 14 73 Region Name Tarapacá
no could not convert string to float: CL01 15 73 Region Code CL01
no could not convert string to float: .. 13 74 2014 ..
no could not convert string to float: Antofagasta 14 74 Region Name Antofagasta
no could not convert string to float: CL02 15 74 Region Code CL02
no could not convert string to float: .. 13 75 2014 ..
no could not convert string to float: Atacama 14 75 Region Name Atacama
no could not convert string to float: CL03 15 75 Region Code CL03
no could not convert string to float: .. 13 76 2014 ..
no could not convert string to float: Coquimbo 14 76 Region Name Coquimbo
no could not convert string to float: CL04 15 76 Region Code CL04
no could not convert string to float: .. 13 77 2014 ..
no could not convert string to float: Valpara�so 14 77 Region Name Valparaíso
no could not convert string to float: CL05 15 77 Region Code CL05
no could not convert string to float: .. 13 78 2014 ..
no could not convert string to float: O'Higgins 14 78 Region Name O'Higgins
no could not convert string to float: CL06 15 78 Region Code CL06
no could not convert string to float: .. 13 79 2014 ..
no could not convert string to float: Maule 14 79 Region Name Maule
no could not convert string to float: CL07 15 79 Region Code CL07
no could not convert string to float: .. 13 80 2014 ..
no could not convert string to float: B�o-B�o 14 80 Region Name Bío-Bío
no could not convert string to float: CL08 15 80 Region Code CL08
no could not convert string to float: .. 13 81 2014 ..
no could not convert string to float: Araucan�a 14 81 Region Name Araucanía
no could not convert string to float: CL09 15 81 Region Code CL09
no could not convert string to float: .. 13 82 2014 ..
no could not convert string to float: Los Lagos 14 82 Region Name Los Lagos
no could not convert string to float: CL10 15 82 Region Code CL10
no could not convert string to float: .. 13 83 2014 ..
no could not convert string to float: Ays�n 14 83 Region Name Aysén
no could not convert string to float: CL11 15 83 Region Code CL11
no could not convert string to float: .. 13 84 2014 ..
no could not convert string to float: Magallanes y Ant�rtica 14 84 Region Name Magallanes y Antártica
no could not convert string to float: CL12 15 84 Region Code CL12
no could not convert string to float: .. 13 85 2014 ..
no could not convert string to float: Santiago Metropolitan 14 85 Region Name Santiago Metropolitan
no could not convert string to float: CL13 15 85 Region Code CL13
no could not convert string to float: .. 13 86 2014 ..
no could not convert string to float: Los Rios 14 86 Region Name Los Rios
no could not convert string to float: CL14 15 86 Region Code CL14
no could not convert string to float: .. 13 87 2014 ..
no could not convert string to float: Arica Y Parinacota 14 87 Region Name Arica Y Parinacota
no could not convert string to float: CL15 15 87 Region Code CL15
no could not convert string to float: .. 13 88 2014 ..
no could not convert string to float: Czech Republic 14 88 Region Name Czech Republic
no could not convert string to float: CZE 15 88 Region Code CZE
no could not convert string to float: .. 13 89 2014 ..
no could not convert string to float: Prague 14 89 Region Name Prague
no could not convert string to float: CZ01 15 89 Region Code CZ01
no could not convert string to float: .. 13 90 2014 ..
no could not convert string to float: Prague 14 90 Region Name Prague
no could not convert string to float: CZ010 15 90 Region Code   CZ010
no could not convert string to float: .. 13 91 2014 ..
no could not convert string to float: Central Bohemian Region 14 91 Region Name Central Bohemian Region
no could not convert string to float: CZ02 15 91 Region Code CZ02
no could not convert string to float: .. 13 92 2014 ..
no could not convert string to float: Central Bohemia 14 92 Region Name Central Bohemia
no could not convert string to float: CZ020 15 92 Region Code   CZ020
no could not convert string to float: .. 13 93 2014 ..
no could not convert string to float: Southwest 14 93 Region Name Southwest
no could not convert string to float: CZ03 15 93 Region Code CZ03
no could not convert string to float: .. 13 94 2014 ..
no could not convert string to float: South Bohemia 14 94 Region Name South Bohemia
no could not convert string to float: CZ031 15 94 Region Code   CZ031
no could not convert string to float: .. 13 95 2014 ..
no could not convert string to float: Plzen 14 95 Region Name Plzen
no could not convert string to float: CZ032 15 95 Region Code   CZ032
no could not convert string to float: .. 13 96 2014 ..
no could not convert string to float: Northwest 14 96 Region Name Northwest
no could not convert string to float: CZ04 15 96 Region Code CZ04
no could not convert string to float: .. 13 97 2014 ..
no could not convert string to float: Karlovy Vary 14 97 Region Name Karlovy Vary
no could not convert string to float: CZ041 15 97 Region Code   CZ041
no could not convert string to float: .. 13 98 2014 ..
no could not convert string to float: �st� nad Labem 14 98 Region Name Ústí nad Labem
no could not convert string to float: CZ042 15 98 Region Code   CZ042
no could not convert string to float: .. 13 99 2014 ..
no could not convert string to float: Northeast 14 99 Region Name Northeast
no could not convert string to float: CZ05 15 99 Region Code CZ05
no could not convert string to float: .. 13 100 2014 ..
no could not convert string to float: Liberec 14 100 Region Name Liberec
no could not convert string to float: CZ051 15 100 Region Code   CZ051
no could not convert string to float: .. 13 101 2014 ..
no could not convert string to float: Hradec Kr�lov� 14 101 Region Name Hradec Králové
no could not convert string to float: CZ052 15 101 Region Code   CZ052
no could not convert string to float: .. 13 102 2014 ..
no could not convert string to float: Pardubice 14 102 Region Name Pardubice
no could not convert string to float: CZ053 15 102 Region Code   CZ053
no could not convert string to float: .. 13 103 2014 ..
no could not convert string to float: Southeast 14 103 Region Name Southeast
no could not convert string to float: CZ06 15 103 Region Code CZ06
no could not convert string to float: .. 13 104 2014 ..
no could not convert string to float: Vysocina 14 104 Region Name Vysocina
no could not convert string to float: CZ063 15 104 Region Code   CZ063
no could not convert string to float: .. 13 105 2014 ..
no could not convert string to float: South Moravia 14 105 Region Name South Moravia
no could not convert string to float: CZ064 15 105 Region Code   CZ064
no could not convert string to float: .. 13 106 2014 ..
no could not convert string to float: Central Moravia 14 106 Region Name Central Moravia
no could not convert string to float: CZ07 15 106 Region Code CZ07
no could not convert string to float: .. 13 107 2014 ..
no could not convert string to float: Olomouc 14 107 Region Name Olomouc
no could not convert string to float: CZ071 15 107 Region Code   CZ071
no could not convert string to float: .. 13 108 2014 ..
no could not convert string to float: Zl�n 14 108 Region Name Zlín
no could not convert string to float: CZ072 15 108 Region Code   CZ072
no could not convert string to float: .. 13 109 2014 ..
no could not convert string to float: Moravia-Silesia 14 109 Region Name Moravia-Silesia
no could not convert string to float: CZ08 15 109 Region Code CZ08
no could not convert string to float: .. 13 110 2014 ..
no could not convert string to float: Moravia-Silesia 14 110 Region Name Moravia-Silesia
no could not convert string to float: CZ080 15 110 Region Code   CZ080
no could not convert string to float: .. 13 111 2014 ..
no could not convert string to float: Denmark 14 111 Region Name Denmark
no could not convert string to float: DNK 15 111 Region Code DNK
no could not convert string to float: .. 13 112 2014 ..
no could not convert string to float: Capital (DK) 14 112 Region Name Capital (DK)
no could not convert string to float: DK01 15 112 Region Code DK01
no could not convert string to float: .. 13 113 2014 ..
no could not convert string to float: City of Copenhagen 14 113 Region Name City of Copenhagen
no could not convert string to float: DK011 15 113 Region Code   DK011
no could not convert string to float: .. 13 114 2014 ..
no could not convert string to float: Copenhagen suburbs 14 114 Region Name Copenhagen suburbs
no could not convert string to float: DK012 15 114 Region Code   DK012
no could not convert string to float: .. 13 115 2014 ..
no could not convert string to float: North Zealand 14 115 Region Name North Zealand
no could not convert string to float: DK013 15 115 Region Code   DK013
no could not convert string to float: .. 13 116 2014 ..
no could not convert string to float: Bornholm 14 116 Region Name Bornholm
no could not convert string to float: DK014 15 116 Region Code   DK014
no could not convert string to float: .. 13 117 2014 ..
no could not convert string to float: Zealand 14 117 Region Name Zealand
no could not convert string to float: DK02 15 117 Region Code DK02
no could not convert string to float: .. 13 118 2014 ..
no could not convert string to float: East Zealand 14 118 Region Name East Zealand
no could not convert string to float: DK021 15 118 Region Code   DK021
no could not convert string to float: .. 13 119 2014 ..
no could not convert string to float: West and South Zealand 14 119 Region Name West and South Zealand
no could not convert string to float: DK022 15 119 Region Code   DK022
no could not convert string to float: .. 13 120 2014 ..
no could not convert string to float: Southern Denmark 14 120 Region Name Southern Denmark
no could not convert string to float: DK03 15 120 Region Code DK03
no could not convert string to float: .. 13 121 2014 ..
no could not convert string to float: Fyn 14 121 Region Name Fyn
no could not convert string to float: DK031 15 121 Region Code   DK031
no could not convert string to float: .. 13 122 2014 ..
no could not convert string to float: South Jutland 14 122 Region Name South Jutland
no could not convert string to float: DK032 15 122 Region Code   DK032
no could not convert string to float: .. 13 123 2014 ..
no could not convert string to float: Central Jutland 14 123 Region Name Central Jutland
no could not convert string to float: DK04 15 123 Region Code DK04
no could not convert string to float: .. 13 124 2014 ..
no could not convert string to float: West Jutland 14 124 Region Name West Jutland
no could not convert string to float: DK041 15 124 Region Code   DK041
no could not convert string to float: .. 13 125 2014 ..
no could not convert string to float: East Jutland 14 125 Region Name East Jutland
no could not convert string to float: DK042 15 125 Region Code   DK042
no could not convert string to float: .. 13 126 2014 ..
no could not convert string to float: Northern Jutland 14 126 Region Name Northern Jutland
no could not convert string to float: DK05 15 126 Region Code DK05
no could not convert string to float: .. 13 127 2014 ..
no could not convert string to float: North Jutland 14 127 Region Name North Jutland
no could not convert string to float: DK050 15 127 Region Code   DK050
no could not convert string to float: .. 13 128 2014 ..
no could not convert string to float: Estonia 14 128 Region Name Estonia
no could not convert string to float: EST 15 128 Region Code EST
no could not convert string to float: .. 13 129 2014 ..
no could not convert string to float: Estonia 14 129 Region Name Estonia
no could not convert string to float: EE00 15 129 Region Code EE00
no could not convert string to float: .. 12 130 2013 ..
no could not convert string to float: .. 13 130 2014 ..
no could not convert string to float: North Estonia 14 130 Region Name North Estonia
no could not convert string to float: EE001 15 130 Region Code   EE001
no could not convert string to float: .. 12 131 2013 ..
no could not convert string to float: .. 13 131 2014 ..
no could not convert string to float: West Estonia 14 131 Region Name West Estonia
no could not convert string to float: EE004 15 131 Region Code   EE004
no could not convert string to float: .. 12 132 2013 ..
no could not convert string to float: .. 13 132 2014 ..
no could not convert string to float: Central Estonia 14 132 Region Name Central Estonia
no could not convert string to float: EE006 15 132 Region Code   EE006
no could not convert string to float: .. 12 133 2013 ..
no could not convert string to float: .. 13 133 2014 ..
no could not convert string to float: Northeast Estonia 14 133 Region Name Northeast Estonia
no could not convert string to float: EE007 15 133 Region Code   EE007
no could not convert string to float: .. 12 134 2013 ..
no could not convert string to float: .. 13 134 2014 ..
no could not convert string to float: Southern Estonia 14 134 Region Name Southern Estonia
no could not convert string to float: EE008 15 134 Region Code   EE008
no could not convert string to float: .. 13 135 2014 ..
no could not convert string to float: Finland 14 135 Region Name Finland
no could not convert string to float: FIN 15 135 Region Code FIN
no could not convert string to float: .. 13 136 2014 ..
no could not convert string to float: Western Finland 14 136 Region Name Western Finland
no could not convert string to float: FI19 15 136 Region Code FI19
no could not convert string to float: .. 12 137 2013 ..
no could not convert string to float: .. 13 137 2014 ..
no could not convert string to float: Central Finland 14 137 Region Name Central Finland
no could not convert string to float: FI193 15 137 Region Code   FI193
no could not convert string to float: .. 12 138 2013 ..
no could not convert string to float: .. 13 138 2014 ..
no could not convert string to float: Southern Ostrobothnia 14 138 Region Name Southern Ostrobothnia
no could not convert string to float: FI194 15 138 Region Code   FI194
no could not convert string to float: .. 12 139 2013 ..
no could not convert string to float: .. 13 139 2014 ..
no could not convert string to float: Ostrobothnia 14 139 Region Name Ostrobothnia
no could not convert string to float: FI195 15 139 Region Code   FI195
no could not convert string to float: .. 12 140 2013 ..
no could not convert string to float: .. 13 140 2014 ..
no could not convert string to float: Satakunta 14 140 Region Name Satakunta
no could not convert string to float: FI196 15 140 Region Code   FI196
no could not convert string to float: .. 12 141 2013 ..
no could not convert string to float: .. 13 141 2014 ..
no could not convert string to float: Pirkanmaa 14 141 Region Name Pirkanmaa
no could not convert string to float: FI197 15 141 Region Code   FI197
no could not convert string to float: .. 13 142 2014 ..
no could not convert string to float: Helsinki-Uusimaa 14 142 Region Name Helsinki-Uusimaa
no could not convert string to float: FI1B 15 142 Region Code FI1B
no could not convert string to float: .. 12 143 2013 ..
no could not convert string to float: .. 13 143 2014 ..
no could not convert string to float: Helsinki-Uusimaa 14 143 Region Name Helsinki-Uusimaa
no could not convert string to float: FI1B1 15 143 Region Code   FI1B1
no could not convert string to float: .. 13 144 2014 ..
no could not convert string to float: Southern Finland 14 144 Region Name Southern Finland
no could not convert string to float: FI1C 15 144 Region Code FI1C
no could not convert string to float: .. 12 145 2013 ..
no could not convert string to float: .. 13 145 2014 ..
no could not convert string to float: Finland Proper 14 145 Region Name Finland Proper
no could not convert string to float: FI1C1 15 145 Region Code   FI1C1
no could not convert string to float: .. 12 146 2013 ..
no could not convert string to float: .. 13 146 2014 ..
no could not convert string to float: Tavastia Proper 14 146 Region Name Tavastia Proper
no could not convert string to float: FI1C2 15 146 Region Code   FI1C2
no could not convert string to float: .. 12 147 2013 ..
no could not convert string to float: .. 13 147 2014 ..
no could not convert string to float: P�ij�t-H�me 14 147 Region Name Päijät-Häme
no could not convert string to float: FI1C3 15 147 Region Code   FI1C3
no could not convert string to float: .. 12 148 2013 ..
no could not convert string to float: .. 13 148 2014 ..
no could not convert string to float: Kymenlaakso 14 148 Region Name Kymenlaakso
no could not convert string to float: FI1C4 15 148 Region Code   FI1C4
no could not convert string to float: .. 12 149 2013 ..
no could not convert string to float: .. 13 149 2014 ..
no could not convert string to float: South Karelia 14 149 Region Name South Karelia
no could not convert string to float: FI1C5 15 149 Region Code   FI1C5
no could not convert string to float: .. 13 150 2014 ..
no could not convert string to float: Eastern and Northern Finland 14 150 Region Name Eastern and Northern Finland
no could not convert string to float: FI1D 15 150 Region Code FI1D
no could not convert string to float: .. 12 151 2013 ..
no could not convert string to float: .. 13 151 2014 ..
no could not convert string to float: Southern Savonia 14 151 Region Name Southern Savonia
no could not convert string to float: FI1D1 15 151 Region Code   FI1D1
no could not convert string to float: .. 12 152 2013 ..
no could not convert string to float: .. 13 152 2014 ..
no could not convert string to float: Northern Savonia 14 152 Region Name Northern Savonia
no could not convert string to float: FI1D2 15 152 Region Code   FI1D2
no could not convert string to float: .. 12 153 2013 ..
no could not convert string to float: .. 13 153 2014 ..
no could not convert string to float: North Karelia 14 153 Region Name North Karelia
no could not convert string to float: FI1D3 15 153 Region Code   FI1D3
no could not convert string to float: .. 12 154 2013 ..
no could not convert string to float: .. 13 154 2014 ..
no could not convert string to float: Kainuu 14 154 Region Name Kainuu
no could not convert string to float: FI1D4 15 154 Region Code   FI1D4
no could not convert string to float: .. 12 155 2013 ..
no could not convert string to float: .. 13 155 2014 ..
no could not convert string to float: Central Ostrobothnia 14 155 Region Name Central Ostrobothnia
no could not convert string to float: FI1D5 15 155 Region Code   FI1D5
no could not convert string to float: .. 12 156 2013 ..
no could not convert string to float: .. 13 156 2014 ..
no could not convert string to float: North Ostrobothnia 14 156 Region Name North Ostrobothnia
no could not convert string to float: FI1D6 15 156 Region Code   FI1D6
no could not convert string to float: .. 12 157 2013 ..
no could not convert string to float: .. 13 157 2014 ..
no could not convert string to float: Lapland 14 157 Region Name Lapland
no could not convert string to float: FI1D7 15 157 Region Code   FI1D7
no could not convert string to float: .. 13 158 2014 ..
no could not convert string to float: �land 14 158 Region Name Åland
no could not convert string to float: FI20 15 158 Region Code FI20
no could not convert string to float: .. 12 159 2013 ..
no could not convert string to float: .. 13 159 2014 ..
no could not convert string to float: �land 14 159 Region Name Åland
no could not convert string to float: FI200 15 159 Region Code   FI200
no could not convert string to float: .. 13 160 2014 ..
no could not convert string to float: France 14 160 Region Name France
no could not convert string to float: FRA 15 160 Region Code FRA
no could not convert string to float: .. 13 161 2014 ..
no could not convert string to float: Ile-de-France 14 161 Region Name Ile-de-France
no could not convert string to float: FR10 15 161 Region Code FR10
no could not convert string to float: .. 12 162 2013 ..
no could not convert string to float: .. 13 162 2014 ..
no could not convert string to float: Paris 14 162 Region Name Paris
no could not convert string to float: FR101 15 162 Region Code   FR101
no could not convert string to float: .. 12 163 2013 ..
no could not convert string to float: .. 13 163 2014 ..
no could not convert string to float: Seine-et-Marne 14 163 Region Name Seine-et-Marne
no could not convert string to float: FR102 15 163 Region Code   FR102
no could not convert string to float: .. 12 164 2013 ..
no could not convert string to float: .. 13 164 2014 ..
no could not convert string to float: Yvelines 14 164 Region Name Yvelines
no could not convert string to float: FR103 15 164 Region Code   FR103
no could not convert string to float: .. 12 165 2013 ..
no could not convert string to float: .. 13 165 2014 ..
no could not convert string to float: Essonne 14 165 Region Name Essonne
no could not convert string to float: FR104 15 165 Region Code   FR104
no could not convert string to float: .. 12 166 2013 ..
no could not convert string to float: .. 13 166 2014 ..
no could not convert string to float: Hauts-de-Seine 14 166 Region Name Hauts-de-Seine
no could not convert string to float: FR105 15 166 Region Code   FR105
no could not convert string to float: .. 12 167 2013 ..
no could not convert string to float: .. 13 167 2014 ..
no could not convert string to float: Seine-Saint-Denis 14 167 Region Name Seine-Saint-Denis
no could not convert string to float: FR106 15 167 Region Code   FR106
no could not convert string to float: .. 12 168 2013 ..
no could not convert string to float: .. 13 168 2014 ..
no could not convert string to float: Val-de-Marne 14 168 Region Name Val-de-Marne
no could not convert string to float: FR107 15 168 Region Code   FR107
no could not convert string to float: .. 12 169 2013 ..
no could not convert string to float: .. 13 169 2014 ..
no could not convert string to float: Val-d'Oise 14 169 Region Name Val-d'Oise
no could not convert string to float: FR108 15 169 Region Code   FR108
no could not convert string to float: .. 13 170 2014 ..
no could not convert string to float: Champagne-Ardenne 14 170 Region Name Champagne-Ardenne
no could not convert string to float: FR21 15 170 Region Code FR21
no could not convert string to float: .. 12 171 2013 ..
no could not convert string to float: .. 13 171 2014 ..
no could not convert string to float: Ardennes 14 171 Region Name Ardennes
no could not convert string to float: FR211 15 171 Region Code   FR211
no could not convert string to float: .. 12 172 2013 ..
no could not convert string to float: .. 13 172 2014 ..
no could not convert string to float: Aube 14 172 Region Name Aube
no could not convert string to float: FR212 15 172 Region Code   FR212
no could not convert string to float: .. 12 173 2013 ..
no could not convert string to float: .. 13 173 2014 ..
no could not convert string to float: Marne 14 173 Region Name Marne
no could not convert string to float: FR213 15 173 Region Code   FR213
no could not convert string to float: .. 12 174 2013 ..
no could not convert string to float: .. 13 174 2014 ..
no could not convert string to float: Haute-Marne 14 174 Region Name Haute-Marne
no could not convert string to float: FR214 15 174 Region Code   FR214
no could not convert string to float: .. 13 175 2014 ..
no could not convert string to float: Picardy 14 175 Region Name Picardy
no could not convert string to float: FR22 15 175 Region Code FR22
no could not convert string to float: .. 12 176 2013 ..
no could not convert string to float: .. 13 176 2014 ..
no could not convert string to float: Aisne 14 176 Region Name Aisne
no could not convert string to float: FR221 15 176 Region Code   FR221
no could not convert string to float: .. 12 177 2013 ..
no could not convert string to float: .. 13 177 2014 ..
no could not convert string to float: Oise 14 177 Region Name Oise
no could not convert string to float: FR222 15 177 Region Code   FR222
no could not convert string to float: .. 12 178 2013 ..
no could not convert string to float: .. 13 178 2014 ..
no could not convert string to float: Somme 14 178 Region Name Somme
no could not convert string to float: FR223 15 178 Region Code   FR223
no could not convert string to float: .. 13 179 2014 ..
no could not convert string to float: Upper Normandy 14 179 Region Name Upper Normandy
no could not convert string to float: FR23 15 179 Region Code FR23
no could not convert string to float: .. 12 180 2013 ..
no could not convert string to float: .. 13 180 2014 ..
no could not convert string to float: Eure 14 180 Region Name Eure
no could not convert string to float: FR231 15 180 Region Code   FR231
no could not convert string to float: .. 12 181 2013 ..
no could not convert string to float: .. 13 181 2014 ..
no could not convert string to float: Seine-Maritime 14 181 Region Name Seine-Maritime
no could not convert string to float: FR232 15 181 Region Code   FR232
no could not convert string to float: .. 13 182 2014 ..
no could not convert string to float: Centre-Val de Loire 14 182 Region Name Centre-Val de Loire
no could not convert string to float: FR24 15 182 Region Code FR24
no could not convert string to float: .. 12 183 2013 ..
no could not convert string to float: .. 13 183 2014 ..
no could not convert string to float: Cher 14 183 Region Name Cher
no could not convert string to float: FR241 15 183 Region Code   FR241
no could not convert string to float: .. 12 184 2013 ..
no could not convert string to float: .. 13 184 2014 ..
no could not convert string to float: Eure-et-Loir 14 184 Region Name Eure-et-Loir
no could not convert string to float: FR242 15 184 Region Code   FR242
no could not convert string to float: .. 12 185 2013 ..
no could not convert string to float: .. 13 185 2014 ..
no could not convert string to float: Indre 14 185 Region Name Indre
no could not convert string to float: FR243 15 185 Region Code   FR243
no could not convert string to float: .. 12 186 2013 ..
no could not convert string to float: .. 13 186 2014 ..
no could not convert string to float: Indre-et-Loire 14 186 Region Name Indre-et-Loire
no could not convert string to float: FR244 15 186 Region Code   FR244
no could not convert string to float: .. 12 187 2013 ..
no could not convert string to float: .. 13 187 2014 ..
no could not convert string to float: Loir-et-Cher 14 187 Region Name Loir-et-Cher
no could not convert string to float: FR245 15 187 Region Code   FR245
no could not convert string to float: .. 12 188 2013 ..
no could not convert string to float: .. 13 188 2014 ..
no could not convert string to float: Loiret 14 188 Region Name Loiret
no could not convert string to float: FR246 15 188 Region Code   FR246
no could not convert string to float: .. 13 189 2014 ..
no could not convert string to float: Lower Normandy 14 189 Region Name Lower Normandy
no could not convert string to float: FR25 15 189 Region Code FR25
no could not convert string to float: .. 12 190 2013 ..
no could not convert string to float: .. 13 190 2014 ..
no could not convert string to float: Calvados 14 190 Region Name Calvados
no could not convert string to float: FR251 15 190 Region Code   FR251
no could not convert string to float: .. 12 191 2013 ..
no could not convert string to float: .. 13 191 2014 ..
no could not convert string to float: Manche 14 191 Region Name Manche
no could not convert string to float: FR252 15 191 Region Code   FR252
no could not convert string to float: .. 12 192 2013 ..
no could not convert string to float: .. 13 192 2014 ..
no could not convert string to float: Orne 14 192 Region Name Orne
no could not convert string to float: FR253 15 192 Region Code   FR253
no could not convert string to float: .. 13 193 2014 ..
no could not convert string to float: Burgundy 14 193 Region Name Burgundy
no could not convert string to float: FR26 15 193 Region Code FR26
no could not convert string to float: .. 12 194 2013 ..
no could not convert string to float: .. 13 194 2014 ..
no could not convert string to float: C�te-d'Or 14 194 Region Name Côte-d'Or
no could not convert string to float: FR261 15 194 Region Code   FR261
no could not convert string to float: .. 12 195 2013 ..
no could not convert string to float: .. 13 195 2014 ..
no could not convert string to float: Ni�vre 14 195 Region Name Nièvre
no could not convert string to float: FR262 15 195 Region Code   FR262
no could not convert string to float: .. 12 196 2013 ..
no could not convert string to float: .. 13 196 2014 ..
no could not convert string to float: Sa�ne-et-Loire 14 196 Region Name Saône-et-Loire
no could not convert string to float: FR263 15 196 Region Code   FR263
no could not convert string to float: .. 12 197 2013 ..
no could not convert string to float: .. 13 197 2014 ..
no could not convert string to float: Yonne 14 197 Region Name Yonne
no could not convert string to float: FR264 15 197 Region Code   FR264
no could not convert string to float: .. 13 198 2014 ..
no could not convert string to float: Nord-Pas-de-Calais 14 198 Region Name Nord-Pas-de-Calais
no could not convert string to float: FR30 15 198 Region Code FR30
no could not convert string to float: .. 12 199 2013 ..
no could not convert string to float: .. 13 199 2014 ..
no could not convert string to float: Nord (FR) 14 199 Region Name Nord (FR)
no could not convert string to float: FR301 15 199 Region Code   FR301
no could not convert string to float: .. 12 200 2013 ..
no could not convert string to float: .. 13 200 2014 ..
no could not convert string to float: Pas-de-Calais 14 200 Region Name Pas-de-Calais
no could not convert string to float: FR302 15 200 Region Code   FR302
no could not convert string to float: .. 13 201 2014 ..
no could not convert string to float: Lorraine 14 201 Region Name Lorraine
no could not convert string to float: FR41 15 201 Region Code FR41
no could not convert string to float: .. 12 202 2013 ..
no could not convert string to float: .. 13 202 2014 ..
no could not convert string to float: Meurthe-et-Moselle 14 202 Region Name Meurthe-et-Moselle
no could not convert string to float: FR411 15 202 Region Code   FR411
no could not convert string to float: .. 12 203 2013 ..
no could not convert string to float: .. 13 203 2014 ..
no could not convert string to float: Meuse 14 203 Region Name Meuse
no could not convert string to float: FR412 15 203 Region Code   FR412
no could not convert string to float: .. 12 204 2013 ..
no could not convert string to float: .. 13 204 2014 ..
no could not convert string to float: Moselle 14 204 Region Name Moselle
no could not convert string to float: FR413 15 204 Region Code   FR413
no could not convert string to float: .. 12 205 2013 ..
no could not convert string to float: .. 13 205 2014 ..
no could not convert string to float: Vosges 14 205 Region Name Vosges
no could not convert string to float: FR414 15 205 Region Code   FR414
no could not convert string to float: .. 13 206 2014 ..
no could not convert string to float: Alsace 14 206 Region Name Alsace
no could not convert string to float: FR42 15 206 Region Code FR42
no could not convert string to float: .. 12 207 2013 ..
no could not convert string to float: .. 13 207 2014 ..
no could not convert string to float: Bas-Rhin 14 207 Region Name Bas-Rhin
no could not convert string to float: FR421 15 207 Region Code   FR421
no could not convert string to float: .. 12 208 2013 ..
no could not convert string to float: .. 13 208 2014 ..
no could not convert string to float: Haut-Rhin 14 208 Region Name Haut-Rhin
no could not convert string to float: FR422 15 208 Region Code   FR422
no could not convert string to float: .. 13 209 2014 ..
no could not convert string to float: Franche-Comt� 14 209 Region Name Franche-Comté
no could not convert string to float: FR43 15 209 Region Code FR43
no could not convert string to float: .. 12 210 2013 ..
no could not convert string to float: .. 13 210 2014 ..
no could not convert string to float: Doubs 14 210 Region Name Doubs
no could not convert string to float: FR431 15 210 Region Code   FR431
no could not convert string to float: .. 12 211 2013 ..
no could not convert string to float: .. 13 211 2014 ..
no could not convert string to float: Jura 14 211 Region Name Jura
no could not convert string to float: FR432 15 211 Region Code   FR432
no could not convert string to float: .. 12 212 2013 ..
no could not convert string to float: .. 13 212 2014 ..
no could not convert string to float: Haute-Sa�ne 14 212 Region Name Haute-Saône
no could not convert string to float: FR433 15 212 Region Code   FR433
no could not convert string to float: .. 12 213 2013 ..
no could not convert string to float: .. 13 213 2014 ..
no could not convert string to float: Territoire de Belfort 14 213 Region Name Territoire de Belfort
no could not convert string to float: FR434 15 213 Region Code   FR434
no could not convert string to float: .. 13 214 2014 ..
no could not convert string to float: Pays de la Loire 14 214 Region Name Pays de la Loire
no could not convert string to float: FR51 15 214 Region Code FR51
no could not convert string to float: .. 12 215 2013 ..
no could not convert string to float: .. 13 215 2014 ..
no could not convert string to float: Loire-Atlantique 14 215 Region Name Loire-Atlantique
no could not convert string to float: FR511 15 215 Region Code   FR511
no could not convert string to float: .. 12 216 2013 ..
no could not convert string to float: .. 13 216 2014 ..
no could not convert string to float: Maine-et-Loire 14 216 Region Name Maine-et-Loire
no could not convert string to float: FR512 15 216 Region Code   FR512
no could not convert string to float: .. 12 217 2013 ..
no could not convert string to float: .. 13 217 2014 ..
no could not convert string to float: Mayenne 14 217 Region Name Mayenne
no could not convert string to float: FR513 15 217 Region Code   FR513
no could not convert string to float: .. 12 218 2013 ..
no could not convert string to float: .. 13 218 2014 ..
no could not convert string to float: Sarthe 14 218 Region Name Sarthe
no could not convert string to float: FR514 15 218 Region Code   FR514
no could not convert string to float: .. 12 219 2013 ..
no could not convert string to float: .. 13 219 2014 ..
no could not convert string to float: Vend�e 14 219 Region Name Vendée
no could not convert string to float: FR515 15 219 Region Code   FR515
no could not convert string to float: .. 13 220 2014 ..
no could not convert string to float: Brittany 14 220 Region Name Brittany
no could not convert string to float: FR52 15 220 Region Code FR52
no could not convert string to float: .. 12 221 2013 ..
no could not convert string to float: .. 13 221 2014 ..
no could not convert string to float: C�tes-d'Armor 14 221 Region Name Côtes-d'Armor
no could not convert string to float: FR521 15 221 Region Code   FR521
no could not convert string to float: .. 12 222 2013 ..
no could not convert string to float: .. 13 222 2014 ..
no could not convert string to float: Finist�re 14 222 Region Name Finistère
no could not convert string to float: FR522 15 222 Region Code   FR522
no could not convert string to float: .. 12 223 2013 ..
no could not convert string to float: .. 13 223 2014 ..
no could not convert string to float: Ille-et-Vilaine 14 223 Region Name Ille-et-Vilaine
no could not convert string to float: FR523 15 223 Region Code   FR523
no could not convert string to float: .. 12 224 2013 ..
no could not convert string to float: .. 13 224 2014 ..
no could not convert string to float: Morbihan 14 224 Region Name Morbihan
no could not convert string to float: FR524 15 224 Region Code   FR524
no could not convert string to float: .. 13 225 2014 ..
no could not convert string to float: Poitou-Charentes 14 225 Region Name Poitou-Charentes
no could not convert string to float: FR53 15 225 Region Code FR53
no could not convert string to float: .. 12 226 2013 ..
no could not convert string to float: .. 13 226 2014 ..
no could not convert string to float: Charente 14 226 Region Name Charente
no could not convert string to float: FR531 15 226 Region Code   FR531
no could not convert string to float: .. 12 227 2013 ..
no could not convert string to float: .. 13 227 2014 ..
no could not convert string to float: Charente-Maritime 14 227 Region Name Charente-Maritime
no could not convert string to float: FR532 15 227 Region Code   FR532
no could not convert string to float: .. 12 228 2013 ..
no could not convert string to float: .. 13 228 2014 ..
no could not convert string to float: Deux-S�vres 14 228 Region Name Deux-Sèvres
no could not convert string to float: FR533 15 228 Region Code   FR533
no could not convert string to float: .. 12 229 2013 ..
no could not convert string to float: .. 13 229 2014 ..
no could not convert string to float: Vienne 14 229 Region Name Vienne
no could not convert string to float: FR534 15 229 Region Code   FR534
no could not convert string to float: .. 13 230 2014 ..
no could not convert string to float: Aquitaine 14 230 Region Name Aquitaine
no could not convert string to float: FR61 15 230 Region Code FR61
no could not convert string to float: .. 12 231 2013 ..
no could not convert string to float: .. 13 231 2014 ..
no could not convert string to float: Dordogne 14 231 Region Name Dordogne
no could not convert string to float: FR611 15 231 Region Code   FR611
no could not convert string to float: .. 12 232 2013 ..
no could not convert string to float: .. 13 232 2014 ..
no could not convert string to float: Gironde 14 232 Region Name Gironde
no could not convert string to float: FR612 15 232 Region Code   FR612
no could not convert string to float: .. 12 233 2013 ..
no could not convert string to float: .. 13 233 2014 ..
no could not convert string to float: Landes 14 233 Region Name Landes
no could not convert string to float: FR613 15 233 Region Code   FR613
no could not convert string to float: .. 12 234 2013 ..
no could not convert string to float: .. 13 234 2014 ..
no could not convert string to float: Lot-et-Garonne 14 234 Region Name Lot-et-Garonne
no could not convert string to float: FR614 15 234 Region Code   FR614
no could not convert string to float: .. 12 235 2013 ..
no could not convert string to float: .. 13 235 2014 ..
no could not convert string to float: Pyr�n�es-Atlantiques 14 235 Region Name Pyrénées-Atlantiques
no could not convert string to float: FR615 15 235 Region Code   FR615
no could not convert string to float: .. 13 236 2014 ..
no could not convert string to float: Midi-Pyr�n�es 14 236 Region Name Midi-Pyrénées
no could not convert string to float: FR62 15 236 Region Code FR62
no could not convert string to float: .. 12 237 2013 ..
no could not convert string to float: .. 13 237 2014 ..
no could not convert string to float: Ari�ge 14 237 Region Name Ariège
no could not convert string to float: FR621 15 237 Region Code   FR621
no could not convert string to float: .. 12 238 2013 ..
no could not convert string to float: .. 13 238 2014 ..
no could not convert string to float: Aveyron 14 238 Region Name Aveyron
no could not convert string to float: FR622 15 238 Region Code   FR622
no could not convert string to float: .. 12 239 2013 ..
no could not convert string to float: .. 13 239 2014 ..
no could not convert string to float: Haute-Garonne 14 239 Region Name Haute-Garonne
no could not convert string to float: FR623 15 239 Region Code   FR623
no could not convert string to float: .. 12 240 2013 ..
no could not convert string to float: .. 13 240 2014 ..
no could not convert string to float: Gers 14 240 Region Name Gers
no could not convert string to float: FR624 15 240 Region Code   FR624
no could not convert string to float: .. 12 241 2013 ..
no could not convert string to float: .. 13 241 2014 ..
no could not convert string to float: Lot 14 241 Region Name Lot
no could not convert string to float: FR625 15 241 Region Code   FR625
no could not convert string to float: .. 12 242 2013 ..
no could not convert string to float: .. 13 242 2014 ..
no could not convert string to float: Hautes-Pyr�n�es 14 242 Region Name Hautes-Pyrénées
no could not convert string to float: FR626 15 242 Region Code   FR626
no could not convert string to float: .. 12 243 2013 ..
no could not convert string to float: .. 13 243 2014 ..
no could not convert string to float: Tarn 14 243 Region Name Tarn
no could not convert string to float: FR627 15 243 Region Code   FR627
no could not convert string to float: .. 12 244 2013 ..
no could not convert string to float: .. 13 244 2014 ..
no could not convert string to float: Tarn-et-Garonne 14 244 Region Name Tarn-et-Garonne
no could not convert string to float: FR628 15 244 Region Code   FR628
no could not convert string to float: .. 13 245 2014 ..
no could not convert string to float: Limousin 14 245 Region Name Limousin
no could not convert string to float: FR63 15 245 Region Code FR63
no could not convert string to float: .. 12 246 2013 ..
no could not convert string to float: .. 13 246 2014 ..
no could not convert string to float: Corr�ze 14 246 Region Name Corrèze
no could not convert string to float: FR631 15 246 Region Code   FR631
no could not convert string to float: .. 12 247 2013 ..
no could not convert string to float: .. 13 247 2014 ..
no could not convert string to float: Creuse 14 247 Region Name Creuse
no could not convert string to float: FR632 15 247 Region Code   FR632
no could not convert string to float: .. 12 248 2013 ..
no could not convert string to float: .. 13 248 2014 ..
no could not convert string to float: Haute-Vienne 14 248 Region Name Haute-Vienne
no could not convert string to float: FR633 15 248 Region Code   FR633
no could not convert string to float: .. 13 249 2014 ..
no could not convert string to float: Rh�ne-Alpes 14 249 Region Name Rhône-Alpes
no could not convert string to float: FR71 15 249 Region Code FR71
no could not convert string to float: .. 12 250 2013 ..
no could not convert string to float: .. 13 250 2014 ..
no could not convert string to float: Ain 14 250 Region Name Ain
no could not convert string to float: FR711 15 250 Region Code   FR711
no could not convert string to float: .. 12 251 2013 ..
no could not convert string to float: .. 13 251 2014 ..
no could not convert string to float: Ard�che 14 251 Region Name Ardèche
no could not convert string to float: FR712 15 251 Region Code   FR712
no could not convert string to float: .. 12 252 2013 ..
no could not convert string to float: .. 13 252 2014 ..
no could not convert string to float: Dr�me 14 252 Region Name Drôme
no could not convert string to float: FR713 15 252 Region Code   FR713
no could not convert string to float: .. 12 253 2013 ..
no could not convert string to float: .. 13 253 2014 ..
no could not convert string to float: Is�re 14 253 Region Name Isère
no could not convert string to float: FR714 15 253 Region Code   FR714
no could not convert string to float: .. 12 254 2013 ..
no could not convert string to float: .. 13 254 2014 ..
no could not convert string to float: Loire 14 254 Region Name Loire
no could not convert string to float: FR715 15 254 Region Code   FR715
no could not convert string to float: .. 12 255 2013 ..
no could not convert string to float: .. 13 255 2014 ..
no could not convert string to float: Rh�ne 14 255 Region Name Rhône
no could not convert string to float: FR716 15 255 Region Code   FR716
no could not convert string to float: .. 12 256 2013 ..
no could not convert string to float: .. 13 256 2014 ..
no could not convert string to float: Savoie 14 256 Region Name Savoie
no could not convert string to float: FR717 15 256 Region Code   FR717
no could not convert string to float: .. 12 257 2013 ..
no could not convert string to float: .. 13 257 2014 ..
no could not convert string to float: Haute-Savoie 14 257 Region Name Haute-Savoie
no could not convert string to float: FR718 15 257 Region Code   FR718
no could not convert string to float: .. 13 258 2014 ..
no could not convert string to float: Auvergne 14 258 Region Name Auvergne
no could not convert string to float: FR72 15 258 Region Code FR72
no could not convert string to float: .. 12 259 2013 ..
no could not convert string to float: .. 13 259 2014 ..
no could not convert string to float: Allier 14 259 Region Name Allier
no could not convert string to float: FR721 15 259 Region Code   FR721
no could not convert string to float: .. 12 260 2013 ..
no could not convert string to float: .. 13 260 2014 ..
no could not convert string to float: Cantal 14 260 Region Name Cantal
no could not convert string to float: FR722 15 260 Region Code   FR722
no could not convert string to float: .. 12 261 2013 ..
no could not convert string to float: .. 13 261 2014 ..
no could not convert string to float: Haute-Loire 14 261 Region Name Haute-Loire
no could not convert string to float: FR723 15 261 Region Code   FR723
no could not convert string to float: .. 12 262 2013 ..
no could not convert string to float: .. 13 262 2014 ..
no could not convert string to float: Puy-de-D�me 14 262 Region Name Puy-de-Dôme
no could not convert string to float: FR724 15 262 Region Code   FR724
no could not convert string to float: .. 13 263 2014 ..
no could not convert string to float: Languedoc-Roussillon 14 263 Region Name Languedoc-Roussillon
no could not convert string to float: FR81 15 263 Region Code FR81
no could not convert string to float: .. 12 264 2013 ..
no could not convert string to float: .. 13 264 2014 ..
no could not convert string to float: Aude 14 264 Region Name Aude
no could not convert string to float: FR811 15 264 Region Code   FR811
no could not convert string to float: .. 12 265 2013 ..
no could not convert string to float: .. 13 265 2014 ..
no could not convert string to float: Gard 14 265 Region Name Gard
no could not convert string to float: FR812 15 265 Region Code   FR812
no could not convert string to float: .. 12 266 2013 ..
no could not convert string to float: .. 13 266 2014 ..
no could not convert string to float: H�rault 14 266 Region Name Hérault
no could not convert string to float: FR813 15 266 Region Code   FR813
no could not convert string to float: .. 12 267 2013 ..
no could not convert string to float: .. 13 267 2014 ..
no could not convert string to float: Loz�re 14 267 Region Name Lozère
no could not convert string to float: FR814 15 267 Region Code   FR814
no could not convert string to float: .. 12 268 2013 ..
no could not convert string to float: .. 13 268 2014 ..
no could not convert string to float: Pyr�n�es-Orientales 14 268 Region Name Pyrénées-Orientales
no could not convert string to float: FR815 15 268 Region Code   FR815
no could not convert string to float: .. 13 269 2014 ..
no could not convert string to float: Provence-Alpes-C�te d'Azur 14 269 Region Name Provence-Alpes-Côte d'Azur
no could not convert string to float: FR82 15 269 Region Code FR82
no could not convert string to float: .. 12 270 2013 ..
no could not convert string to float: .. 13 270 2014 ..
no could not convert string to float: Alpes-de-Haute-Provence 14 270 Region Name Alpes-de-Haute-Provence
no could not convert string to float: FR821 15 270 Region Code   FR821
no could not convert string to float: .. 12 271 2013 ..
no could not convert string to float: .. 13 271 2014 ..
no could not convert string to float: Hautes-Alpes 14 271 Region Name Hautes-Alpes
no could not convert string to float: FR822 15 271 Region Code   FR822
no could not convert string to float: .. 12 272 2013 ..
no could not convert string to float: .. 13 272 2014 ..
no could not convert string to float: Alpes-Maritimes 14 272 Region Name Alpes-Maritimes
no could not convert string to float: FR823 15 272 Region Code   FR823
no could not convert string to float: .. 12 273 2013 ..
no could not convert string to float: .. 13 273 2014 ..
no could not convert string to float: Bouches-du-Rh�ne 14 273 Region Name Bouches-du-Rhône
no could not convert string to float: FR824 15 273 Region Code   FR824
no could not convert string to float: .. 12 274 2013 ..
no could not convert string to float: .. 13 274 2014 ..
no could not convert string to float: Var 14 274 Region Name Var
no could not convert string to float: FR825 15 274 Region Code   FR825
no could not convert string to float: .. 12 275 2013 ..
no could not convert string to float: .. 13 275 2014 ..
no could not convert string to float: Vaucluse 14 275 Region Name Vaucluse
no could not convert string to float: FR826 15 275 Region Code   FR826
no could not convert string to float: .. 13 276 2014 ..
no could not convert string to float: Corsica 14 276 Region Name Corsica
no could not convert string to float: FR83 15 276 Region Code FR83
no could not convert string to float: .. 12 277 2013 ..
no could not convert string to float: .. 13 277 2014 ..
no could not convert string to float: Corse-du-Sud 14 277 Region Name Corse-du-Sud
no could not convert string to float: FR831 15 277 Region Code   FR831
no could not convert string to float: .. 12 278 2013 ..
no could not convert string to float: .. 13 278 2014 ..
no could not convert string to float: Haute-Corse 14 278 Region Name Haute-Corse
no could not convert string to float: FR832 15 278 Region Code   FR832
no could not convert string to float: .. 13 279 2014 ..
no could not convert string to float: Germany 14 279 Region Name Germany
no could not convert string to float: DEU 15 279 Region Code DEU
no could not convert string to float: .. 13 280 2014 ..
no could not convert string to float: Baden-W�rttemberg 14 280 Region Name Baden-Württemberg
no could not convert string to float: DE1 15 280 Region Code DE1
no could not convert string to float: .. 13 281 2014 ..
no could not convert string to float: Bavaria 14 281 Region Name Bavaria
no could not convert string to float: DE2 15 281 Region Code DE2
no could not convert string to float: .. 13 282 2014 ..
no could not convert string to float: Berlin 14 282 Region Name Berlin
no could not convert string to float: DE3 15 282 Region Code DE3
no could not convert string to float: .. 13 283 2014 ..
no could not convert string to float: Brandenburg 14 283 Region Name Brandenburg
no could not convert string to float: DE4 15 283 Region Code DE4
no could not convert string to float: .. 13 284 2014 ..
no could not convert string to float: Bremen 14 284 Region Name Bremen
no could not convert string to float: DE5 15 284 Region Code DE5
no could not convert string to float: .. 13 285 2014 ..
no could not convert string to float: Hamburg 14 285 Region Name Hamburg
no could not convert string to float: DE6 15 285 Region Code DE6
no could not convert string to float: .. 13 286 2014 ..
no could not convert string to float: Hesse 14 286 Region Name Hesse
no could not convert string to float: DE7 15 286 Region Code DE7
no could not convert string to float: .. 13 287 2014 ..
no could not convert string to float: Mecklenburg-Vorpommern 14 287 Region Name Mecklenburg-Vorpommern
no could not convert string to float: DE8 15 287 Region Code DE8
no could not convert string to float: .. 13 288 2014 ..
no could not convert string to float: Lower Saxony 14 288 Region Name Lower Saxony
no could not convert string to float: DE9 15 288 Region Code DE9
no could not convert string to float: .. 13 289 2014 ..
no could not convert string to float: North Rhine-Westphalia 14 289 Region Name North Rhine-Westphalia
no could not convert string to float: DEA 15 289 Region Code DEA
no could not convert string to float: .. 13 290 2014 ..
no could not convert string to float: Rhineland-Palatinate 14 290 Region Name Rhineland-Palatinate
no could not convert string to float: DEB 15 290 Region Code DEB
no could not convert string to float: .. 13 291 2014 ..
no could not convert string to float: Saarland 14 291 Region Name Saarland
no could not convert string to float: DEC 15 291 Region Code DEC
no could not convert string to float: .. 13 292 2014 ..
no could not convert string to float: Saxony 14 292 Region Name Saxony
no could not convert string to float: DED 15 292 Region Code DED
no could not convert string to float: .. 13 293 2014 ..
no could not convert string to float: Saxony-Anhalt 14 293 Region Name Saxony-Anhalt
no could not convert string to float: DEE 15 293 Region Code DEE
no could not convert string to float: .. 13 294 2014 ..
no could not convert string to float: Schleswig-Holstein 14 294 Region Name Schleswig-Holstein
no could not convert string to float: DEF 15 294 Region Code DEF
no could not convert string to float: .. 13 295 2014 ..
no could not convert string to float: Thuringia 14 295 Region Name Thuringia
no could not convert string to float: DEG 15 295 Region Code DEG
no could not convert string to float: .. 13 296 2014 ..
no could not convert string to float: Greece 14 296 Region Name Greece
no could not convert string to float: GRC 15 296 Region Code GRC
no could not convert string to float: .. 13 297 2014 ..
no could not convert string to float: East Macedonia - Thrace 14 297 Region Name East Macedonia - Thrace
no could not convert string to float: GR11 15 297 Region Code   GR11
no could not convert string to float: .. 13 298 2014 ..
no could not convert string to float: Central Macedonia 14 298 Region Name Central Macedonia
no could not convert string to float: GR12 15 298 Region Code   GR12
no could not convert string to float: .. 13 299 2014 ..
no could not convert string to float: West Macedonia 14 299 Region Name West Macedonia
no could not convert string to float: GR13 15 299 Region Code   GR13
no could not convert string to float: .. 13 300 2014 ..
no could not convert string to float: Thessaly 14 300 Region Name Thessaly
no could not convert string to float: GR14 15 300 Region Code   GR14
no could not convert string to float: .. 13 301 2014 ..
no could not convert string to float: Epirus 14 301 Region Name Epirus
no could not convert string to float: GR21 15 301 Region Code   GR21
no could not convert string to float: .. 13 302 2014 ..
no could not convert string to float: Ionian Islands 14 302 Region Name Ionian Islands
no could not convert string to float: GR22 15 302 Region Code   GR22
no could not convert string to float: .. 13 303 2014 ..
no could not convert string to float: West Greece 14 303 Region Name West Greece
no could not convert string to float: GR23 15 303 Region Code   GR23
no could not convert string to float: .. 13 304 2014 ..
no could not convert string to float: Central Greece 14 304 Region Name Central Greece
no could not convert string to float: GR24 15 304 Region Code   GR24
no could not convert string to float: .. 13 305 2014 ..
no could not convert string to float: Peloponnese 14 305 Region Name Peloponnese
no could not convert string to float: GR25 15 305 Region Code   GR25
no could not convert string to float: .. 13 306 2014 ..
no could not convert string to float: Attica 14 306 Region Name Attica
no could not convert string to float: GR30 15 306 Region Code   GR30
no could not convert string to float: .. 13 307 2014 ..
no could not convert string to float: North Aegean 14 307 Region Name North Aegean
no could not convert string to float: GR41 15 307 Region Code   GR41
no could not convert string to float: .. 13 308 2014 ..
no could not convert string to float: South Aegean 14 308 Region Name South Aegean
no could not convert string to float: GR42 15 308 Region Code   GR42
no could not convert string to float: .. 13 309 2014 ..
no could not convert string to float: Crete 14 309 Region Name Crete
no could not convert string to float: GR43 15 309 Region Code   GR43
no could not convert string to float: .. 13 310 2014 ..
no could not convert string to float: Hungary 14 310 Region Name Hungary
no could not convert string to float: HUN 15 310 Region Code HUN
no could not convert string to float: .. 13 311 2014 ..
no could not convert string to float: Central Hungary 14 311 Region Name Central Hungary
no could not convert string to float: HU10 15 311 Region Code HU10
no could not convert string to float: .. 12 312 2013 ..
no could not convert string to float: .. 13 312 2014 ..
no could not convert string to float: Budapest 14 312 Region Name Budapest
no could not convert string to float: HU101 15 312 Region Code   HU101
no could not convert string to float: .. 12 313 2013 ..
no could not convert string to float: .. 13 313 2014 ..
no could not convert string to float: Pest 14 313 Region Name Pest
no could not convert string to float: HU102 15 313 Region Code   HU102
no could not convert string to float: .. 13 314 2014 ..
no could not convert string to float: Central Transdanubia 14 314 Region Name Central Transdanubia
no could not convert string to float: HU21 15 314 Region Code HU21
no could not convert string to float: .. 12 315 2013 ..
no could not convert string to float: .. 13 315 2014 ..
no could not convert string to float: Fej�r 14 315 Region Name Fejér
no could not convert string to float: HU211 15 315 Region Code   HU211
no could not convert string to float: .. 12 316 2013 ..
no could not convert string to float: .. 13 316 2014 ..
no could not convert string to float: Kom�rom-Esztergom 14 316 Region Name Komárom-Esztergom
no could not convert string to float: HU212 15 316 Region Code   HU212
no could not convert string to float: .. 12 317 2013 ..
no could not convert string to float: .. 13 317 2014 ..
no could not convert string to float: Veszpr�m 14 317 Region Name Veszprém
no could not convert string to float: HU213 15 317 Region Code   HU213
no could not convert string to float: .. 13 318 2014 ..
no could not convert string to float: Western Transdanubia 14 318 Region Name Western Transdanubia
no could not convert string to float: HU22 15 318 Region Code HU22
no could not convert string to float: .. 12 319 2013 ..
no could not convert string to float: .. 13 319 2014 ..
no could not convert string to float: Gyor-Moson-Sopron 14 319 Region Name Gyor-Moson-Sopron
no could not convert string to float: HU221 15 319 Region Code   HU221
no could not convert string to float: .. 12 320 2013 ..
no could not convert string to float: .. 13 320 2014 ..
no could not convert string to float: Vas 14 320 Region Name Vas
no could not convert string to float: HU222 15 320 Region Code   HU222
no could not convert string to float: .. 12 321 2013 ..
no could not convert string to float: .. 13 321 2014 ..
no could not convert string to float: Zala 14 321 Region Name Zala
no could not convert string to float: HU223 15 321 Region Code   HU223
no could not convert string to float: .. 13 322 2014 ..
no could not convert string to float: Southern Transdanubia 14 322 Region Name Southern Transdanubia
no could not convert string to float: HU23 15 322 Region Code HU23
no could not convert string to float: .. 12 323 2013 ..
no could not convert string to float: .. 13 323 2014 ..
no could not convert string to float: Baranya 14 323 Region Name Baranya
no could not convert string to float: HU231 15 323 Region Code   HU231
no could not convert string to float: .. 12 324 2013 ..
no could not convert string to float: .. 13 324 2014 ..
no could not convert string to float: Somogy 14 324 Region Name Somogy
no could not convert string to float: HU232 15 324 Region Code   HU232
no could not convert string to float: .. 12 325 2013 ..
no could not convert string to float: .. 13 325 2014 ..
no could not convert string to float: Tolna 14 325 Region Name Tolna
no could not convert string to float: HU233 15 325 Region Code   HU233
no could not convert string to float: .. 13 326 2014 ..
no could not convert string to float: Northern Hungary 14 326 Region Name Northern Hungary
no could not convert string to float: HU31 15 326 Region Code HU31
no could not convert string to float: .. 12 327 2013 ..
no could not convert string to float: .. 13 327 2014 ..
no could not convert string to float: Borsod-Aba�j-Zempl�n 14 327 Region Name Borsod-Abaúj-Zemplén
no could not convert string to float: HU311 15 327 Region Code   HU311
no could not convert string to float: .. 12 328 2013 ..
no could not convert string to float: .. 13 328 2014 ..
no could not convert string to float: Heves 14 328 Region Name Heves
no could not convert string to float: HU312 15 328 Region Code   HU312
no could not convert string to float: .. 12 329 2013 ..
no could not convert string to float: .. 13 329 2014 ..
no could not convert string to float: N�gr�d 14 329 Region Name Nógrád
no could not convert string to float: HU313 15 329 Region Code   HU313
no could not convert string to float: .. 13 330 2014 ..
no could not convert string to float: Northern Great Plain 14 330 Region Name Northern Great Plain
no could not convert string to float: HU32 15 330 Region Code HU32
no could not convert string to float: .. 12 331 2013 ..
no could not convert string to float: .. 13 331 2014 ..
no could not convert string to float: Hajd�-Bihar 14 331 Region Name Hajdú-Bihar
no could not convert string to float: HU321 15 331 Region Code   HU321
no could not convert string to float: .. 12 332 2013 ..
no could not convert string to float: .. 13 332 2014 ..
no could not convert string to float: J�sz-Nagykun-Szolnok 14 332 Region Name Jász-Nagykun-Szolnok
no could not convert string to float: HU322 15 332 Region Code   HU322
no could not convert string to float: .. 12 333 2013 ..
no could not convert string to float: .. 13 333 2014 ..
no could not convert string to float: Szabolcs-Szatm�r-Bereg 14 333 Region Name Szabolcs-Szatmár-Bereg
no could not convert string to float: HU323 15 333 Region Code   HU323
no could not convert string to float: .. 13 334 2014 ..
no could not convert string to float: Southern Great Plain 14 334 Region Name Southern Great Plain
no could not convert string to float: HU33 15 334 Region Code HU33
no could not convert string to float: .. 12 335 2013 ..
no could not convert string to float: .. 13 335 2014 ..
no could not convert string to float: B�cs-Kiskun 14 335 Region Name Bács-Kiskun
no could not convert string to float: HU331 15 335 Region Code   HU331
no could not convert string to float: .. 12 336 2013 ..
no could not convert string to float: .. 13 336 2014 ..
no could not convert string to float: B�k�s 14 336 Region Name Békés
no could not convert string to float: HU332 15 336 Region Code   HU332
no could not convert string to float: .. 12 337 2013 ..
no could not convert string to float: .. 13 337 2014 ..
no could not convert string to float: Csongr�d 14 337 Region Name Csongrád
no could not convert string to float: HU333 15 337 Region Code   HU333
no could not convert string to float: .. 13 338 2014 ..
no could not convert string to float: Iceland 14 338 Region Name Iceland
no could not convert string to float: ISL 15 338 Region Code ISL
no could not convert string to float: .. 13 339 2014 ..
no could not convert string to float: Ireland 14 339 Region Name Ireland
no could not convert string to float: IRL 15 339 Region Code IRL
no could not convert string to float: .. 13 340 2014 ..
no could not convert string to float: Border, Midland and Western 14 340 Region Name Border, Midland and Western
no could not convert string to float: IE01 15 340 Region Code IE01
no could not convert string to float: .. 12 341 2013 ..
no could not convert string to float: .. 13 341 2014 ..
no could not convert string to float: Border 14 341 Region Name Border
no could not convert string to float: IE011 15 341 Region Code   IE011
no could not convert string to float: .. 12 342 2013 ..
no could not convert string to float: .. 13 342 2014 ..
no could not convert string to float: Midlands 14 342 Region Name Midlands
no could not convert string to float: IE012 15 342 Region Code   IE012
no could not convert string to float: .. 12 343 2013 ..
no could not convert string to float: .. 13 343 2014 ..
no could not convert string to float: West 14 343 Region Name West
no could not convert string to float: IE013 15 343 Region Code   IE013
no could not convert string to float: .. 13 344 2014 ..
no could not convert string to float: Southern and Eastern 14 344 Region Name Southern and Eastern
no could not convert string to float: IE02 15 344 Region Code IE02
no could not convert string to float: .. 12 345 2013 ..
no could not convert string to float: .. 13 345 2014 ..
no could not convert string to float: Dublin 14 345 Region Name Dublin
no could not convert string to float: IE021 15 345 Region Code   IE021
no could not convert string to float: .. 12 346 2013 ..
no could not convert string to float: .. 13 346 2014 ..
no could not convert string to float: Mid-East 14 346 Region Name Mid-East
no could not convert string to float: IE022 15 346 Region Code   IE022
no could not convert string to float: .. 12 347 2013 ..
no could not convert string to float: .. 13 347 2014 ..
no could not convert string to float: Mid-West 14 347 Region Name Mid-West
no could not convert string to float: IE023 15 347 Region Code   IE023
no could not convert string to float: .. 12 348 2013 ..
no could not convert string to float: .. 13 348 2014 ..
no could not convert string to float: South-East (IE) 14 348 Region Name South-East (IE)
no could not convert string to float: IE024 15 348 Region Code   IE024
no could not convert string to float: .. 12 349 2013 ..
no could not convert string to float: .. 13 349 2014 ..
no could not convert string to float: South-West (IE) 14 349 Region Name South-West (IE)
no could not convert string to float: IE025 15 349 Region Code   IE025
no could not convert string to float: Israel 14 350 Region Name Israel
no could not convert string to float: ISR 15 350 Region Code ISR
no could not convert string to float: .. 13 351 2014 ..
no could not convert string to float: Italy 14 351 Region Name Italy
no could not convert string to float: ITA 15 351 Region Code ITA
no could not convert string to float: .. 13 352 2014 ..
no could not convert string to float: Piedmont 14 352 Region Name Piedmont
no could not convert string to float: ITC1 15 352 Region Code ITC1
no could not convert string to float: .. 12 353 2013 ..
no could not convert string to float: .. 13 353 2014 ..
no could not convert string to float: Turin 14 353 Region Name Turin
no could not convert string to float: ITC11 15 353 Region Code   ITC11
no could not convert string to float: .. 12 354 2013 ..
no could not convert string to float: .. 13 354 2014 ..
no could not convert string to float: Vercelli 14 354 Region Name Vercelli
no could not convert string to float: ITC12 15 354 Region Code   ITC12
no could not convert string to float: .. 12 355 2013 ..
no could not convert string to float: .. 13 355 2014 ..
no could not convert string to float: Biella 14 355 Region Name Biella
no could not convert string to float: ITC13 15 355 Region Code   ITC13
no could not convert string to float: .. 12 356 2013 ..
no could not convert string to float: .. 13 356 2014 ..
no could not convert string to float: Verbano-Cusio-Ossola 14 356 Region Name Verbano-Cusio-Ossola
no could not convert string to float: ITC14 15 356 Region Code   ITC14
no could not convert string to float: .. 12 357 2013 ..
no could not convert string to float: .. 13 357 2014 ..
no could not convert string to float: Novara 14 357 Region Name Novara
no could not convert string to float: ITC15 15 357 Region Code   ITC15
no could not convert string to float: .. 12 358 2013 ..
no could not convert string to float: .. 13 358 2014 ..
no could not convert string to float: Cuneo 14 358 Region Name Cuneo
no could not convert string to float: ITC16 15 358 Region Code   ITC16
no could not convert string to float: .. 12 359 2013 ..
no could not convert string to float: .. 13 359 2014 ..
no could not convert string to float: Asti 14 359 Region Name Asti
no could not convert string to float: ITC17 15 359 Region Code   ITC17
no could not convert string to float: .. 12 360 2013 ..
no could not convert string to float: .. 13 360 2014 ..
no could not convert string to float: Alessandria 14 360 Region Name Alessandria
no could not convert string to float: ITC18 15 360 Region Code   ITC18
no could not convert string to float: .. 13 361 2014 ..
no could not convert string to float: Aosta Valley 14 361 Region Name Aosta Valley
no could not convert string to float: ITC2 15 361 Region Code ITC2
no could not convert string to float: .. 12 362 2013 ..
no could not convert string to float: .. 13 362 2014 ..
no could not convert string to float: Aosta Valley 14 362 Region Name Aosta Valley
no could not convert string to float: ITC20 15 362 Region Code   ITC20
no could not convert string to float: .. 13 363 2014 ..
no could not convert string to float: Liguria 14 363 Region Name Liguria
no could not convert string to float: ITC3 15 363 Region Code ITC3
no could not convert string to float: .. 12 364 2013 ..
no could not convert string to float: .. 13 364 2014 ..
no could not convert string to float: Imperia 14 364 Region Name Imperia
no could not convert string to float: ITC31 15 364 Region Code   ITC31
no could not convert string to float: .. 12 365 2013 ..
no could not convert string to float: .. 13 365 2014 ..
no could not convert string to float: Savona 14 365 Region Name Savona
no could not convert string to float: ITC32 15 365 Region Code   ITC32
no could not convert string to float: .. 12 366 2013 ..
no could not convert string to float: .. 13 366 2014 ..
no could not convert string to float: Genoa 14 366 Region Name Genoa
no could not convert string to float: ITC33 15 366 Region Code   ITC33
no could not convert string to float: .. 12 367 2013 ..
no could not convert string to float: .. 13 367 2014 ..
no could not convert string to float: La Spezia 14 367 Region Name La Spezia
no could not convert string to float: ITC34 15 367 Region Code   ITC34
no could not convert string to float: .. 13 368 2014 ..
no could not convert string to float: Lombardy 14 368 Region Name Lombardy
no could not convert string to float: ITC4 15 368 Region Code ITC4
no could not convert string to float: .. 12 369 2013 ..
no could not convert string to float: .. 13 369 2014 ..
no could not convert string to float: Varese 14 369 Region Name Varese
no could not convert string to float: ITC41 15 369 Region Code   ITC41
no could not convert string to float: .. 12 370 2013 ..
no could not convert string to float: .. 13 370 2014 ..
no could not convert string to float: Como 14 370 Region Name Como
no could not convert string to float: ITC42 15 370 Region Code   ITC42
no could not convert string to float: .. 12 371 2013 ..
no could not convert string to float: .. 13 371 2014 ..
no could not convert string to float: Lecco 14 371 Region Name Lecco
no could not convert string to float: ITC43 15 371 Region Code   ITC43
no could not convert string to float: .. 12 372 2013 ..
no could not convert string to float: .. 13 372 2014 ..
no could not convert string to float: Sondrio 14 372 Region Name Sondrio
no could not convert string to float: ITC44 15 372 Region Code   ITC44
no could not convert string to float: .. 12 373 2013 ..
no could not convert string to float: .. 13 373 2014 ..
no could not convert string to float: Bergamo 14 373 Region Name Bergamo
no could not convert string to float: ITC46 15 373 Region Code   ITC46
no could not convert string to float: .. 12 374 2013 ..
no could not convert string to float: .. 13 374 2014 ..
no could not convert string to float: Brescia 14 374 Region Name Brescia
no could not convert string to float: ITC47 15 374 Region Code   ITC47
no could not convert string to float: .. 12 375 2013 ..
no could not convert string to float: .. 13 375 2014 ..
no could not convert string to float: Pavia 14 375 Region Name Pavia
no could not convert string to float: ITC48 15 375 Region Code   ITC48
no could not convert string to float: .. 12 376 2013 ..
no could not convert string to float: .. 13 376 2014 ..
no could not convert string to float: Lodi 14 376 Region Name Lodi
no could not convert string to float: ITC49 15 376 Region Code   ITC49
no could not convert string to float: .. 12 377 2013 ..
no could not convert string to float: .. 13 377 2014 ..
no could not convert string to float: Cremona 14 377 Region Name Cremona
no could not convert string to float: ITC4A 15 377 Region Code   ITC4A
no could not convert string to float: .. 12 378 2013 ..
no could not convert string to float: .. 13 378 2014 ..
no could not convert string to float: Mantua 14 378 Region Name Mantua
no could not convert string to float: ITC4B 15 378 Region Code   ITC4B
no could not convert string to float: .. 12 379 2013 ..
no could not convert string to float: .. 13 379 2014 ..
no could not convert string to float: Milan 14 379 Region Name Milan
no could not convert string to float: ITC4C 15 379 Region Code   ITC4C
no could not convert string to float: .. 12 380 2013 ..
no could not convert string to float: .. 13 380 2014 ..
no could not convert string to float: Monza and Brianza 14 380 Region Name Monza and Brianza
no could not convert string to float: ITC4D 15 380 Region Code   ITC4D
no could not convert string to float: .. 13 381 2014 ..
no could not convert string to float: Abruzzo 14 381 Region Name Abruzzo
no could not convert string to float: ITF1 15 381 Region Code ITF1
no could not convert string to float: .. 12 382 2013 ..
no could not convert string to float: .. 13 382 2014 ..
no could not convert string to float: L'Aquila 14 382 Region Name L'Aquila
no could not convert string to float: ITF11 15 382 Region Code   ITF11
no could not convert string to float: .. 12 383 2013 ..
no could not convert string to float: .. 13 383 2014 ..
no could not convert string to float: Teramo 14 383 Region Name Teramo
no could not convert string to float: ITF12 15 383 Region Code   ITF12
no could not convert string to float: .. 12 384 2013 ..
no could not convert string to float: .. 13 384 2014 ..
no could not convert string to float: Pescara 14 384 Region Name Pescara
no could not convert string to float: ITF13 15 384 Region Code   ITF13
no could not convert string to float: .. 12 385 2013 ..
no could not convert string to float: .. 13 385 2014 ..
no could not convert string to float: Chieti 14 385 Region Name Chieti
no could not convert string to float: ITF14 15 385 Region Code   ITF14
no could not convert string to float: .. 13 386 2014 ..
no could not convert string to float: Molise 14 386 Region Name Molise
no could not convert string to float: ITF2 15 386 Region Code ITF2
no could not convert string to float: .. 12 387 2013 ..
no could not convert string to float: .. 13 387 2014 ..
no could not convert string to float: Isernia 14 387 Region Name Isernia
no could not convert string to float: ITF21 15 387 Region Code   ITF21
no could not convert string to float: .. 12 388 2013 ..
no could not convert string to float: .. 13 388 2014 ..
no could not convert string to float: Campobasso 14 388 Region Name Campobasso
no could not convert string to float: ITF22 15 388 Region Code   ITF22
no could not convert string to float: .. 13 389 2014 ..
no could not convert string to float: Campania 14 389 Region Name Campania
no could not convert string to float: ITF3 15 389 Region Code ITF3
no could not convert string to float: .. 12 390 2013 ..
no could not convert string to float: .. 13 390 2014 ..
no could not convert string to float: Caserta 14 390 Region Name Caserta
no could not convert string to float: ITF31 15 390 Region Code   ITF31
no could not convert string to float: .. 12 391 2013 ..
no could not convert string to float: .. 13 391 2014 ..
no could not convert string to float: Benevento 14 391 Region Name Benevento
no could not convert string to float: ITF32 15 391 Region Code   ITF32
no could not convert string to float: .. 12 392 2013 ..
no could not convert string to float: .. 13 392 2014 ..
no could not convert string to float: Naples 14 392 Region Name Naples
no could not convert string to float: ITF33 15 392 Region Code   ITF33
no could not convert string to float: .. 12 393 2013 ..
no could not convert string to float: .. 13 393 2014 ..
no could not convert string to float: Avellino 14 393 Region Name Avellino
no could not convert string to float: ITF34 15 393 Region Code   ITF34
no could not convert string to float: .. 12 394 2013 ..
no could not convert string to float: .. 13 394 2014 ..
no could not convert string to float: Salerno 14 394 Region Name Salerno
no could not convert string to float: ITF35 15 394 Region Code   ITF35
no could not convert string to float: .. 13 395 2014 ..
no could not convert string to float: Apulia 14 395 Region Name Apulia
no could not convert string to float: ITF4 15 395 Region Code ITF4
no could not convert string to float: .. 12 396 2013 ..
no could not convert string to float: .. 13 396 2014 ..
no could not convert string to float: Taranto 14 396 Region Name Taranto
no could not convert string to float: ITF43 15 396 Region Code   ITF43
no could not convert string to float: .. 12 397 2013 ..
no could not convert string to float: .. 13 397 2014 ..
no could not convert string to float: Brindisi 14 397 Region Name Brindisi
no could not convert string to float: ITF44 15 397 Region Code   ITF44
no could not convert string to float: .. 12 398 2013 ..
no could not convert string to float: .. 13 398 2014 ..
no could not convert string to float: Lecce 14 398 Region Name Lecce
no could not convert string to float: ITF45 15 398 Region Code   ITF45
no could not convert string to float: .. 12 399 2013 ..
no could not convert string to float: .. 13 399 2014 ..
no could not convert string to float: Foggia 14 399 Region Name Foggia
no could not convert string to float: ITF46 15 399 Region Code   ITF46
no could not convert string to float: .. 12 400 2013 ..
no could not convert string to float: .. 13 400 2014 ..
no could not convert string to float: Bari 14 400 Region Name Bari
no could not convert string to float: ITF47 15 400 Region Code   ITF47
no could not convert string to float: .. 12 401 2013 ..
no could not convert string to float: .. 13 401 2014 ..
no could not convert string to float: Barletta-Andria-Trani 14 401 Region Name Barletta-Andria-Trani
no could not convert string to float: ITF48 15 401 Region Code   ITF48
no could not convert string to float: .. 13 402 2014 ..
no could not convert string to float: Basilicata 14 402 Region Name Basilicata
no could not convert string to float: ITF5 15 402 Region Code ITF5
no could not convert string to float: .. 12 403 2013 ..
no could not convert string to float: .. 13 403 2014 ..
no could not convert string to float: Potenza 14 403 Region Name Potenza
no could not convert string to float: ITF51 15 403 Region Code   ITF51
no could not convert string to float: .. 12 404 2013 ..
no could not convert string to float: .. 13 404 2014 ..
no could not convert string to float: Matera 14 404 Region Name Matera
no could not convert string to float: ITF52 15 404 Region Code   ITF52
no could not convert string to float: .. 13 405 2014 ..
no could not convert string to float: Calabria 14 405 Region Name Calabria
no could not convert string to float: ITF6 15 405 Region Code ITF6
no could not convert string to float: .. 12 406 2013 ..
no could not convert string to float: .. 13 406 2014 ..
no could not convert string to float: Cosenza 14 406 Region Name Cosenza
no could not convert string to float: ITF61 15 406 Region Code   ITF61
no could not convert string to float: .. 12 407 2013 ..
no could not convert string to float: .. 13 407 2014 ..
no could not convert string to float: Crotone 14 407 Region Name Crotone
no could not convert string to float: ITF62 15 407 Region Code   ITF62
no could not convert string to float: .. 12 408 2013 ..
no could not convert string to float: .. 13 408 2014 ..
no could not convert string to float: Catanzaro 14 408 Region Name Catanzaro
no could not convert string to float: ITF63 15 408 Region Code   ITF63
no could not convert string to float: .. 12 409 2013 ..
no could not convert string to float: .. 13 409 2014 ..
no could not convert string to float: Vibo Valentia 14 409 Region Name Vibo Valentia
no could not convert string to float: ITF64 15 409 Region Code   ITF64
no could not convert string to float: .. 12 410 2013 ..
no could not convert string to float: .. 13 410 2014 ..
no could not convert string to float: Reggio di Calabria 14 410 Region Name Reggio di Calabria
no could not convert string to float: ITF65 15 410 Region Code   ITF65
no could not convert string to float: .. 13 411 2014 ..
no could not convert string to float: Sicily 14 411 Region Name Sicily
no could not convert string to float: ITG1 15 411 Region Code ITG1
no could not convert string to float: .. 12 412 2013 ..
no could not convert string to float: .. 13 412 2014 ..
no could not convert string to float: Trapani 14 412 Region Name Trapani
no could not convert string to float: ITG11 15 412 Region Code   ITG11
no could not convert string to float: .. 12 413 2013 ..
no could not convert string to float: .. 13 413 2014 ..
no could not convert string to float: Palermo 14 413 Region Name Palermo
no could not convert string to float: ITG12 15 413 Region Code   ITG12
no could not convert string to float: .. 12 414 2013 ..
no could not convert string to float: .. 13 414 2014 ..
no could not convert string to float: Messina 14 414 Region Name Messina
no could not convert string to float: ITG13 15 414 Region Code   ITG13
no could not convert string to float: .. 12 415 2013 ..
no could not convert string to float: .. 13 415 2014 ..
no could not convert string to float: Agrigento 14 415 Region Name Agrigento
no could not convert string to float: ITG14 15 415 Region Code   ITG14
no could not convert string to float: .. 12 416 2013 ..
no could not convert string to float: .. 13 416 2014 ..
no could not convert string to float: Caltanissetta 14 416 Region Name Caltanissetta
no could not convert string to float: ITG15 15 416 Region Code   ITG15
no could not convert string to float: .. 12 417 2013 ..
no could not convert string to float: .. 13 417 2014 ..
no could not convert string to float: Enna 14 417 Region Name Enna
no could not convert string to float: ITG16 15 417 Region Code   ITG16
no could not convert string to float: .. 12 418 2013 ..
no could not convert string to float: .. 13 418 2014 ..
no could not convert string to float: Catania 14 418 Region Name Catania
no could not convert string to float: ITG17 15 418 Region Code   ITG17
no could not convert string to float: .. 12 419 2013 ..
no could not convert string to float: .. 13 419 2014 ..
no could not convert string to float: Ragusa 14 419 Region Name Ragusa
no could not convert string to float: ITG18 15 419 Region Code   ITG18
no could not convert string to float: .. 12 420 2013 ..
no could not convert string to float: .. 13 420 2014 ..
no could not convert string to float: Siracusa 14 420 Region Name Siracusa
no could not convert string to float: ITG19 15 420 Region Code   ITG19
no could not convert string to float: .. 13 421 2014 ..
no could not convert string to float: Sardinia 14 421 Region Name Sardinia
no could not convert string to float: ITG2 15 421 Region Code ITG2
no could not convert string to float: .. 12 422 2013 ..
no could not convert string to float: .. 13 422 2014 ..
no could not convert string to float: Sassari 14 422 Region Name Sassari
no could not convert string to float: ITG25 15 422 Region Code   ITG25
no could not convert string to float: .. 12 423 2013 ..
no could not convert string to float: .. 13 423 2014 ..
no could not convert string to float: Nuoro 14 423 Region Name Nuoro
no could not convert string to float: ITG26 15 423 Region Code   ITG26
no could not convert string to float: .. 12 424 2013 ..
no could not convert string to float: .. 13 424 2014 ..
no could not convert string to float: Cagliari 14 424 Region Name Cagliari
no could not convert string to float: ITG27 15 424 Region Code   ITG27
no could not convert string to float: .. 12 425 2013 ..
no could not convert string to float: .. 13 425 2014 ..
no could not convert string to float: Oristano 14 425 Region Name Oristano
no could not convert string to float: ITG28 15 425 Region Code   ITG28
no could not convert string to float: .. 12 426 2013 ..
no could not convert string to float: .. 13 426 2014 ..
no could not convert string to float: Olbia-Tempio 14 426 Region Name Olbia-Tempio
no could not convert string to float: ITG29 15 426 Region Code   ITG29
no could not convert string to float: .. 12 427 2013 ..
no could not convert string to float: .. 13 427 2014 ..
no could not convert string to float: Ogliastra 14 427 Region Name Ogliastra
no could not convert string to float: ITG2A 15 427 Region Code   ITG2A
no could not convert string to float: .. 12 428 2013 ..
no could not convert string to float: .. 13 428 2014 ..
no could not convert string to float: Medio Campidano 14 428 Region Name Medio Campidano
no could not convert string to float: ITG2B 15 428 Region Code   ITG2B
no could not convert string to float: .. 12 429 2013 ..
no could not convert string to float: .. 13 429 2014 ..
no could not convert string to float: Carbonia-Iglesias 14 429 Region Name Carbonia-Iglesias
no could not convert string to float: ITG2C 15 429 Region Code   ITG2C
no could not convert string to float: .. 13 430 2014 ..
no could not convert string to float: Province of Bolzano-Bozen 14 430 Region Name Province of Bolzano-Bozen
no could not convert string to float: ITH1 15 430 Region Code ITH1
no could not convert string to float: .. 12 431 2013 ..
no could not convert string to float: .. 13 431 2014 ..
no could not convert string to float: Bolzano-Bozen 14 431 Region Name Bolzano-Bozen
no could not convert string to float: ITH10 15 431 Region Code   ITH10
no could not convert string to float: .. 13 432 2014 ..
no could not convert string to float: Province of Trento 14 432 Region Name Province of Trento
no could not convert string to float: ITH2 15 432 Region Code ITH2
no could not convert string to float: .. 12 433 2013 ..
no could not convert string to float: .. 13 433 2014 ..
no could not convert string to float: Trento 14 433 Region Name Trento
no could not convert string to float: ITH20 15 433 Region Code   ITH20
no could not convert string to float: .. 13 434 2014 ..
no could not convert string to float: Veneto 14 434 Region Name Veneto
no could not convert string to float: ITH3 15 434 Region Code ITH3
no could not convert string to float: .. 12 435 2013 ..
no could not convert string to float: .. 13 435 2014 ..
no could not convert string to float: Verona 14 435 Region Name Verona
no could not convert string to float: ITH31 15 435 Region Code   ITH31
no could not convert string to float: .. 12 436 2013 ..
no could not convert string to float: .. 13 436 2014 ..
no could not convert string to float: Vicenza 14 436 Region Name Vicenza
no could not convert string to float: ITH32 15 436 Region Code   ITH32
no could not convert string to float: .. 12 437 2013 ..
no could not convert string to float: .. 13 437 2014 ..
no could not convert string to float: Belluno 14 437 Region Name Belluno
no could not convert string to float: ITH33 15 437 Region Code   ITH33
no could not convert string to float: .. 12 438 2013 ..
no could not convert string to float: .. 13 438 2014 ..
no could not convert string to float: Treviso 14 438 Region Name Treviso
no could not convert string to float: ITH34 15 438 Region Code   ITH34
no could not convert string to float: .. 12 439 2013 ..
no could not convert string to float: .. 13 439 2014 ..
no could not convert string to float: Venice 14 439 Region Name Venice
no could not convert string to float: ITH35 15 439 Region Code   ITH35
no could not convert string to float: .. 12 440 2013 ..
no could not convert string to float: .. 13 440 2014 ..
no could not convert string to float: Padua 14 440 Region Name Padua
no could not convert string to float: ITH36 15 440 Region Code   ITH36
no could not convert string to float: .. 12 441 2013 ..
no could not convert string to float: .. 13 441 2014 ..
no could not convert string to float: Rovigo 14 441 Region Name Rovigo
no could not convert string to float: ITH37 15 441 Region Code   ITH37
no could not convert string to float: .. 13 442 2014 ..
no could not convert string to float: Friuli-Venezia Giulia 14 442 Region Name Friuli-Venezia Giulia
no could not convert string to float: ITH4 15 442 Region Code ITH4
no could not convert string to float: .. 12 443 2013 ..
no could not convert string to float: .. 13 443 2014 ..
no could not convert string to float: Pordenone 14 443 Region Name Pordenone
no could not convert string to float: ITH41 15 443 Region Code   ITH41
no could not convert string to float: .. 12 444 2013 ..
no could not convert string to float: .. 13 444 2014 ..
no could not convert string to float: Udine 14 444 Region Name Udine
no could not convert string to float: ITH42 15 444 Region Code   ITH42
no could not convert string to float: .. 12 445 2013 ..
no could not convert string to float: .. 13 445 2014 ..
no could not convert string to float: Gorizia 14 445 Region Name Gorizia
no could not convert string to float: ITH43 15 445 Region Code   ITH43
no could not convert string to float: .. 12 446 2013 ..
no could not convert string to float: .. 13 446 2014 ..
no could not convert string to float: Trieste 14 446 Region Name Trieste
no could not convert string to float: ITH44 15 446 Region Code   ITH44
no could not convert string to float: .. 13 447 2014 ..
no could not convert string to float: Emilia-Romagna 14 447 Region Name Emilia-Romagna
no could not convert string to float: ITH5 15 447 Region Code ITH5
no could not convert string to float: .. 12 448 2013 ..
no could not convert string to float: .. 13 448 2014 ..
no could not convert string to float: Piacenza 14 448 Region Name Piacenza
no could not convert string to float: ITH51 15 448 Region Code   ITH51
no could not convert string to float: .. 12 449 2013 ..
no could not convert string to float: .. 13 449 2014 ..
no could not convert string to float: Parma 14 449 Region Name Parma
no could not convert string to float: ITH52 15 449 Region Code   ITH52
no could not convert string to float: .. 12 450 2013 ..
no could not convert string to float: .. 13 450 2014 ..
no could not convert string to float: Reggio Nell'Emilia 14 450 Region Name Reggio Nell'Emilia
no could not convert string to float: ITH53 15 450 Region Code   ITH53
no could not convert string to float: .. 12 451 2013 ..
no could not convert string to float: .. 13 451 2014 ..
no could not convert string to float: Modena 14 451 Region Name Modena
no could not convert string to float: ITH54 15 451 Region Code   ITH54
no could not convert string to float: .. 12 452 2013 ..
no could not convert string to float: .. 13 452 2014 ..
no could not convert string to float: Bologna 14 452 Region Name Bologna
no could not convert string to float: ITH55 15 452 Region Code   ITH55
no could not convert string to float: .. 12 453 2013 ..
no could not convert string to float: .. 13 453 2014 ..
no could not convert string to float: Ferrara 14 453 Region Name Ferrara
no could not convert string to float: ITH56 15 453 Region Code   ITH56
no could not convert string to float: .. 12 454 2013 ..
no could not convert string to float: .. 13 454 2014 ..
no could not convert string to float: Ravenna 14 454 Region Name Ravenna
no could not convert string to float: ITH57 15 454 Region Code   ITH57
no could not convert string to float: .. 12 455 2013 ..
no could not convert string to float: .. 13 455 2014 ..
no could not convert string to float: Forl�-Cesena 14 455 Region Name Forlì-Cesena
no could not convert string to float: ITH58 15 455 Region Code   ITH58
no could not convert string to float: .. 12 456 2013 ..
no could not convert string to float: .. 13 456 2014 ..
no could not convert string to float: Rimini 14 456 Region Name Rimini
no could not convert string to float: ITH59 15 456 Region Code   ITH59
no could not convert string to float: .. 13 457 2014 ..
no could not convert string to float: Tuscany 14 457 Region Name Tuscany
no could not convert string to float: ITI1 15 457 Region Code ITI1
no could not convert string to float: .. 12 458 2013 ..
no could not convert string to float: .. 13 458 2014 ..
no could not convert string to float: Massa-Carrara 14 458 Region Name Massa-Carrara
no could not convert string to float: ITI11 15 458 Region Code   ITI11
no could not convert string to float: .. 12 459 2013 ..
no could not convert string to float: .. 13 459 2014 ..
no could not convert string to float: Lucca 14 459 Region Name Lucca
no could not convert string to float: ITI12 15 459 Region Code   ITI12
no could not convert string to float: .. 12 460 2013 ..
no could not convert string to float: .. 13 460 2014 ..
no could not convert string to float: Pistoia 14 460 Region Name Pistoia
no could not convert string to float: ITI13 15 460 Region Code   ITI13
no could not convert string to float: .. 12 461 2013 ..
no could not convert string to float: .. 13 461 2014 ..
no could not convert string to float: Florence 14 461 Region Name Florence
no could not convert string to float: ITI14 15 461 Region Code   ITI14
no could not convert string to float: .. 12 462 2013 ..
no could not convert string to float: .. 13 462 2014 ..
no could not convert string to float: Prato 14 462 Region Name Prato
no could not convert string to float: ITI15 15 462 Region Code   ITI15
no could not convert string to float: .. 12 463 2013 ..
no could not convert string to float: .. 13 463 2014 ..
no could not convert string to float: Livorno 14 463 Region Name Livorno
no could not convert string to float: ITI16 15 463 Region Code   ITI16
no could not convert string to float: .. 12 464 2013 ..
no could not convert string to float: .. 13 464 2014 ..
no could not convert string to float: Pisa 14 464 Region Name Pisa
no could not convert string to float: ITI17 15 464 Region Code   ITI17
no could not convert string to float: .. 12 465 2013 ..
no could not convert string to float: .. 13 465 2014 ..
no could not convert string to float: Arezzo 14 465 Region Name Arezzo
no could not convert string to float: ITI18 15 465 Region Code   ITI18
no could not convert string to float: .. 12 466 2013 ..
no could not convert string to float: .. 13 466 2014 ..
no could not convert string to float: Siena 14 466 Region Name Siena
no could not convert string to float: ITI19 15 466 Region Code   ITI19
no could not convert string to float: .. 12 467 2013 ..
no could not convert string to float: .. 13 467 2014 ..
no could not convert string to float: Grosseto 14 467 Region Name Grosseto
no could not convert string to float: ITI1A 15 467 Region Code   ITI1A
no could not convert string to float: .. 13 468 2014 ..
no could not convert string to float: Umbria 14 468 Region Name Umbria
no could not convert string to float: ITI2 15 468 Region Code ITI2
no could not convert string to float: .. 12 469 2013 ..
no could not convert string to float: .. 13 469 2014 ..
no could not convert string to float: Perugia 14 469 Region Name Perugia
no could not convert string to float: ITI21 15 469 Region Code   ITI21
no could not convert string to float: .. 12 470 2013 ..
no could not convert string to float: .. 13 470 2014 ..
no could not convert string to float: Terni 14 470 Region Name Terni
no could not convert string to float: ITI22 15 470 Region Code   ITI22
no could not convert string to float: .. 13 471 2014 ..
no could not convert string to float: Marche 14 471 Region Name Marche
no could not convert string to float: ITI3 15 471 Region Code ITI3
no could not convert string to float: .. 12 472 2013 ..
no could not convert string to float: .. 13 472 2014 ..
no could not convert string to float: Pesaro e Urbino 14 472 Region Name Pesaro e Urbino
no could not convert string to float: ITI31 15 472 Region Code   ITI31
no could not convert string to float: .. 12 473 2013 ..
no could not convert string to float: .. 13 473 2014 ..
no could not convert string to float: Ancona 14 473 Region Name Ancona
no could not convert string to float: ITI32 15 473 Region Code   ITI32
no could not convert string to float: .. 12 474 2013 ..
no could not convert string to float: .. 13 474 2014 ..
no could not convert string to float: Macerata 14 474 Region Name Macerata
no could not convert string to float: ITI33 15 474 Region Code   ITI33
no could not convert string to float: .. 12 475 2013 ..
no could not convert string to float: .. 13 475 2014 ..
no could not convert string to float: Ascoli Piceno 14 475 Region Name Ascoli Piceno
no could not convert string to float: ITI34 15 475 Region Code   ITI34
no could not convert string to float: .. 12 476 2013 ..
no could not convert string to float: .. 13 476 2014 ..
no could not convert string to float: Fermo 14 476 Region Name Fermo
no could not convert string to float: ITI35 15 476 Region Code   ITI35
no could not convert string to float: .. 13 477 2014 ..
no could not convert string to float: Lazio 14 477 Region Name Lazio
no could not convert string to float: ITI4 15 477 Region Code ITI4
no could not convert string to float: .. 12 478 2013 ..
no could not convert string to float: .. 13 478 2014 ..
no could not convert string to float: Viterbo 14 478 Region Name Viterbo
no could not convert string to float: ITI41 15 478 Region Code   ITI41
no could not convert string to float: .. 12 479 2013 ..
no could not convert string to float: .. 13 479 2014 ..
no could not convert string to float: Rieti 14 479 Region Name Rieti
no could not convert string to float: ITI42 15 479 Region Code   ITI42
no could not convert string to float: .. 12 480 2013 ..
no could not convert string to float: .. 13 480 2014 ..
no could not convert string to float: Rome 14 480 Region Name Rome
no could not convert string to float: ITI43 15 480 Region Code   ITI43
no could not convert string to float: .. 12 481 2013 ..
no could not convert string to float: .. 13 481 2014 ..
no could not convert string to float: Latina 14 481 Region Name Latina
no could not convert string to float: ITI44 15 481 Region Code   ITI44
no could not convert string to float: .. 12 482 2013 ..
no could not convert string to float: .. 13 482 2014 ..
no could not convert string to float: Frosinone 14 482 Region Name Frosinone
no could not convert string to float: ITI45 15 482 Region Code   ITI45
no could not convert string to float: .. 12 483 2013 ..
no could not convert string to float: .. 13 483 2014 ..
no could not convert string to float: Japan 14 483 Region Name Japan
no could not convert string to float: JPN 15 483 Region Code JPN
no could not convert string to float: .. 12 484 2013 ..
no could not convert string to float: .. 13 484 2014 ..
no could not convert string to float: Hokkaido 14 484 Region Name Hokkaido
no could not convert string to float: JPA 15 484 Region Code JPA
no could not convert string to float: .. 12 485 2013 ..
no could not convert string to float: .. 13 485 2014 ..
no could not convert string to float: Hokkaido 14 485 Region Name Hokkaido
no could not convert string to float: JPA01 15 485 Region Code   JPA01
no could not convert string to float: .. 12 486 2013 ..
no could not convert string to float: .. 13 486 2014 ..
no could not convert string to float: Tohoku 14 486 Region Name Tohoku
no could not convert string to float: JPB 15 486 Region Code JPB
no could not convert string to float: .. 12 487 2013 ..
no could not convert string to float: .. 13 487 2014 ..
no could not convert string to float: Aomori 14 487 Region Name Aomori
no could not convert string to float: JPB02 15 487 Region Code   JPB02
no could not convert string to float: .. 12 488 2013 ..
no could not convert string to float: .. 13 488 2014 ..
no could not convert string to float: Iwate 14 488 Region Name Iwate
no could not convert string to float: JPB03 15 488 Region Code   JPB03
no could not convert string to float: .. 12 489 2013 ..
no could not convert string to float: .. 13 489 2014 ..
no could not convert string to float: Miyagi 14 489 Region Name Miyagi
no could not convert string to float: JPB04 15 489 Region Code   JPB04
no could not convert string to float: .. 12 490 2013 ..
no could not convert string to float: .. 13 490 2014 ..
no could not convert string to float: Akita 14 490 Region Name Akita
no could not convert string to float: JPB05 15 490 Region Code   JPB05
no could not convert string to float: .. 12 491 2013 ..
no could not convert string to float: .. 13 491 2014 ..
no could not convert string to float: Yamagata 14 491 Region Name Yamagata
no could not convert string to float: JPB06 15 491 Region Code   JPB06
no could not convert string to float: .. 12 492 2013 ..
no could not convert string to float: .. 13 492 2014 ..
no could not convert string to float: Fukushima 14 492 Region Name Fukushima
no could not convert string to float: JPB07 15 492 Region Code   JPB07
no could not convert string to float: .. 12 493 2013 ..
no could not convert string to float: .. 13 493 2014 ..
no could not convert string to float: Northern-Kanto, Koshin 14 493 Region Name Northern-Kanto, Koshin
no could not convert string to float: JPC 15 493 Region Code JPC
no could not convert string to float: .. 12 494 2013 ..
no could not convert string to float: .. 13 494 2014 ..
no could not convert string to float: Ibaraki 14 494 Region Name Ibaraki
no could not convert string to float: JPC08 15 494 Region Code   JPC08
no could not convert string to float: .. 12 495 2013 ..
no could not convert string to float: .. 13 495 2014 ..
no could not convert string to float: Tochigi 14 495 Region Name Tochigi
no could not convert string to float: JPC09 15 495 Region Code   JPC09
no could not convert string to float: .. 12 496 2013 ..
no could not convert string to float: .. 13 496 2014 ..
no could not convert string to float: Gumma 14 496 Region Name Gumma
no could not convert string to float: JPC10 15 496 Region Code   JPC10
no could not convert string to float: .. 12 497 2013 ..
no could not convert string to float: .. 13 497 2014 ..
no could not convert string to float: Yamanashi 14 497 Region Name Yamanashi
no could not convert string to float: JPC19 15 497 Region Code   JPC19
no could not convert string to float: .. 12 498 2013 ..
no could not convert string to float: .. 13 498 2014 ..
no could not convert string to float: Nagano 14 498 Region Name Nagano
no could not convert string to float: JPC20 15 498 Region Code   JPC20
no could not convert string to float: .. 12 499 2013 ..
no could not convert string to float: .. 13 499 2014 ..
no could not convert string to float: Southern-Kanto 14 499 Region Name Southern-Kanto
no could not convert string to float: JPD 15 499 Region Code JPD
no could not convert string to float: .. 12 500 2013 ..
no could not convert string to float: .. 13 500 2014 ..
no could not convert string to float: Saitama 14 500 Region Name Saitama
no could not convert string to float: JPD11 15 500 Region Code   JPD11
no could not convert string to float: .. 12 501 2013 ..
no could not convert string to float: .. 13 501 2014 ..
no could not convert string to float: Chiba 14 501 Region Name Chiba
no could not convert string to float: JPD12 15 501 Region Code   JPD12
no could not convert string to float: .. 12 502 2013 ..
no could not convert string to float: .. 13 502 2014 ..
no could not convert string to float: Tokyo 14 502 Region Name Tokyo
no could not convert string to float: JPD13 15 502 Region Code   JPD13
no could not convert string to float: .. 12 503 2013 ..
no could not convert string to float: .. 13 503 2014 ..
no could not convert string to float: Kanagawa 14 503 Region Name Kanagawa
no could not convert string to float: JPD14 15 503 Region Code   JPD14
no could not convert string to float: .. 12 504 2013 ..
no could not convert string to float: .. 13 504 2014 ..
no could not convert string to float: Hokuriku 14 504 Region Name Hokuriku
no could not convert string to float: JPE 15 504 Region Code JPE
no could not convert string to float: .. 12 505 2013 ..
no could not convert string to float: .. 13 505 2014 ..
no could not convert string to float: Niigata 14 505 Region Name Niigata
no could not convert string to float: JPE15 15 505 Region Code   JPE15
no could not convert string to float: .. 12 506 2013 ..
no could not convert string to float: .. 13 506 2014 ..
no could not convert string to float: Toyama 14 506 Region Name Toyama
no could not convert string to float: JPE16 15 506 Region Code   JPE16
no could not convert string to float: .. 12 507 2013 ..
no could not convert string to float: .. 13 507 2014 ..
no could not convert string to float: Ishikawa 14 507 Region Name Ishikawa
no could not convert string to float: JPE17 15 507 Region Code   JPE17
no could not convert string to float: .. 12 508 2013 ..
no could not convert string to float: .. 13 508 2014 ..
no could not convert string to float: Fukui 14 508 Region Name Fukui
no could not convert string to float: JPE18 15 508 Region Code   JPE18
no could not convert string to float: .. 12 509 2013 ..
no could not convert string to float: .. 13 509 2014 ..
no could not convert string to float: Toukai 14 509 Region Name Toukai
no could not convert string to float: JPF 15 509 Region Code JPF
no could not convert string to float: .. 12 510 2013 ..
no could not convert string to float: .. 13 510 2014 ..
no could not convert string to float: Gifu 14 510 Region Name Gifu
no could not convert string to float: JPF21 15 510 Region Code   JPF21
no could not convert string to float: .. 12 511 2013 ..
no could not convert string to float: .. 13 511 2014 ..
no could not convert string to float: Shizuoka 14 511 Region Name Shizuoka
no could not convert string to float: JPF22 15 511 Region Code   JPF22
no could not convert string to float: .. 12 512 2013 ..
no could not convert string to float: .. 13 512 2014 ..
no could not convert string to float: Aichi 14 512 Region Name Aichi
no could not convert string to float: JPF23 15 512 Region Code   JPF23
no could not convert string to float: .. 12 513 2013 ..
no could not convert string to float: .. 13 513 2014 ..
no could not convert string to float: Mie 14 513 Region Name Mie
no could not convert string to float: JPF24 15 513 Region Code   JPF24
no could not convert string to float: .. 12 514 2013 ..
no could not convert string to float: .. 13 514 2014 ..
no could not convert string to float: Kansai region 14 514 Region Name Kansai region
no could not convert string to float: JPG 15 514 Region Code JPG
no could not convert string to float: .. 12 515 2013 ..
no could not convert string to float: .. 13 515 2014 ..
no could not convert string to float: Shiga 14 515 Region Name Shiga
no could not convert string to float: JPG25 15 515 Region Code   JPG25
no could not convert string to float: .. 12 516 2013 ..
no could not convert string to float: .. 13 516 2014 ..
no could not convert string to float: Kyoto 14 516 Region Name Kyoto
no could not convert string to float: JPG26 15 516 Region Code   JPG26
no could not convert string to float: .. 12 517 2013 ..
no could not convert string to float: .. 13 517 2014 ..
no could not convert string to float: Osaka 14 517 Region Name Osaka
no could not convert string to float: JPG27 15 517 Region Code   JPG27
no could not convert string to float: .. 12 518 2013 ..
no could not convert string to float: .. 13 518 2014 ..
no could not convert string to float: Hyogo 14 518 Region Name Hyogo
no could not convert string to float: JPG28 15 518 Region Code   JPG28
no could not convert string to float: .. 12 519 2013 ..
no could not convert string to float: .. 13 519 2014 ..
no could not convert string to float: Nara 14 519 Region Name Nara
no could not convert string to float: JPG29 15 519 Region Code   JPG29
no could not convert string to float: .. 12 520 2013 ..
no could not convert string to float: .. 13 520 2014 ..
no could not convert string to float: Wakayama 14 520 Region Name Wakayama
no could not convert string to float: JPG30 15 520 Region Code   JPG30
no could not convert string to float: .. 12 521 2013 ..
no could not convert string to float: .. 13 521 2014 ..
no could not convert string to float: Chugoku 14 521 Region Name Chugoku
no could not convert string to float: JPH 15 521 Region Code JPH
no could not convert string to float: .. 12 522 2013 ..
no could not convert string to float: .. 13 522 2014 ..
no could not convert string to float: Tottori 14 522 Region Name Tottori
no could not convert string to float: JPH31 15 522 Region Code   JPH31
no could not convert string to float: .. 12 523 2013 ..
no could not convert string to float: .. 13 523 2014 ..
no could not convert string to float: Shimane 14 523 Region Name Shimane
no could not convert string to float: JPH32 15 523 Region Code   JPH32
no could not convert string to float: .. 12 524 2013 ..
no could not convert string to float: .. 13 524 2014 ..
no could not convert string to float: Okayama 14 524 Region Name Okayama
no could not convert string to float: JPH33 15 524 Region Code   JPH33
no could not convert string to float: .. 12 525 2013 ..
no could not convert string to float: .. 13 525 2014 ..
no could not convert string to float: Hiroshima 14 525 Region Name Hiroshima
no could not convert string to float: JPH34 15 525 Region Code   JPH34
no could not convert string to float: .. 12 526 2013 ..
no could not convert string to float: .. 13 526 2014 ..
no could not convert string to float: Yamaguchi 14 526 Region Name Yamaguchi
no could not convert string to float: JPH35 15 526 Region Code   JPH35
no could not convert string to float: .. 12 527 2013 ..
no could not convert string to float: .. 13 527 2014 ..
no could not convert string to float: Shikoku 14 527 Region Name Shikoku
no could not convert string to float: JPI 15 527 Region Code JPI
no could not convert string to float: .. 12 528 2013 ..
no could not convert string to float: .. 13 528 2014 ..
no could not convert string to float: Tokushima 14 528 Region Name Tokushima
no could not convert string to float: JPI36 15 528 Region Code   JPI36
no could not convert string to float: .. 12 529 2013 ..
no could not convert string to float: .. 13 529 2014 ..
no could not convert string to float: Kagawa 14 529 Region Name Kagawa
no could not convert string to float: JPI37 15 529 Region Code   JPI37
no could not convert string to float: .. 12 530 2013 ..
no could not convert string to float: .. 13 530 2014 ..
no could not convert string to float: Ehime 14 530 Region Name Ehime
no could not convert string to float: JPI38 15 530 Region Code   JPI38
no could not convert string to float: .. 12 531 2013 ..
no could not convert string to float: .. 13 531 2014 ..
no could not convert string to float: Kochi 14 531 Region Name Kochi
no could not convert string to float: JPI39 15 531 Region Code   JPI39
no could not convert string to float: .. 12 532 2013 ..
no could not convert string to float: .. 13 532 2014 ..
no could not convert string to float: Kyushu, Okinawa 14 532 Region Name Kyushu, Okinawa
no could not convert string to float: JPJ 15 532 Region Code JPJ
no could not convert string to float: .. 12 533 2013 ..
no could not convert string to float: .. 13 533 2014 ..
no could not convert string to float: Fukuoka 14 533 Region Name Fukuoka
no could not convert string to float: JPJ40 15 533 Region Code   JPJ40
no could not convert string to float: .. 12 534 2013 ..
no could not convert string to float: .. 13 534 2014 ..
no could not convert string to float: Saga 14 534 Region Name Saga
no could not convert string to float: JPJ41 15 534 Region Code   JPJ41
no could not convert string to float: .. 12 535 2013 ..
no could not convert string to float: .. 13 535 2014 ..
no could not convert string to float: Nagasaki 14 535 Region Name Nagasaki
no could not convert string to float: JPJ42 15 535 Region Code   JPJ42
no could not convert string to float: .. 12 536 2013 ..
no could not convert string to float: .. 13 536 2014 ..
no could not convert string to float: Kumamoto 14 536 Region Name Kumamoto
no could not convert string to float: JPJ43 15 536 Region Code   JPJ43
no could not convert string to float: .. 12 537 2013 ..
no could not convert string to float: .. 13 537 2014 ..
no could not convert string to float: Oita 14 537 Region Name Oita
no could not convert string to float: JPJ44 15 537 Region Code   JPJ44
no could not convert string to float: .. 12 538 2013 ..
no could not convert string to float: .. 13 538 2014 ..
no could not convert string to float: Miyazaki 14 538 Region Name Miyazaki
no could not convert string to float: JPJ45 15 538 Region Code   JPJ45
no could not convert string to float: .. 12 539 2013 ..
no could not convert string to float: .. 13 539 2014 ..
no could not convert string to float: Kagoshima 14 539 Region Name Kagoshima
no could not convert string to float: JPJ46 15 539 Region Code   JPJ46
no could not convert string to float: .. 12 540 2013 ..
no could not convert string to float: .. 13 540 2014 ..
no could not convert string to float: Okinawa 14 540 Region Name Okinawa
no could not convert string to float: JPJ47 15 540 Region Code   JPJ47
no could not convert string to float: .. 13 541 2014 ..
no could not convert string to float: Korea 14 541 Region Name Korea
no could not convert string to float: KOR 15 541 Region Code KOR
no could not convert string to float: .. 13 542 2014 ..
no could not convert string to float: Capital Region (KR) 14 542 Region Name Capital Region (KR)
no could not convert string to float: KR01 15 542 Region Code KR01
no could not convert string to float: .. 13 543 2014 ..
no could not convert string to float: Seoul 14 543 Region Name Seoul
no could not convert string to float: KR011 15 543 Region Code   KR011
no could not convert string to float: .. 13 544 2014 ..
no could not convert string to float: Incheon 14 544 Region Name Incheon
no could not convert string to float: KR012 15 544 Region Code   KR012
no could not convert string to float: .. 13 545 2014 ..
no could not convert string to float: Gyeonggi-do 14 545 Region Name Gyeonggi-do
no could not convert string to float: KR013 15 545 Region Code   KR013
no could not convert string to float: .. 13 546 2014 ..
no could not convert string to float: Gyeongnam Region 14 546 Region Name Gyeongnam Region
no could not convert string to float: KR02 15 546 Region Code KR02
no could not convert string to float: .. 13 547 2014 ..
no could not convert string to float: Busan 14 547 Region Name Busan
no could not convert string to float: KR021 15 547 Region Code   KR021
no could not convert string to float: .. 13 548 2014 ..
no could not convert string to float: Ulsan 14 548 Region Name Ulsan
no could not convert string to float: KR022 15 548 Region Code   KR022
no could not convert string to float: .. 13 549 2014 ..
no could not convert string to float: Gyeongsangnam-do 14 549 Region Name Gyeongsangnam-do
no could not convert string to float: KR023 15 549 Region Code   KR023
no could not convert string to float: .. 13 550 2014 ..
no could not convert string to float: Gyeongbuk Region 14 550 Region Name Gyeongbuk Region
no could not convert string to float: KR03 15 550 Region Code KR03
no could not convert string to float: .. 13 551 2014 ..
no could not convert string to float: Daegu 14 551 Region Name Daegu
no could not convert string to float: KR031 15 551 Region Code   KR031
no could not convert string to float: .. 13 552 2014 ..
no could not convert string to float: Gyeonsangbuk-do 14 552 Region Name Gyeonsangbuk-do
no could not convert string to float: KR032 15 552 Region Code   KR032
no could not convert string to float: .. 13 553 2014 ..
no could not convert string to float: Jeolla Region 14 553 Region Name Jeolla Region
no could not convert string to float: KR04 15 553 Region Code KR04
no could not convert string to float: .. 13 554 2014 ..
no could not convert string to float: Gwangju 14 554 Region Name Gwangju
no could not convert string to float: KR041 15 554 Region Code   KR041
no could not convert string to float: .. 13 555 2014 ..
no could not convert string to float: Jeollabuk-do 14 555 Region Name Jeollabuk-do
no could not convert string to float: KR042 15 555 Region Code   KR042
no could not convert string to float: .. 13 556 2014 ..
no could not convert string to float: Jeollanam-do 14 556 Region Name Jeollanam-do
no could not convert string to float: KR043 15 556 Region Code   KR043
no could not convert string to float: .. 13 557 2014 ..
no could not convert string to float: Chungcheong Region 14 557 Region Name Chungcheong Region
no could not convert string to float: KR05 15 557 Region Code KR05
no could not convert string to float: .. 13 558 2014 ..
no could not convert string to float: Daejeon 14 558 Region Name Daejeon
no could not convert string to float: KR051 15 558 Region Code   KR051
no could not convert string to float: .. 13 559 2014 ..
no could not convert string to float: Chungcheongbuk-do 14 559 Region Name Chungcheongbuk-do
no could not convert string to float: KR052 15 559 Region Code   KR052
no could not convert string to float: .. 13 560 2014 ..
no could not convert string to float: Chungcheongnam-do 14 560 Region Name Chungcheongnam-do
no could not convert string to float: KR053 15 560 Region Code   KR053
no could not convert string to float: .. 13 561 2014 ..
no could not convert string to float: Gangwon Region 14 561 Region Name Gangwon Region
no could not convert string to float: KR06 15 561 Region Code KR06
no could not convert string to float: .. 13 562 2014 ..
no could not convert string to float: Gangwon-do 14 562 Region Name Gangwon-do
no could not convert string to float: KR061 15 562 Region Code   KR061
no could not convert string to float: .. 13 563 2014 ..
no could not convert string to float: Jeju 14 563 Region Name Jeju
no could not convert string to float: KR07 15 563 Region Code KR07
no could not convert string to float: .. 13 564 2014 ..
no could not convert string to float: Jeju-do 14 564 Region Name Jeju-do
no could not convert string to float: KR071 15 564 Region Code   KR071
no could not convert string to float: .. 13 565 2014 ..
no could not convert string to float: Luxembourg 14 565 Region Name Luxembourg
no could not convert string to float: LUX 15 565 Region Code LUX
no could not convert string to float: .. 13 566 2014 ..
no could not convert string to float: Luxembourg 14 566 Region Name Luxembourg
no could not convert string to float: LU00 15 566 Region Code LU00
no could not convert string to float: .. 13 567 2014 ..
no could not convert string to float: Luxembourg 14 567 Region Name Luxembourg
no could not convert string to float: LU000 15 567 Region Code   LU000
no could not convert string to float: .. 13 568 2014 ..
no could not convert string to float: Mexico 14 568 Region Name Mexico
no could not convert string to float: MEX 15 568 Region Code MEX
no could not convert string to float: .. 13 569 2014 ..
no could not convert string to float: Aguascalientes 14 569 Region Name Aguascalientes
no could not convert string to float: ME01 15 569 Region Code ME01
no could not convert string to float: .. 13 570 2014 ..
no could not convert string to float: Baja California Norte 14 570 Region Name Baja California Norte
no could not convert string to float: ME02 15 570 Region Code ME02
no could not convert string to float: .. 13 571 2014 ..
no could not convert string to float: Baja California Sur 14 571 Region Name Baja California Sur
no could not convert string to float: ME03 15 571 Region Code ME03
no could not convert string to float: .. 13 572 2014 ..
no could not convert string to float: Campeche 14 572 Region Name Campeche
no could not convert string to float: ME04 15 572 Region Code ME04
no could not convert string to float: .. 13 573 2014 ..
no could not convert string to float: Coahuila 14 573 Region Name Coahuila
no could not convert string to float: ME05 15 573 Region Code ME05
no could not convert string to float: .. 13 574 2014 ..
no could not convert string to float: Colima 14 574 Region Name Colima
no could not convert string to float: ME06 15 574 Region Code ME06
no could not convert string to float: .. 13 575 2014 ..
no could not convert string to float: Chiapas 14 575 Region Name Chiapas
no could not convert string to float: ME07 15 575 Region Code ME07
no could not convert string to float: .. 13 576 2014 ..
no could not convert string to float: Chihuahua 14 576 Region Name Chihuahua
no could not convert string to float: ME08 15 576 Region Code ME08
no could not convert string to float: .. 13 577 2014 ..
no could not convert string to float: Federal District (MX) 14 577 Region Name Federal District (MX)
no could not convert string to float: ME09 15 577 Region Code ME09
no could not convert string to float: .. 13 578 2014 ..
no could not convert string to float: Durango 14 578 Region Name Durango
no could not convert string to float: ME10 15 578 Region Code ME10
no could not convert string to float: .. 13 579 2014 ..
no could not convert string to float: Guanajuato 14 579 Region Name Guanajuato
no could not convert string to float: ME11 15 579 Region Code ME11
no could not convert string to float: .. 13 580 2014 ..
no could not convert string to float: Guerrero 14 580 Region Name Guerrero
no could not convert string to float: ME12 15 580 Region Code ME12
no could not convert string to float: .. 13 581 2014 ..
no could not convert string to float: Hidalgo 14 581 Region Name Hidalgo
no could not convert string to float: ME13 15 581 Region Code ME13
no could not convert string to float: .. 13 582 2014 ..
no could not convert string to float: Jalisco 14 582 Region Name Jalisco
no could not convert string to float: ME14 15 582 Region Code ME14
no could not convert string to float: .. 13 583 2014 ..
no could not convert string to float: Mexico 14 583 Region Name Mexico
no could not convert string to float: ME15 15 583 Region Code ME15
no could not convert string to float: .. 13 584 2014 ..
no could not convert string to float: Michoacan 14 584 Region Name Michoacan
no could not convert string to float: ME16 15 584 Region Code ME16
no could not convert string to float: .. 13 585 2014 ..
no could not convert string to float: Morelos 14 585 Region Name Morelos
no could not convert string to float: ME17 15 585 Region Code ME17
no could not convert string to float: .. 13 586 2014 ..
no could not convert string to float: Nayarit 14 586 Region Name Nayarit
no could not convert string to float: ME18 15 586 Region Code ME18
no could not convert string to float: .. 13 587 2014 ..
no could not convert string to float: Nuevo Leon 14 587 Region Name Nuevo Leon
no could not convert string to float: ME19 15 587 Region Code ME19
no could not convert string to float: .. 13 588 2014 ..
no could not convert string to float: Oaxaca 14 588 Region Name Oaxaca
no could not convert string to float: ME20 15 588 Region Code ME20
no could not convert string to float: .. 13 589 2014 ..
no could not convert string to float: Puebla 14 589 Region Name Puebla
no could not convert string to float: ME21 15 589 Region Code ME21
no could not convert string to float: .. 13 590 2014 ..
no could not convert string to float: Queretaro 14 590 Region Name Queretaro
no could not convert string to float: ME22 15 590 Region Code ME22
no could not convert string to float: .. 13 591 2014 ..
no could not convert string to float: Quintana Roo 14 591 Region Name Quintana Roo
no could not convert string to float: ME23 15 591 Region Code ME23
no could not convert string to float: .. 13 592 2014 ..
no could not convert string to float: San Luis Potosi 14 592 Region Name San Luis Potosi
no could not convert string to float: ME24 15 592 Region Code ME24
no could not convert string to float: .. 13 593 2014 ..
no could not convert string to float: Sinaloa 14 593 Region Name Sinaloa
no could not convert string to float: ME25 15 593 Region Code ME25
no could not convert string to float: .. 13 594 2014 ..
no could not convert string to float: Sonora 14 594 Region Name Sonora
no could not convert string to float: ME26 15 594 Region Code ME26
no could not convert string to float: .. 13 595 2014 ..
no could not convert string to float: Tabasco 14 595 Region Name Tabasco
no could not convert string to float: ME27 15 595 Region Code ME27
no could not convert string to float: .. 13 596 2014 ..
no could not convert string to float: Tamaulipas 14 596 Region Name Tamaulipas
no could not convert string to float: ME28 15 596 Region Code ME28
no could not convert string to float: .. 13 597 2014 ..
no could not convert string to float: Tlaxcala 14 597 Region Name Tlaxcala
no could not convert string to float: ME29 15 597 Region Code ME29
no could not convert string to float: .. 13 598 2014 ..
no could not convert string to float: Veracruz 14 598 Region Name Veracruz
no could not convert string to float: ME30 15 598 Region Code ME30
no could not convert string to float: .. 13 599 2014 ..
no could not convert string to float: Yucatan 14 599 Region Name Yucatan
no could not convert string to float: ME31 15 599 Region Code ME31
no could not convert string to float: .. 13 600 2014 ..
no could not convert string to float: Zacatecas 14 600 Region Name Zacatecas
no could not convert string to float: ME32 15 600 Region Code ME32
no could not convert string to float: .. 13 601 2014 ..
no could not convert string to float: Netherlands 14 601 Region Name Netherlands
no could not convert string to float: NLD 15 601 Region Code NLD
no could not convert string to float: .. 13 602 2014 ..
no could not convert string to float: Groningen 14 602 Region Name Groningen
no could not convert string to float: NL11 15 602 Region Code   NL11
no could not convert string to float: .. 13 603 2014 ..
no could not convert string to float: Friesland 14 603 Region Name Friesland
no could not convert string to float: NL12 15 603 Region Code   NL12
no could not convert string to float: .. 13 604 2014 ..
no could not convert string to float: Drenthe 14 604 Region Name Drenthe
no could not convert string to float: NL13 15 604 Region Code   NL13
no could not convert string to float: .. 13 605 2014 ..
no could not convert string to float: Overijssel 14 605 Region Name Overijssel
no could not convert string to float: NL21 15 605 Region Code   NL21
no could not convert string to float: .. 13 606 2014 ..
no could not convert string to float: Gelderland 14 606 Region Name Gelderland
no could not convert string to float: NL22 15 606 Region Code   NL22
no could not convert string to float: .. 13 607 2014 ..
no could not convert string to float: Flevoland 14 607 Region Name Flevoland
no could not convert string to float: NL23 15 607 Region Code   NL23
no could not convert string to float: .. 13 608 2014 ..
no could not convert string to float: Utrecht 14 608 Region Name Utrecht
no could not convert string to float: NL31 15 608 Region Code   NL31
no could not convert string to float: .. 13 609 2014 ..
no could not convert string to float: North Holland 14 609 Region Name North Holland
no could not convert string to float: NL32 15 609 Region Code   NL32
no could not convert string to float: .. 13 610 2014 ..
no could not convert string to float: South Holland 14 610 Region Name South Holland
no could not convert string to float: NL33 15 610 Region Code   NL33
no could not convert string to float: .. 13 611 2014 ..
no could not convert string to float: Zeeland 14 611 Region Name Zeeland
no could not convert string to float: NL34 15 611 Region Code   NL34
no could not convert string to float: .. 13 612 2014 ..
no could not convert string to float: North Brabant 14 612 Region Name North Brabant
no could not convert string to float: NL41 15 612 Region Code   NL41
no could not convert string to float: .. 13 613 2014 ..
no could not convert string to float: Limburg (NL) 14 613 Region Name Limburg (NL)
no could not convert string to float: NL42 15 613 Region Code   NL42
no could not convert string to float: .. 13 614 2014 ..
no could not convert string to float: New Zealand 14 614 Region Name New Zealand
no could not convert string to float: NZL 15 614 Region Code NZL
no could not convert string to float: .. 13 615 2014 ..
no could not convert string to float: Northland Region 14 615 Region Name Northland Region
no could not convert string to float: NZ011 15 615 Region Code   NZ011
no could not convert string to float: .. 13 616 2014 ..
no could not convert string to float: Auckland Region 14 616 Region Name Auckland Region
no could not convert string to float: NZ012 15 616 Region Code   NZ012
no could not convert string to float: .. 13 617 2014 ..
no could not convert string to float: Waikato Region 14 617 Region Name Waikato Region
no could not convert string to float: NZ013 15 617 Region Code   NZ013
no could not convert string to float: .. 13 618 2014 ..
no could not convert string to float: Bay of Plenty Region 14 618 Region Name Bay of Plenty Region
no could not convert string to float: NZ014 15 618 Region Code   NZ014
no could not convert string to float: .. 13 619 2014 ..
no could not convert string to float: Gisborne Region 14 619 Region Name Gisborne Region
no could not convert string to float: NZ015 15 619 Region Code   NZ015
no could not convert string to float: .. 13 620 2014 ..
no could not convert string to float: Hawke's Bay Region 14 620 Region Name Hawke's Bay Region
no could not convert string to float: NZ016 15 620 Region Code   NZ016
no could not convert string to float: .. 13 621 2014 ..
no could not convert string to float: Taranaki Region 14 621 Region Name Taranaki Region
no could not convert string to float: NZ017 15 621 Region Code   NZ017
no could not convert string to float: .. 13 622 2014 ..
no could not convert string to float: Manawatu-Wanganui Region 14 622 Region Name Manawatu-Wanganui Region
no could not convert string to float: NZ018 15 622 Region Code   NZ018
no could not convert string to float: .. 13 623 2014 ..
no could not convert string to float: Wellington Region 14 623 Region Name Wellington Region
no could not convert string to float: NZ019 15 623 Region Code   NZ019
no could not convert string to float: .. 13 624 2014 ..
no could not convert string to float: Tasman-Nelson-Marlborough 14 624 Region Name Tasman-Nelson-Marlborough
no could not convert string to float: NZ021 15 624 Region Code   NZ021
no could not convert string to float: .. 13 625 2014 ..
no could not convert string to float: West Coast Region 14 625 Region Name West Coast Region
no could not convert string to float: NZ022 15 625 Region Code   NZ022
no could not convert string to float: .. 13 626 2014 ..
no could not convert string to float: Canterbury Region 14 626 Region Name Canterbury Region
no could not convert string to float: NZ023 15 626 Region Code   NZ023
no could not convert string to float: .. 13 627 2014 ..
no could not convert string to float: Otago Region 14 627 Region Name Otago Region
no could not convert string to float: NZ024 15 627 Region Code   NZ024
no could not convert string to float: .. 13 628 2014 ..
no could not convert string to float: Southland Region 14 628 Region Name Southland Region
no could not convert string to float: NZ025 15 628 Region Code   NZ025
no could not convert string to float: .. 13 629 2014 ..
no could not convert string to float: Norway 14 629 Region Name Norway
no could not convert string to float: NOR 15 629 Region Code NOR
no could not convert string to float: .. 3 630 2004 ..
no could not convert string to float: .. 4 630 2005 ..
no could not convert string to float: .. 5 630 2006 ..
no could not convert string to float: .. 6 630 2007 ..
no could not convert string to float: .. 12 630 2013 ..
no could not convert string to float: .. 13 630 2014 ..
no could not convert string to float: Oslo and Akershus 14 630 Region Name Oslo and Akershus
no could not convert string to float: NO01 15 630 Region Code NO01
no could not convert string to float: .. 3 631 2004 ..
no could not convert string to float: .. 4 631 2005 ..
no could not convert string to float: .. 5 631 2006 ..
no could not convert string to float: .. 6 631 2007 ..
no could not convert string to float: .. 12 631 2013 ..
no could not convert string to float: .. 13 631 2014 ..
no could not convert string to float: Oslo 14 631 Region Name Oslo
no could not convert string to float: NO011 15 631 Region Code   NO011
no could not convert string to float: .. 3 632 2004 ..
no could not convert string to float: .. 4 632 2005 ..
no could not convert string to float: .. 5 632 2006 ..
no could not convert string to float: .. 6 632 2007 ..
no could not convert string to float: .. 12 632 2013 ..
no could not convert string to float: .. 13 632 2014 ..
no could not convert string to float: Akershus 14 632 Region Name Akershus
no could not convert string to float: NO012 15 632 Region Code   NO012
no could not convert string to float: .. 3 633 2004 ..
no could not convert string to float: .. 4 633 2005 ..
no could not convert string to float: .. 5 633 2006 ..
no could not convert string to float: .. 6 633 2007 ..
no could not convert string to float: .. 12 633 2013 ..
no could not convert string to float: .. 13 633 2014 ..
no could not convert string to float: Hedmark and Oppland 14 633 Region Name Hedmark and Oppland
no could not convert string to float: NO02 15 633 Region Code NO02
no could not convert string to float: .. 3 634 2004 ..
no could not convert string to float: .. 4 634 2005 ..
no could not convert string to float: .. 5 634 2006 ..
no could not convert string to float: .. 6 634 2007 ..
no could not convert string to float: .. 12 634 2013 ..
no could not convert string to float: .. 13 634 2014 ..
no could not convert string to float: Hedmark 14 634 Region Name Hedmark
no could not convert string to float: NO021 15 634 Region Code   NO021
no could not convert string to float: .. 3 635 2004 ..
no could not convert string to float: .. 4 635 2005 ..
no could not convert string to float: .. 5 635 2006 ..
no could not convert string to float: .. 6 635 2007 ..
no could not convert string to float: .. 12 635 2013 ..
no could not convert string to float: .. 13 635 2014 ..
no could not convert string to float: Oppland 14 635 Region Name Oppland
no could not convert string to float: NO022 15 635 Region Code   NO022
no could not convert string to float: .. 3 636 2004 ..
no could not convert string to float: .. 4 636 2005 ..
no could not convert string to float: .. 5 636 2006 ..
no could not convert string to float: .. 6 636 2007 ..
no could not convert string to float: .. 12 636 2013 ..
no could not convert string to float: .. 13 636 2014 ..
no could not convert string to float: South-Eastern Norway 14 636 Region Name South-Eastern Norway
no could not convert string to float: NO03 15 636 Region Code NO03
no could not convert string to float: .. 3 637 2004 ..
no could not convert string to float: .. 4 637 2005 ..
no could not convert string to float: .. 5 637 2006 ..
no could not convert string to float: .. 6 637 2007 ..
no could not convert string to float: .. 12 637 2013 ..
no could not convert string to float: .. 13 637 2014 ..
no could not convert string to float: �stfold 14 637 Region Name Østfold
no could not convert string to float: NO031 15 637 Region Code   NO031
no could not convert string to float: .. 3 638 2004 ..
no could not convert string to float: .. 4 638 2005 ..
no could not convert string to float: .. 5 638 2006 ..
no could not convert string to float: .. 6 638 2007 ..
no could not convert string to float: .. 12 638 2013 ..
no could not convert string to float: .. 13 638 2014 ..
no could not convert string to float: Buskerud 14 638 Region Name Buskerud
no could not convert string to float: NO032 15 638 Region Code   NO032
no could not convert string to float: .. 3 639 2004 ..
no could not convert string to float: .. 4 639 2005 ..
no could not convert string to float: .. 5 639 2006 ..
no could not convert string to float: .. 6 639 2007 ..
no could not convert string to float: .. 12 639 2013 ..
no could not convert string to float: .. 13 639 2014 ..
no could not convert string to float: Vestfold 14 639 Region Name Vestfold
no could not convert string to float: NO033 15 639 Region Code   NO033
no could not convert string to float: .. 3 640 2004 ..
no could not convert string to float: .. 4 640 2005 ..
no could not convert string to float: .. 5 640 2006 ..
no could not convert string to float: .. 6 640 2007 ..
no could not convert string to float: .. 12 640 2013 ..
no could not convert string to float: .. 13 640 2014 ..
no could not convert string to float: Telemark 14 640 Region Name Telemark
no could not convert string to float: NO034 15 640 Region Code   NO034
no could not convert string to float: .. 3 641 2004 ..
no could not convert string to float: .. 4 641 2005 ..
no could not convert string to float: .. 5 641 2006 ..
no could not convert string to float: .. 6 641 2007 ..
no could not convert string to float: .. 12 641 2013 ..
no could not convert string to float: .. 13 641 2014 ..
no could not convert string to float: Agder and Rogaland 14 641 Region Name Agder and Rogaland
no could not convert string to float: NO04 15 641 Region Code NO04
no could not convert string to float: .. 3 642 2004 ..
no could not convert string to float: .. 4 642 2005 ..
no could not convert string to float: .. 5 642 2006 ..
no could not convert string to float: .. 6 642 2007 ..
no could not convert string to float: .. 12 642 2013 ..
no could not convert string to float: .. 13 642 2014 ..
no could not convert string to float: Aust-Agder 14 642 Region Name Aust-Agder
no could not convert string to float: NO041 15 642 Region Code   NO041
no could not convert string to float: .. 3 643 2004 ..
no could not convert string to float: .. 4 643 2005 ..
no could not convert string to float: .. 5 643 2006 ..
no could not convert string to float: .. 6 643 2007 ..
no could not convert string to float: .. 12 643 2013 ..
no could not convert string to float: .. 13 643 2014 ..
no could not convert string to float: Vest-Agder 14 643 Region Name Vest-Agder
no could not convert string to float: NO042 15 643 Region Code   NO042
no could not convert string to float: .. 3 644 2004 ..
no could not convert string to float: .. 4 644 2005 ..
no could not convert string to float: .. 5 644 2006 ..
no could not convert string to float: .. 6 644 2007 ..
no could not convert string to float: .. 12 644 2013 ..
no could not convert string to float: .. 13 644 2014 ..
no could not convert string to float: Rogaland 14 644 Region Name Rogaland
no could not convert string to float: NO043 15 644 Region Code   NO043
no could not convert string to float: .. 3 645 2004 ..
no could not convert string to float: .. 4 645 2005 ..
no could not convert string to float: .. 5 645 2006 ..
no could not convert string to float: .. 6 645 2007 ..
no could not convert string to float: .. 12 645 2013 ..
no could not convert string to float: .. 13 645 2014 ..
no could not convert string to float: Western Norway 14 645 Region Name Western Norway
no could not convert string to float: NO05 15 645 Region Code NO05
no could not convert string to float: .. 3 646 2004 ..
no could not convert string to float: .. 4 646 2005 ..
no could not convert string to float: .. 5 646 2006 ..
no could not convert string to float: .. 6 646 2007 ..
no could not convert string to float: .. 12 646 2013 ..
no could not convert string to float: .. 13 646 2014 ..
no could not convert string to float: Hordaland 14 646 Region Name Hordaland
no could not convert string to float: NO051 15 646 Region Code   NO051
no could not convert string to float: .. 3 647 2004 ..
no could not convert string to float: .. 4 647 2005 ..
no could not convert string to float: .. 5 647 2006 ..
no could not convert string to float: .. 6 647 2007 ..
no could not convert string to float: .. 12 647 2013 ..
no could not convert string to float: .. 13 647 2014 ..
no could not convert string to float: Sogn og Fjordane 14 647 Region Name Sogn og Fjordane
no could not convert string to float: NO052 15 647 Region Code   NO052
no could not convert string to float: .. 3 648 2004 ..
no could not convert string to float: .. 4 648 2005 ..
no could not convert string to float: .. 5 648 2006 ..
no could not convert string to float: .. 6 648 2007 ..
no could not convert string to float: .. 12 648 2013 ..
no could not convert string to float: .. 13 648 2014 ..
no could not convert string to float: M�re og Romsdal 14 648 Region Name Møre og Romsdal
no could not convert string to float: NO053 15 648 Region Code   NO053
no could not convert string to float: .. 3 649 2004 ..
no could not convert string to float: .. 4 649 2005 ..
no could not convert string to float: .. 5 649 2006 ..
no could not convert string to float: .. 6 649 2007 ..
no could not convert string to float: .. 12 649 2013 ..
no could not convert string to float: .. 13 649 2014 ..
no could not convert string to float: Tr�ndelag 14 649 Region Name Trøndelag
no could not convert string to float: NO06 15 649 Region Code NO06
no could not convert string to float: .. 3 650 2004 ..
no could not convert string to float: .. 4 650 2005 ..
no could not convert string to float: .. 5 650 2006 ..
no could not convert string to float: .. 6 650 2007 ..
no could not convert string to float: .. 12 650 2013 ..
no could not convert string to float: .. 13 650 2014 ..
no could not convert string to float: S�r-Tr�ndelag 14 650 Region Name Sør-Trøndelag
no could not convert string to float: NO061 15 650 Region Code   NO061
no could not convert string to float: .. 3 651 2004 ..
no could not convert string to float: .. 4 651 2005 ..
no could not convert string to float: .. 5 651 2006 ..
no could not convert string to float: .. 6 651 2007 ..
no could not convert string to float: .. 12 651 2013 ..
no could not convert string to float: .. 13 651 2014 ..
no could not convert string to float: Nord-Tr�ndelag 14 651 Region Name Nord-Trøndelag
no could not convert string to float: NO062 15 651 Region Code   NO062
no could not convert string to float: .. 3 652 2004 ..
no could not convert string to float: .. 4 652 2005 ..
no could not convert string to float: .. 5 652 2006 ..
no could not convert string to float: .. 6 652 2007 ..
no could not convert string to float: .. 12 652 2013 ..
no could not convert string to float: .. 13 652 2014 ..
no could not convert string to float: Northern Norway 14 652 Region Name Northern Norway
no could not convert string to float: NO07 15 652 Region Code NO07
no could not convert string to float: .. 3 653 2004 ..
no could not convert string to float: .. 4 653 2005 ..
no could not convert string to float: .. 5 653 2006 ..
no could not convert string to float: .. 6 653 2007 ..
no could not convert string to float: .. 12 653 2013 ..
no could not convert string to float: .. 13 653 2014 ..
no could not convert string to float: Nordland 14 653 Region Name Nordland
no could not convert string to float: NO071 15 653 Region Code   NO071
no could not convert string to float: .. 3 654 2004 ..
no could not convert string to float: .. 4 654 2005 ..
no could not convert string to float: .. 5 654 2006 ..
no could not convert string to float: .. 6 654 2007 ..
no could not convert string to float: .. 12 654 2013 ..
no could not convert string to float: .. 13 654 2014 ..
no could not convert string to float: Troms 14 654 Region Name Troms
no could not convert string to float: NO072 15 654 Region Code   NO072
no could not convert string to float: .. 3 655 2004 ..
no could not convert string to float: .. 4 655 2005 ..
no could not convert string to float: .. 5 655 2006 ..
no could not convert string to float: .. 6 655 2007 ..
no could not convert string to float: .. 12 655 2013 ..
no could not convert string to float: .. 13 655 2014 ..
no could not convert string to float: Finnmark 14 655 Region Name Finnmark
no could not convert string to float: NO073 15 655 Region Code   NO073
no could not convert string to float: .. 13 656 2014 ..
no could not convert string to float: Poland 14 656 Region Name Poland
no could not convert string to float: POL 15 656 Region Code POL
no could not convert string to float: .. 13 657 2014 ..
no could not convert string to float: Lodzkie 14 657 Region Name Lodzkie
no could not convert string to float: PL11 15 657 Region Code PL11
no could not convert string to float: .. 12 658 2013 ..
no could not convert string to float: .. 13 658 2014 ..
no could not convert string to float: City of L�dz 14 658 Region Name City of Lódz
no could not convert string to float: PL113 15 658 Region Code   PL113
no could not convert string to float: .. 12 659 2013 ..
no could not convert string to float: .. 13 659 2014 ..
no could not convert string to float: L�dzki 14 659 Region Name Lódzki
no could not convert string to float: PL114 15 659 Region Code   PL114
no could not convert string to float: .. 12 660 2013 ..
no could not convert string to float: .. 13 660 2014 ..
no could not convert string to float: Piotrkowski 14 660 Region Name Piotrkowski
no could not convert string to float: PL115 15 660 Region Code   PL115
no could not convert string to float: .. 12 661 2013 ..
no could not convert string to float: .. 13 661 2014 ..
no could not convert string to float: Sieradzki 14 661 Region Name Sieradzki
no could not convert string to float: PL116 15 661 Region Code   PL116
no could not convert string to float: .. 12 662 2013 ..
no could not convert string to float: .. 13 662 2014 ..
no could not convert string to float: Skierniewicki 14 662 Region Name Skierniewicki
no could not convert string to float: PL117 15 662 Region Code   PL117
no could not convert string to float: .. 13 663 2014 ..
no could not convert string to float: Mazovia 14 663 Region Name Mazovia
no could not convert string to float: PL12 15 663 Region Code PL12
no could not convert string to float: .. 12 664 2013 ..
no could not convert string to float: .. 13 664 2014 ..
no could not convert string to float: Ciechanowsko-Plocki 14 664 Region Name Ciechanowsko-Plocki
no could not convert string to float: PL121 15 664 Region Code   PL121
no could not convert string to float: .. 12 665 2013 ..
no could not convert string to float: .. 13 665 2014 ..
no could not convert string to float: Ostrolecko-Siedlecki 14 665 Region Name Ostrolecko-Siedlecki
no could not convert string to float: PL122 15 665 Region Code   PL122
no could not convert string to float: .. 12 666 2013 ..
no could not convert string to float: .. 13 666 2014 ..
no could not convert string to float: City of Warsaw 14 666 Region Name City of Warsaw
no could not convert string to float: PL127 15 666 Region Code   PL127
no could not convert string to float: .. 12 667 2013 ..
no could not convert string to float: .. 13 667 2014 ..
no could not convert string to float: Radomski 14 667 Region Name Radomski
no could not convert string to float: PL128 15 667 Region Code   PL128
no could not convert string to float: .. 12 668 2013 ..
no could not convert string to float: .. 13 668 2014 ..
no could not convert string to float: Warsaw-East 14 668 Region Name Warsaw-East
no could not convert string to float: PL129 15 668 Region Code   PL129
no could not convert string to float: .. 12 669 2013 ..
no could not convert string to float: .. 13 669 2014 ..
no could not convert string to float: Warsaw-West 14 669 Region Name Warsaw-West
no could not convert string to float: PL12A 15 669 Region Code   PL12A
no could not convert string to float: .. 13 670 2014 ..
no could not convert string to float: Lesser Poland 14 670 Region Name Lesser Poland
no could not convert string to float: PL21 15 670 Region Code PL21
no could not convert string to float: .. 12 671 2013 ..
no could not convert string to float: .. 13 671 2014 ..
no could not convert string to float: City of Krakow 14 671 Region Name City of Krakow
no could not convert string to float: PL213 15 671 Region Code   PL213
no could not convert string to float: .. 12 672 2013 ..
no could not convert string to float: .. 13 672 2014 ..
no could not convert string to float: Krakowski 14 672 Region Name Krakowski
no could not convert string to float: PL214 15 672 Region Code   PL214
no could not convert string to float: .. 12 673 2013 ..
no could not convert string to float: .. 13 673 2014 ..
no could not convert string to float: Nowosadecki 14 673 Region Name Nowosadecki
no could not convert string to float: PL215 15 673 Region Code   PL215
no could not convert string to float: .. 12 674 2013 ..
no could not convert string to float: .. 13 674 2014 ..
no could not convert string to float: Oswiecimski 14 674 Region Name Oswiecimski
no could not convert string to float: PL216 15 674 Region Code   PL216
no could not convert string to float: .. 12 675 2013 ..
no could not convert string to float: .. 13 675 2014 ..
no could not convert string to float: Tarnowski 14 675 Region Name Tarnowski
no could not convert string to float: PL217 15 675 Region Code   PL217
no could not convert string to float: .. 13 676 2014 ..
no could not convert string to float: Silesia 14 676 Region Name Silesia
no could not convert string to float: PL22 15 676 Region Code PL22
no could not convert string to float: .. 12 677 2013 ..
no could not convert string to float: .. 13 677 2014 ..
no could not convert string to float: Czestochowski 14 677 Region Name Czestochowski
no could not convert string to float: PL224 15 677 Region Code   PL224
no could not convert string to float: .. 12 678 2013 ..
no could not convert string to float: .. 13 678 2014 ..
no could not convert string to float: Bielski 14 678 Region Name Bielski
no could not convert string to float: PL225 15 678 Region Code   PL225
no could not convert string to float: .. 12 679 2013 ..
no could not convert string to float: .. 13 679 2014 ..
no could not convert string to float: Rybnicki 14 679 Region Name Rybnicki
no could not convert string to float: PL227 15 679 Region Code   PL227
no could not convert string to float: .. 12 680 2013 ..
no could not convert string to float: .. 13 680 2014 ..
no could not convert string to float: Bytomski 14 680 Region Name Bytomski
no could not convert string to float: PL228 15 680 Region Code   PL228
no could not convert string to float: .. 12 681 2013 ..
no could not convert string to float: .. 13 681 2014 ..
no could not convert string to float: Gliwicki 14 681 Region Name Gliwicki
no could not convert string to float: PL229 15 681 Region Code   PL229
no could not convert string to float: .. 12 682 2013 ..
no could not convert string to float: .. 13 682 2014 ..
no could not convert string to float: Katowicki 14 682 Region Name Katowicki
no could not convert string to float: PL22A 15 682 Region Code   PL22A
no could not convert string to float: .. 12 683 2013 ..
no could not convert string to float: .. 13 683 2014 ..
no could not convert string to float: Sosnowiecki 14 683 Region Name Sosnowiecki
no could not convert string to float: PL22B 15 683 Region Code   PL22B
no could not convert string to float: .. 12 684 2013 ..
no could not convert string to float: .. 13 684 2014 ..
no could not convert string to float: Tyski 14 684 Region Name Tyski
no could not convert string to float: PL22C 15 684 Region Code   PL22C
no could not convert string to float: .. 13 685 2014 ..
no could not convert string to float: Lublin Province 14 685 Region Name Lublin Province
no could not convert string to float: PL31 15 685 Region Code PL31
no could not convert string to float: .. 12 686 2013 ..
no could not convert string to float: .. 13 686 2014 ..
no could not convert string to float: Bialski 14 686 Region Name Bialski
no could not convert string to float: PL311 15 686 Region Code   PL311
no could not convert string to float: .. 12 687 2013 ..
no could not convert string to float: .. 13 687 2014 ..
no could not convert string to float: Chelmsko-Zamojski 14 687 Region Name Chelmsko-Zamojski
no could not convert string to float: PL312 15 687 Region Code   PL312
no could not convert string to float: .. 12 688 2013 ..
no could not convert string to float: .. 13 688 2014 ..
no could not convert string to float: Lubelski 14 688 Region Name Lubelski
no could not convert string to float: PL314 15 688 Region Code   PL314
no could not convert string to float: .. 12 689 2013 ..
no could not convert string to float: .. 13 689 2014 ..
no could not convert string to float: Pulawski 14 689 Region Name Pulawski
no could not convert string to float: PL315 15 689 Region Code   PL315
no could not convert string to float: .. 13 690 2014 ..
no could not convert string to float: Podkarpacia 14 690 Region Name Podkarpacia
no could not convert string to float: PL32 15 690 Region Code PL32
no could not convert string to float: .. 12 691 2013 ..
no could not convert string to float: .. 13 691 2014 ..
no could not convert string to float: Krosnienski 14 691 Region Name Krosnienski
no could not convert string to float: PL323 15 691 Region Code   PL323
no could not convert string to float: .. 12 692 2013 ..
no could not convert string to float: .. 13 692 2014 ..
no could not convert string to float: Przemyski 14 692 Region Name Przemyski
no could not convert string to float: PL324 15 692 Region Code   PL324
no could not convert string to float: .. 12 693 2013 ..
no could not convert string to float: .. 13 693 2014 ..
no could not convert string to float: Rzeszowski 14 693 Region Name Rzeszowski
no could not convert string to float: PL325 15 693 Region Code   PL325
no could not convert string to float: .. 12 694 2013 ..
no could not convert string to float: .. 13 694 2014 ..
no could not convert string to float: Tarnobrzeski 14 694 Region Name Tarnobrzeski
no could not convert string to float: PL326 15 694 Region Code   PL326
no could not convert string to float: .. 13 695 2014 ..
no could not convert string to float: Swietokrzyskie 14 695 Region Name Swietokrzyskie
no could not convert string to float: PL33 15 695 Region Code PL33
no could not convert string to float: .. 12 696 2013 ..
no could not convert string to float: .. 13 696 2014 ..
no could not convert string to float: Kielecki 14 696 Region Name Kielecki
no could not convert string to float: PL331 15 696 Region Code   PL331
no could not convert string to float: .. 12 697 2013 ..
no could not convert string to float: .. 13 697 2014 ..
no could not convert string to float: Sandomiersko-Jedrzejowski 14 697 Region Name Sandomiersko-Jedrzejowski
no could not convert string to float: PL332 15 697 Region Code   PL332
no could not convert string to float: .. 13 698 2014 ..
no could not convert string to float: Podlasie 14 698 Region Name Podlasie
no could not convert string to float: PL34 15 698 Region Code PL34
no could not convert string to float: .. 12 699 2013 ..
no could not convert string to float: .. 13 699 2014 ..
no could not convert string to float: Bialostocki 14 699 Region Name Bialostocki
no could not convert string to float: PL343 15 699 Region Code   PL343
no could not convert string to float: .. 12 700 2013 ..
no could not convert string to float: .. 13 700 2014 ..
no could not convert string to float: Lomzynski 14 700 Region Name Lomzynski
no could not convert string to float: PL344 15 700 Region Code   PL344
no could not convert string to float: .. 12 701 2013 ..
no could not convert string to float: .. 13 701 2014 ..
no could not convert string to float: Suwalski 14 701 Region Name Suwalski
no could not convert string to float: PL345 15 701 Region Code   PL345
no could not convert string to float: .. 13 702 2014 ..
no could not convert string to float: Greater Poland 14 702 Region Name Greater Poland
no could not convert string to float: PL41 15 702 Region Code PL41
no could not convert string to float: .. 12 703 2013 ..
no could not convert string to float: .. 13 703 2014 ..
no could not convert string to float: Pilski 14 703 Region Name Pilski
no could not convert string to float: PL411 15 703 Region Code   PL411
no could not convert string to float: .. 12 704 2013 ..
no could not convert string to float: .. 13 704 2014 ..
no could not convert string to float: Koninski 14 704 Region Name Koninski
no could not convert string to float: PL414 15 704 Region Code   PL414
no could not convert string to float: .. 12 705 2013 ..
no could not convert string to float: .. 13 705 2014 ..
no could not convert string to float: City of Poznan 14 705 Region Name City of Poznan
no could not convert string to float: PL415 15 705 Region Code   PL415
no could not convert string to float: .. 12 706 2013 ..
no could not convert string to float: .. 13 706 2014 ..
no could not convert string to float: Kaliski 14 706 Region Name Kaliski
no could not convert string to float: PL416 15 706 Region Code   PL416
no could not convert string to float: .. 12 707 2013 ..
no could not convert string to float: .. 13 707 2014 ..
no could not convert string to float: Leszczynski 14 707 Region Name Leszczynski
no could not convert string to float: PL417 15 707 Region Code   PL417
no could not convert string to float: .. 12 708 2013 ..
no could not convert string to float: .. 13 708 2014 ..
no could not convert string to float: Poznanski 14 708 Region Name Poznanski
no could not convert string to float: PL418 15 708 Region Code   PL418
no could not convert string to float: .. 13 709 2014 ..
no could not convert string to float: West Pomerania 14 709 Region Name West Pomerania
no could not convert string to float: PL42 15 709 Region Code PL42
no could not convert string to float: .. 12 710 2013 ..
no could not convert string to float: .. 13 710 2014 ..
no could not convert string to float: Koszalinski 14 710 Region Name Koszalinski
no could not convert string to float: PL422 15 710 Region Code   PL422
no could not convert string to float: .. 12 711 2013 ..
no could not convert string to float: .. 13 711 2014 ..
no could not convert string to float: Stargardzki 14 711 Region Name Stargardzki
no could not convert string to float: PL423 15 711 Region Code   PL423
no could not convert string to float: .. 12 712 2013 ..
no could not convert string to float: .. 13 712 2014 ..
no could not convert string to float: City of Szczecin 14 712 Region Name City of Szczecin
no could not convert string to float: PL424 15 712 Region Code   PL424
no could not convert string to float: .. 12 713 2013 ..
no could not convert string to float: .. 13 713 2014 ..
no could not convert string to float: Szczecinski 14 713 Region Name Szczecinski
no could not convert string to float: PL425 15 713 Region Code   PL425
no could not convert string to float: .. 13 714 2014 ..
no could not convert string to float: Lubusz 14 714 Region Name Lubusz
no could not convert string to float: PL43 15 714 Region Code PL43
no could not convert string to float: .. 12 715 2013 ..
no could not convert string to float: .. 13 715 2014 ..
no could not convert string to float: Gorzowski 14 715 Region Name Gorzowski
no could not convert string to float: PL431 15 715 Region Code   PL431
no could not convert string to float: .. 12 716 2013 ..
no could not convert string to float: .. 13 716 2014 ..
no could not convert string to float: Zielonog�rski 14 716 Region Name Zielonogórski
no could not convert string to float: PL432 15 716 Region Code   PL432
no could not convert string to float: .. 13 717 2014 ..
no could not convert string to float: Lower Silesia 14 717 Region Name Lower Silesia
no could not convert string to float: PL51 15 717 Region Code PL51
no could not convert string to float: .. 12 718 2013 ..
no could not convert string to float: .. 13 718 2014 ..
no could not convert string to float: City of Wroclaw 14 718 Region Name City of Wroclaw
no could not convert string to float: PL514 15 718 Region Code   PL514
no could not convert string to float: .. 12 719 2013 ..
no could not convert string to float: .. 13 719 2014 ..
no could not convert string to float: Jeleniog�rski 14 719 Region Name Jeleniogórski
no could not convert string to float: PL515 15 719 Region Code   PL515
no could not convert string to float: .. 12 720 2013 ..
no could not convert string to float: .. 13 720 2014 ..
no could not convert string to float: Legnicko-Glogowski 14 720 Region Name Legnicko-Glogowski
no could not convert string to float: PL516 15 720 Region Code   PL516
no could not convert string to float: .. 12 721 2013 ..
no could not convert string to float: .. 13 721 2014 ..
no could not convert string to float: Walbrzyski 14 721 Region Name Walbrzyski
no could not convert string to float: PL517 15 721 Region Code   PL517
no could not convert string to float: .. 12 722 2013 ..
no could not convert string to float: .. 13 722 2014 ..
no could not convert string to float: Wroclawski 14 722 Region Name Wroclawski
no could not convert string to float: PL518 15 722 Region Code   PL518
no could not convert string to float: .. 13 723 2014 ..
no could not convert string to float: Opole region 14 723 Region Name Opole region
no could not convert string to float: PL52 15 723 Region Code PL52
no could not convert string to float: .. 12 724 2013 ..
no could not convert string to float: .. 13 724 2014 ..
no could not convert string to float: Nyski 14 724 Region Name Nyski
no could not convert string to float: PL521 15 724 Region Code   PL521
no could not convert string to float: .. 12 725 2013 ..
no could not convert string to float: .. 13 725 2014 ..
no could not convert string to float: Opolski 14 725 Region Name Opolski
no could not convert string to float: PL522 15 725 Region Code   PL522
no could not convert string to float: .. 13 726 2014 ..
no could not convert string to float: Kuyavian-Pomerania 14 726 Region Name Kuyavian-Pomerania
no could not convert string to float: PL61 15 726 Region Code PL61
no could not convert string to float: .. 12 727 2013 ..
no could not convert string to float: .. 13 727 2014 ..
no could not convert string to float: Bydgosko-Torunski 14 727 Region Name Bydgosko-Torunski
no could not convert string to float: PL613 15 727 Region Code   PL613
no could not convert string to float: .. 12 728 2013 ..
no could not convert string to float: .. 13 728 2014 ..
no could not convert string to float: Grudziadzki 14 728 Region Name Grudziadzki
no could not convert string to float: PL614 15 728 Region Code   PL614
no could not convert string to float: .. 12 729 2013 ..
no could not convert string to float: .. 13 729 2014 ..
no could not convert string to float: Wloclawski 14 729 Region Name Wloclawski
no could not convert string to float: PL615 15 729 Region Code   PL615
no could not convert string to float: .. 13 730 2014 ..
no could not convert string to float: Warmian-Masuria 14 730 Region Name Warmian-Masuria
no could not convert string to float: PL62 15 730 Region Code PL62
no could not convert string to float: .. 12 731 2013 ..
no could not convert string to float: .. 13 731 2014 ..
no could not convert string to float: Elblaski 14 731 Region Name Elblaski
no could not convert string to float: PL621 15 731 Region Code   PL621
no could not convert string to float: .. 12 732 2013 ..
no could not convert string to float: .. 13 732 2014 ..
no could not convert string to float: Olsztynski 14 732 Region Name Olsztynski
no could not convert string to float: PL622 15 732 Region Code   PL622
no could not convert string to float: .. 12 733 2013 ..
no could not convert string to float: .. 13 733 2014 ..
no could not convert string to float: Elcki 14 733 Region Name Elcki
no could not convert string to float: PL623 15 733 Region Code   PL623
no could not convert string to float: .. 13 734 2014 ..
no could not convert string to float: Pomerania 14 734 Region Name Pomerania
no could not convert string to float: PL63 15 734 Region Code PL63
no could not convert string to float: .. 12 735 2013 ..
no could not convert string to float: .. 13 735 2014 ..
no could not convert string to float: Slupski 14 735 Region Name Slupski
no could not convert string to float: PL631 15 735 Region Code   PL631
no could not convert string to float: .. 12 736 2013 ..
no could not convert string to float: .. 13 736 2014 ..
no could not convert string to float: Trojmiejski 14 736 Region Name Trojmiejski
no could not convert string to float: PL633 15 736 Region Code   PL633
no could not convert string to float: .. 12 737 2013 ..
no could not convert string to float: .. 13 737 2014 ..
no could not convert string to float: Gdanski 14 737 Region Name Gdanski
no could not convert string to float: PL634 15 737 Region Code   PL634
no could not convert string to float: .. 12 738 2013 ..
no could not convert string to float: .. 13 738 2014 ..
no could not convert string to float: Starogardzki 14 738 Region Name Starogardzki
no could not convert string to float: PL635 15 738 Region Code   PL635
no could not convert string to float: .. 13 739 2014 ..
no could not convert string to float: Portugal 14 739 Region Name Portugal
no could not convert string to float: PRT 15 739 Region Code PRT
no could not convert string to float: .. 13 740 2014 ..
no could not convert string to float: North (PT) 14 740 Region Name North (PT)
no could not convert string to float: PT11 15 740 Region Code PT11
no could not convert string to float: .. 13 741 2014 ..
no could not convert string to float: Algarve 14 741 Region Name Algarve
no could not convert string to float: PT15 15 741 Region Code PT15
no could not convert string to float: .. 13 742 2014 ..
no could not convert string to float: Central Portugal 14 742 Region Name Central Portugal
no could not convert string to float: PT16 15 742 Region Code PT16
no could not convert string to float: .. 13 743 2014 ..
no could not convert string to float: Lisbon 14 743 Region Name Lisbon
no could not convert string to float: PT17 15 743 Region Code PT17
no could not convert string to float: .. 13 744 2014 ..
no could not convert string to float: Alentejo 14 744 Region Name Alentejo
no could not convert string to float: PT18 15 744 Region Code PT18
no could not convert string to float: .. 13 745 2014 ..
no could not convert string to float: Azores (PT) 14 745 Region Name Azores (PT)
no could not convert string to float: PT20 15 745 Region Code PT20
no could not convert string to float: .. 13 746 2014 ..
no could not convert string to float: Madeira (PT) 14 746 Region Name Madeira (PT)
no could not convert string to float: PT30 15 746 Region Code PT30
no could not convert string to float: .. 13 747 2014 ..
no could not convert string to float: Minho-Lima 14 747 Region Name Minho-Lima
no could not convert string to float: PT111_2002 15 747 Region Code   PT111_2002
no could not convert string to float: .. 13 748 2014 ..
no could not convert string to float: C�vado 14 748 Region Name Cávado
no could not convert string to float: PT112_2002 15 748 Region Code   PT112_2002
no could not convert string to float: .. 13 749 2014 ..
no could not convert string to float: Ave 14 749 Region Name Ave
no could not convert string to float: PT113_2002 15 749 Region Code   PT113_2002
no could not convert string to float: .. 13 750 2014 ..
no could not convert string to float: Grande Porto 14 750 Region Name Grande Porto
no could not convert string to float: PT114_2002 15 750 Region Code   PT114_2002
no could not convert string to float: .. 13 751 2014 ..
no could not convert string to float: T�mega 14 751 Region Name Tâmega
no could not convert string to float: PT115_2002 15 751 Region Code   PT115_2002
no could not convert string to float: .. 13 752 2014 ..
no could not convert string to float: Entre Douro e Vouga 14 752 Region Name Entre Douro e Vouga
no could not convert string to float: PT116_2002 15 752 Region Code   PT116_2002
no could not convert string to float: .. 13 753 2014 ..
no could not convert string to float: Douro 14 753 Region Name Douro
no could not convert string to float: PT117_2002 15 753 Region Code   PT117_2002
no could not convert string to float: .. 13 754 2014 ..
no could not convert string to float: Alto Tr�s-os-Montes 14 754 Region Name Alto Trás-os-Montes
no could not convert string to float: PT118_2002 15 754 Region Code   PT118_2002
no could not convert string to float: .. 13 755 2014 ..
no could not convert string to float: Algarve 14 755 Region Name Algarve
no could not convert string to float: PT150_2002 15 755 Region Code   PT150_2002
no could not convert string to float: .. 13 756 2014 ..
no could not convert string to float: Baixo Vouga 14 756 Region Name Baixo Vouga
no could not convert string to float: PT161_2002 15 756 Region Code   PT161_2002
no could not convert string to float: .. 13 757 2014 ..
no could not convert string to float: Baixo Mondego 14 757 Region Name Baixo Mondego
no could not convert string to float: PT162_2002 15 757 Region Code   PT162_2002
no could not convert string to float: .. 13 758 2014 ..
no could not convert string to float: Pinhal Litoral 14 758 Region Name Pinhal Litoral
no could not convert string to float: PT163_2002 15 758 Region Code   PT163_2002
no could not convert string to float: .. 13 759 2014 ..
no could not convert string to float: Pinhal Interior Norte 14 759 Region Name Pinhal Interior Norte
no could not convert string to float: PT164_2002 15 759 Region Code   PT164_2002
no could not convert string to float: .. 13 760 2014 ..
no could not convert string to float: D�o-Laf�es 14 760 Region Name Dão-Lafões
no could not convert string to float: PT165_2002 15 760 Region Code   PT165_2002
no could not convert string to float: .. 13 761 2014 ..
no could not convert string to float: Pinhal Interior Sul 14 761 Region Name Pinhal Interior Sul
no could not convert string to float: PT166_2002 15 761 Region Code   PT166_2002
no could not convert string to float: .. 13 762 2014 ..
no could not convert string to float: Serra da Estrela 14 762 Region Name Serra da Estrela
no could not convert string to float: PT167_2002 15 762 Region Code   PT167_2002
no could not convert string to float: .. 13 763 2014 ..
no could not convert string to float: Beira Interior Norte 14 763 Region Name Beira Interior Norte
no could not convert string to float: PT168_2002 15 763 Region Code   PT168_2002
no could not convert string to float: .. 13 764 2014 ..
no could not convert string to float: Beira Interior Sul 14 764 Region Name Beira Interior Sul
no could not convert string to float: PT169_2002 15 764 Region Code   PT169_2002
no could not convert string to float: .. 13 765 2014 ..
no could not convert string to float: Cova da Beira 14 765 Region Name Cova da Beira
no could not convert string to float: PT16A_2002 15 765 Region Code   PT16A_2002
no could not convert string to float: .. 13 766 2014 ..
no could not convert string to float: Oeste 14 766 Region Name Oeste
no could not convert string to float: PT16B_2002 15 766 Region Code   PT16B_2002
no could not convert string to float: .. 13 767 2014 ..
no could not convert string to float: M�dio Tejo 14 767 Region Name Médio Tejo
no could not convert string to float: PT16C_2002 15 767 Region Code   PT16C_2002
no could not convert string to float: .. 13 768 2014 ..
no could not convert string to float: Grande Lisboa 14 768 Region Name Grande Lisboa
no could not convert string to float: PT171_2002 15 768 Region Code   PT171_2002
no could not convert string to float: .. 13 769 2014 ..
no could not convert string to float: Pen�nsula de Set�bal 14 769 Region Name Península de Setúbal
no could not convert string to float: PT172_2002 15 769 Region Code   PT172_2002
no could not convert string to float: .. 13 770 2014 ..
no could not convert string to float: Alentejo Litoral 14 770 Region Name Alentejo Litoral
no could not convert string to float: PT181_2002 15 770 Region Code   PT181_2002
no could not convert string to float: .. 13 771 2014 ..
no could not convert string to float: Alto Alentejo 14 771 Region Name Alto Alentejo
no could not convert string to float: PT182_2002 15 771 Region Code   PT182_2002
no could not convert string to float: .. 13 772 2014 ..
no could not convert string to float: Alentejo Central 14 772 Region Name Alentejo Central
no could not convert string to float: PT183_2002 15 772 Region Code   PT183_2002
no could not convert string to float: .. 13 773 2014 ..
no could not convert string to float: Baixo Alentejo 14 773 Region Name Baixo Alentejo
no could not convert string to float: PT184_2002 15 773 Region Code   PT184_2002
no could not convert string to float: .. 13 774 2014 ..
no could not convert string to float: Lez�ria do Tejo 14 774 Region Name Lezíria do Tejo
no could not convert string to float: PT185_2002 15 774 Region Code   PT185_2002
no could not convert string to float: .. 13 775 2014 ..
no could not convert string to float: Azores (PT) 14 775 Region Name Azores (PT)
no could not convert string to float: PT200_2002 15 775 Region Code   PT200_2002
no could not convert string to float: .. 13 776 2014 ..
no could not convert string to float: Madeira (PT) 14 776 Region Name Madeira (PT)
no could not convert string to float: PT300_2002 15 776 Region Code   PT300_2002
no could not convert string to float: .. 13 777 2014 ..
no could not convert string to float: Slovak Republic 14 777 Region Name Slovak Republic
no could not convert string to float: SVK 15 777 Region Code SVK
no could not convert string to float: .. 13 778 2014 ..
no could not convert string to float: Bratislava Region 14 778 Region Name Bratislava Region
no could not convert string to float: SK01 15 778 Region Code SK01
no could not convert string to float: .. 13 779 2014 ..
no could not convert string to float: Bratislava Region 14 779 Region Name Bratislava Region
no could not convert string to float: SK010 15 779 Region Code   SK010
no could not convert string to float: .. 13 780 2014 ..
no could not convert string to float: West Slovakia 14 780 Region Name West Slovakia
no could not convert string to float: SK02 15 780 Region Code SK02
no could not convert string to float: .. 13 781 2014 ..
no could not convert string to float: Trnava Region 14 781 Region Name Trnava Region
no could not convert string to float: SK021 15 781 Region Code   SK021
no could not convert string to float: .. 13 782 2014 ..
no could not convert string to float: Trenc�n Region 14 782 Region Name Trencín Region
no could not convert string to float: SK022 15 782 Region Code   SK022
no could not convert string to float: .. 13 783 2014 ..
no could not convert string to float: Nitra Region 14 783 Region Name Nitra Region
no could not convert string to float: SK023 15 783 Region Code   SK023
no could not convert string to float: .. 13 784 2014 ..
no could not convert string to float: Central Slovakia 14 784 Region Name Central Slovakia
no could not convert string to float: SK03 15 784 Region Code SK03
no could not convert string to float: .. 13 785 2014 ..
no 'decimal' codec can't encode character u'\u017d' in position 0: invalid decimal Unicode string 14 785 Region Name Žilina Region
no could not convert string to float: SK031 15 785 Region Code   SK031
no could not convert string to float: .. 13 786 2014 ..
no could not convert string to float: Bansk� Bystrica Region 14 786 Region Name Banská Bystrica Region
no could not convert string to float: SK032 15 786 Region Code   SK032
no could not convert string to float: .. 13 787 2014 ..
no could not convert string to float: East Slovakia 14 787 Region Name East Slovakia
no could not convert string to float: SK04 15 787 Region Code SK04
no could not convert string to float: .. 13 788 2014 ..
no 'decimal' codec can't encode character u'\u0161' in position 3: invalid decimal Unicode string 14 788 Region Name Prešov Region
no could not convert string to float: SK041 15 788 Region Code   SK041
no could not convert string to float: .. 13 789 2014 ..
no 'decimal' codec can't encode character u'\u0161' in position 2: invalid decimal Unicode string 14 789 Region Name Košice Region
no could not convert string to float: SK042 15 789 Region Code   SK042
no could not convert string to float: .. 13 790 2014 ..
no could not convert string to float: Slovenia 14 790 Region Name Slovenia
no could not convert string to float: SVN 15 790 Region Code SVN
no could not convert string to float: .. 13 791 2014 ..
no could not convert string to float: Eastern Slovenia 14 791 Region Name Eastern Slovenia
no could not convert string to float: SI01 15 791 Region Code SI01
no could not convert string to float: .. 13 792 2014 ..
no could not convert string to float: Mura 14 792 Region Name Mura
no could not convert string to float: SI011 15 792 Region Code   SI011
no could not convert string to float: .. 13 793 2014 ..
no could not convert string to float: Drava 14 793 Region Name Drava
no could not convert string to float: SI012 15 793 Region Code   SI012
no could not convert string to float: .. 13 794 2014 ..
no could not convert string to float: Carinthia 14 794 Region Name Carinthia
no could not convert string to float: SI013 15 794 Region Code   SI013
no could not convert string to float: .. 13 795 2014 ..
no could not convert string to float: Savinja 14 795 Region Name Savinja
no could not convert string to float: SI014 15 795 Region Code   SI014
no could not convert string to float: .. 13 796 2014 ..
no could not convert string to float: Central Sava 14 796 Region Name Central Sava
no could not convert string to float: SI015 15 796 Region Code   SI015
no could not convert string to float: .. 13 797 2014 ..
no could not convert string to float: Lower Sava 14 797 Region Name Lower Sava
no could not convert string to float: SI016 15 797 Region Code   SI016
no could not convert string to float: .. 13 798 2014 ..
no could not convert string to float: Southeast Slovenia 14 798 Region Name Southeast Slovenia
no could not convert string to float: SI017 15 798 Region Code   SI017
no could not convert string to float: .. 13 799 2014 ..
no could not convert string to float: Inner-Karst 14 799 Region Name Inner-Karst
no could not convert string to float: SI018 15 799 Region Code   SI018
no could not convert string to float: .. 13 800 2014 ..
no could not convert string to float: Western Slovenia 14 800 Region Name Western Slovenia
no could not convert string to float: SI02 15 800 Region Code SI02
no could not convert string to float: .. 13 801 2014 ..
no could not convert string to float: Central Slovenia 14 801 Region Name Central Slovenia
no could not convert string to float: SI021 15 801 Region Code   SI021
no could not convert string to float: .. 13 802 2014 ..
no could not convert string to float: Upper Carniola 14 802 Region Name Upper Carniola
no could not convert string to float: SI022 15 802 Region Code   SI022
no could not convert string to float: .. 13 803 2014 ..
no could not convert string to float: Goriska 14 803 Region Name Goriska
no could not convert string to float: SI023 15 803 Region Code   SI023
no could not convert string to float: .. 13 804 2014 ..
no could not convert string to float: Coastal-Karst 14 804 Region Name Coastal-Karst
no could not convert string to float: SI024 15 804 Region Code   SI024
no could not convert string to float: .. 13 805 2014 ..
no could not convert string to float: Spain 14 805 Region Name Spain
no could not convert string to float: ESP 15 805 Region Code ESP
no could not convert string to float: .. 13 806 2014 ..
no could not convert string to float: Galicia 14 806 Region Name Galicia
no could not convert string to float: ES11 15 806 Region Code ES11
no could not convert string to float: .. 12 807 2013 ..
no could not convert string to float: .. 13 807 2014 ..
no could not convert string to float: La Corunna 14 807 Region Name La Corunna
no could not convert string to float: ES111 15 807 Region Code   ES111
no could not convert string to float: .. 12 808 2013 ..
no could not convert string to float: .. 13 808 2014 ..
no could not convert string to float: Lugo 14 808 Region Name Lugo
no could not convert string to float: ES112 15 808 Region Code   ES112
no could not convert string to float: .. 12 809 2013 ..
no could not convert string to float: .. 13 809 2014 ..
no could not convert string to float: Orense 14 809 Region Name Orense
no could not convert string to float: ES113 15 809 Region Code   ES113
no could not convert string to float: .. 12 810 2013 ..
no could not convert string to float: .. 13 810 2014 ..
no could not convert string to float: Pontevedra 14 810 Region Name Pontevedra
no could not convert string to float: ES114 15 810 Region Code   ES114
no could not convert string to float: .. 13 811 2014 ..
no could not convert string to float: Asturias 14 811 Region Name Asturias
no could not convert string to float: ES12 15 811 Region Code ES12
no could not convert string to float: .. 12 812 2013 ..
no could not convert string to float: .. 13 812 2014 ..
no could not convert string to float: Asturias 14 812 Region Name Asturias
no could not convert string to float: ES120 15 812 Region Code   ES120
no could not convert string to float: .. 13 813 2014 ..
no could not convert string to float: Cantabria 14 813 Region Name Cantabria
no could not convert string to float: ES13 15 813 Region Code ES13
no could not convert string to float: .. 12 814 2013 ..
no could not convert string to float: .. 13 814 2014 ..
no could not convert string to float: Cantabria 14 814 Region Name Cantabria
no could not convert string to float: ES130 15 814 Region Code   ES130
no could not convert string to float: .. 13 815 2014 ..
no could not convert string to float: Basque Country 14 815 Region Name Basque Country
no could not convert string to float: ES21 15 815 Region Code ES21
no could not convert string to float: .. 12 816 2013 ..
no could not convert string to float: .. 13 816 2014 ..
no could not convert string to float: �lava 14 816 Region Name Álava
no could not convert string to float: ES211 15 816 Region Code   ES211
no could not convert string to float: .. 12 817 2013 ..
no could not convert string to float: .. 13 817 2014 ..
no could not convert string to float: Guipuscoa 14 817 Region Name Guipuscoa
no could not convert string to float: ES212 15 817 Region Code   ES212
no could not convert string to float: .. 12 818 2013 ..
no could not convert string to float: .. 13 818 2014 ..
no could not convert string to float: Biscay 14 818 Region Name Biscay
no could not convert string to float: ES213 15 818 Region Code   ES213
no could not convert string to float: .. 13 819 2014 ..
no could not convert string to float: Navarra 14 819 Region Name Navarra
no could not convert string to float: ES22 15 819 Region Code ES22
no could not convert string to float: .. 12 820 2013 ..
no could not convert string to float: .. 13 820 2014 ..
no could not convert string to float: Navarre 14 820 Region Name Navarre
no could not convert string to float: ES220 15 820 Region Code   ES220
no could not convert string to float: .. 13 821 2014 ..
no could not convert string to float: La Rioja 14 821 Region Name La Rioja
no could not convert string to float: ES23 15 821 Region Code ES23
no could not convert string to float: .. 12 822 2013 ..
no could not convert string to float: .. 13 822 2014 ..
no could not convert string to float: La Rioja (ES) 14 822 Region Name La Rioja (ES)
no could not convert string to float: ES230 15 822 Region Code   ES230
no could not convert string to float: .. 13 823 2014 ..
no could not convert string to float: Aragon 14 823 Region Name Aragon
no could not convert string to float: ES24 15 823 Region Code ES24
no could not convert string to float: .. 12 824 2013 ..
no could not convert string to float: .. 13 824 2014 ..
no could not convert string to float: Huesca 14 824 Region Name Huesca
no could not convert string to float: ES241 15 824 Region Code   ES241
no could not convert string to float: .. 12 825 2013 ..
no could not convert string to float: .. 13 825 2014 ..
no could not convert string to float: Teruel 14 825 Region Name Teruel
no could not convert string to float: ES242 15 825 Region Code   ES242
no could not convert string to float: .. 12 826 2013 ..
no could not convert string to float: .. 13 826 2014 ..
no could not convert string to float: Saragossa 14 826 Region Name Saragossa
no could not convert string to float: ES243 15 826 Region Code   ES243
no could not convert string to float: .. 13 827 2014 ..
no could not convert string to float: Madrid 14 827 Region Name Madrid
no could not convert string to float: ES30 15 827 Region Code ES30
no could not convert string to float: .. 12 828 2013 ..
no could not convert string to float: .. 13 828 2014 ..
no could not convert string to float: Madrid 14 828 Region Name Madrid
no could not convert string to float: ES300 15 828 Region Code   ES300
no could not convert string to float: .. 13 829 2014 ..
no could not convert string to float: Castile and Le�n 14 829 Region Name Castile and León
no could not convert string to float: ES41 15 829 Region Code ES41
no could not convert string to float: .. 12 830 2013 ..
no could not convert string to float: .. 13 830 2014 ..
no could not convert string to float: �vila 14 830 Region Name Ávila
no could not convert string to float: ES411 15 830 Region Code   ES411
no could not convert string to float: .. 12 831 2013 ..
no could not convert string to float: .. 13 831 2014 ..
no could not convert string to float: Burgos 14 831 Region Name Burgos
no could not convert string to float: ES412 15 831 Region Code   ES412
no could not convert string to float: .. 12 832 2013 ..
no could not convert string to float: .. 13 832 2014 ..
no could not convert string to float: Le�n 14 832 Region Name León
no could not convert string to float: ES413 15 832 Region Code   ES413
no could not convert string to float: .. 12 833 2013 ..
no could not convert string to float: .. 13 833 2014 ..
no could not convert string to float: Palencia 14 833 Region Name Palencia
no could not convert string to float: ES414 15 833 Region Code   ES414
no could not convert string to float: .. 12 834 2013 ..
no could not convert string to float: .. 13 834 2014 ..
no could not convert string to float: Salamanca 14 834 Region Name Salamanca
no could not convert string to float: ES415 15 834 Region Code   ES415
no could not convert string to float: .. 12 835 2013 ..
no could not convert string to float: .. 13 835 2014 ..
no could not convert string to float: Segovia 14 835 Region Name Segovia
no could not convert string to float: ES416 15 835 Region Code   ES416
no could not convert string to float: .. 12 836 2013 ..
no could not convert string to float: .. 13 836 2014 ..
no could not convert string to float: Soria 14 836 Region Name Soria
no could not convert string to float: ES417 15 836 Region Code   ES417
no could not convert string to float: .. 12 837 2013 ..
no could not convert string to float: .. 13 837 2014 ..
no could not convert string to float: Valladolid 14 837 Region Name Valladolid
no could not convert string to float: ES418 15 837 Region Code   ES418
no could not convert string to float: .. 12 838 2013 ..
no could not convert string to float: .. 13 838 2014 ..
no could not convert string to float: Zamora 14 838 Region Name Zamora
no could not convert string to float: ES419 15 838 Region Code   ES419
no could not convert string to float: .. 13 839 2014 ..
no could not convert string to float: Castile-La Mancha 14 839 Region Name Castile-La Mancha
no could not convert string to float: ES42 15 839 Region Code ES42
no could not convert string to float: .. 12 840 2013 ..
no could not convert string to float: .. 13 840 2014 ..
no could not convert string to float: Albacete 14 840 Region Name Albacete
no could not convert string to float: ES421 15 840 Region Code   ES421
no could not convert string to float: .. 12 841 2013 ..
no could not convert string to float: .. 13 841 2014 ..
no could not convert string to float: Ciudad Real 14 841 Region Name Ciudad Real
no could not convert string to float: ES422 15 841 Region Code   ES422
no could not convert string to float: .. 12 842 2013 ..
no could not convert string to float: .. 13 842 2014 ..
no could not convert string to float: Cuenca 14 842 Region Name Cuenca
no could not convert string to float: ES423 15 842 Region Code   ES423
no could not convert string to float: .. 12 843 2013 ..
no could not convert string to float: .. 13 843 2014 ..
no could not convert string to float: Guadalajara 14 843 Region Name Guadalajara
no could not convert string to float: ES424 15 843 Region Code   ES424
no could not convert string to float: .. 12 844 2013 ..
no could not convert string to float: .. 13 844 2014 ..
no could not convert string to float: Toledo 14 844 Region Name Toledo
no could not convert string to float: ES425 15 844 Region Code   ES425
no could not convert string to float: .. 13 845 2014 ..
no could not convert string to float: Extremadura 14 845 Region Name Extremadura
no could not convert string to float: ES43 15 845 Region Code ES43
no could not convert string to float: .. 12 846 2013 ..
no could not convert string to float: .. 13 846 2014 ..
no could not convert string to float: Badajoz 14 846 Region Name Badajoz
no could not convert string to float: ES431 15 846 Region Code   ES431
no could not convert string to float: .. 12 847 2013 ..
no could not convert string to float: .. 13 847 2014 ..
no could not convert string to float: C�ceres 14 847 Region Name Cáceres
no could not convert string to float: ES432 15 847 Region Code   ES432
no could not convert string to float: .. 13 848 2014 ..
no could not convert string to float: Catalonia 14 848 Region Name Catalonia
no could not convert string to float: ES51 15 848 Region Code ES51
no could not convert string to float: .. 12 849 2013 ..
no could not convert string to float: .. 13 849 2014 ..
no could not convert string to float: Barcelona 14 849 Region Name Barcelona
no could not convert string to float: ES511 15 849 Region Code   ES511
no could not convert string to float: .. 12 850 2013 ..
no could not convert string to float: .. 13 850 2014 ..
no could not convert string to float: Gerona 14 850 Region Name Gerona
no could not convert string to float: ES512 15 850 Region Code   ES512
no could not convert string to float: .. 12 851 2013 ..
no could not convert string to float: .. 13 851 2014 ..
no could not convert string to float: L�rida 14 851 Region Name Lérida
no could not convert string to float: ES513 15 851 Region Code   ES513
no could not convert string to float: .. 12 852 2013 ..
no could not convert string to float: .. 13 852 2014 ..
no could not convert string to float: Tarragona 14 852 Region Name Tarragona
no could not convert string to float: ES514 15 852 Region Code   ES514
no could not convert string to float: .. 13 853 2014 ..
no could not convert string to float: Valencia 14 853 Region Name Valencia
no could not convert string to float: ES52 15 853 Region Code ES52
no could not convert string to float: .. 12 854 2013 ..
no could not convert string to float: .. 13 854 2014 ..
no could not convert string to float: Alicante 14 854 Region Name Alicante
no could not convert string to float: ES521 15 854 Region Code   ES521
no could not convert string to float: .. 12 855 2013 ..
no could not convert string to float: .. 13 855 2014 ..
no could not convert string to float: Castell�n 14 855 Region Name Castellón
no could not convert string to float: ES522 15 855 Region Code   ES522
no could not convert string to float: .. 12 856 2013 ..
no could not convert string to float: .. 13 856 2014 ..
no could not convert string to float: Valencia 14 856 Region Name Valencia
no could not convert string to float: ES523 15 856 Region Code   ES523
no could not convert string to float: .. 13 857 2014 ..
no could not convert string to float: Balearic Islands 14 857 Region Name Balearic Islands
no could not convert string to float: ES53 15 857 Region Code ES53
no could not convert string to float: .. 12 858 2013 ..
no could not convert string to float: .. 13 858 2014 ..
no could not convert string to float: Eivissa Y Formentera 14 858 Region Name Eivissa Y Formentera
no could not convert string to float: ES531 15 858 Region Code   ES531
no could not convert string to float: .. 12 859 2013 ..
no could not convert string to float: .. 13 859 2014 ..
no could not convert string to float: Mallorca 14 859 Region Name Mallorca
no could not convert string to float: ES532 15 859 Region Code   ES532
no could not convert string to float: .. 12 860 2013 ..
no could not convert string to float: .. 13 860 2014 ..
no could not convert string to float: Menorca 14 860 Region Name Menorca
no could not convert string to float: ES533 15 860 Region Code   ES533
no could not convert string to float: .. 13 861 2014 ..
no could not convert string to float: Andalusia 14 861 Region Name Andalusia
no could not convert string to float: ES61 15 861 Region Code ES61
no could not convert string to float: .. 12 862 2013 ..
no could not convert string to float: .. 13 862 2014 ..
no could not convert string to float: Almer�a 14 862 Region Name Almería
no could not convert string to float: ES611 15 862 Region Code   ES611
no could not convert string to float: .. 12 863 2013 ..
no could not convert string to float: .. 13 863 2014 ..
no could not convert string to float: C�diz 14 863 Region Name Cádiz
no could not convert string to float: ES612 15 863 Region Code   ES612
no could not convert string to float: .. 12 864 2013 ..
no could not convert string to float: .. 13 864 2014 ..
no could not convert string to float: Cordoba (ES) 14 864 Region Name Cordoba (ES)
no could not convert string to float: ES613 15 864 Region Code   ES613
no could not convert string to float: .. 12 865 2013 ..
no could not convert string to float: .. 13 865 2014 ..
no could not convert string to float: Granada 14 865 Region Name Granada
no could not convert string to float: ES614 15 865 Region Code   ES614
no could not convert string to float: .. 12 866 2013 ..
no could not convert string to float: .. 13 866 2014 ..
no could not convert string to float: Huelva 14 866 Region Name Huelva
no could not convert string to float: ES615 15 866 Region Code   ES615
no could not convert string to float: .. 12 867 2013 ..
no could not convert string to float: .. 13 867 2014 ..
no could not convert string to float: Ja�n 14 867 Region Name Jaén
no could not convert string to float: ES616 15 867 Region Code   ES616
no could not convert string to float: .. 12 868 2013 ..
no could not convert string to float: .. 13 868 2014 ..
no could not convert string to float: M�laga 14 868 Region Name Málaga
no could not convert string to float: ES617 15 868 Region Code   ES617
no could not convert string to float: .. 12 869 2013 ..
no could not convert string to float: .. 13 869 2014 ..
no could not convert string to float: Seville 14 869 Region Name Seville
no could not convert string to float: ES618 15 869 Region Code   ES618
no could not convert string to float: .. 13 870 2014 ..
no could not convert string to float: Murcia 14 870 Region Name Murcia
no could not convert string to float: ES62 15 870 Region Code ES62
no could not convert string to float: .. 12 871 2013 ..
no could not convert string to float: .. 13 871 2014 ..
no could not convert string to float: Murcia 14 871 Region Name Murcia
no could not convert string to float: ES620 15 871 Region Code   ES620
no could not convert string to float: .. 13 872 2014 ..
no could not convert string to float: Ceuta 14 872 Region Name Ceuta
no could not convert string to float: ES63 15 872 Region Code ES63
no could not convert string to float: .. 12 873 2013 ..
no could not convert string to float: .. 13 873 2014 ..
no could not convert string to float: Ceuta (ES) 14 873 Region Name Ceuta (ES)
no could not convert string to float: ES630 15 873 Region Code   ES630
no could not convert string to float: .. 13 874 2014 ..
no could not convert string to float: Melilla 14 874 Region Name Melilla
no could not convert string to float: ES64 15 874 Region Code ES64
no could not convert string to float: .. 12 875 2013 ..
no could not convert string to float: .. 13 875 2014 ..
no could not convert string to float: Melilla (ES) 14 875 Region Name Melilla (ES)
no could not convert string to float: ES640 15 875 Region Code   ES640
no could not convert string to float: .. 13 876 2014 ..
no could not convert string to float: Canary Islands 14 876 Region Name Canary Islands
no could not convert string to float: ES70 15 876 Region Code ES70
no could not convert string to float: .. 12 877 2013 ..
no could not convert string to float: .. 13 877 2014 ..
no could not convert string to float: El Hierro 14 877 Region Name El Hierro
no could not convert string to float: ES703 15 877 Region Code   ES703
no could not convert string to float: .. 12 878 2013 ..
no could not convert string to float: .. 13 878 2014 ..
no could not convert string to float: Fuerteventura 14 878 Region Name Fuerteventura
no could not convert string to float: ES704 15 878 Region Code   ES704
no could not convert string to float: .. 12 879 2013 ..
no could not convert string to float: .. 13 879 2014 ..
no could not convert string to float: Gran Canaria 14 879 Region Name Gran Canaria
no could not convert string to float: ES705 15 879 Region Code   ES705
no could not convert string to float: .. 12 880 2013 ..
no could not convert string to float: .. 13 880 2014 ..
no could not convert string to float: La Gomera 14 880 Region Name La Gomera
no could not convert string to float: ES706 15 880 Region Code   ES706
no could not convert string to float: .. 12 881 2013 ..
no could not convert string to float: .. 13 881 2014 ..
no could not convert string to float: La Palma 14 881 Region Name La Palma
no could not convert string to float: ES707 15 881 Region Code   ES707
no could not convert string to float: .. 12 882 2013 ..
no could not convert string to float: .. 13 882 2014 ..
no could not convert string to float: Lanzarote 14 882 Region Name Lanzarote
no could not convert string to float: ES708 15 882 Region Code   ES708
no could not convert string to float: .. 12 883 2013 ..
no could not convert string to float: .. 13 883 2014 ..
no could not convert string to float: Tenerife 14 883 Region Name Tenerife
no could not convert string to float: ES709 15 883 Region Code   ES709
no could not convert string to float: .. 13 884 2014 ..
no could not convert string to float: Sweden 14 884 Region Name Sweden
no could not convert string to float: SWE 15 884 Region Code SWE
no could not convert string to float: .. 13 885 2014 ..
no could not convert string to float: Stockholm 14 885 Region Name Stockholm
no could not convert string to float: SE11 15 885 Region Code SE11
no could not convert string to float: .. 12 886 2013 ..
no could not convert string to float: .. 13 886 2014 ..
no could not convert string to float: Stockholm County 14 886 Region Name Stockholm County
no could not convert string to float: SE110 15 886 Region Code   SE110
no could not convert string to float: .. 13 887 2014 ..
no could not convert string to float: East Middle Sweden 14 887 Region Name East Middle Sweden
no could not convert string to float: SE12 15 887 Region Code SE12
no could not convert string to float: .. 12 888 2013 ..
no could not convert string to float: .. 13 888 2014 ..
no could not convert string to float: Uppsala County 14 888 Region Name Uppsala County
no could not convert string to float: SE121 15 888 Region Code   SE121
no could not convert string to float: .. 12 889 2013 ..
no could not convert string to float: .. 13 889 2014 ..
no could not convert string to float: S�dermanland County 14 889 Region Name Södermanland County
no could not convert string to float: SE122 15 889 Region Code   SE122
no could not convert string to float: .. 12 890 2013 ..
no could not convert string to float: .. 13 890 2014 ..
no could not convert string to float: �sterg�tland County 14 890 Region Name Östergötland County
no could not convert string to float: SE123 15 890 Region Code   SE123
no could not convert string to float: .. 12 891 2013 ..
no could not convert string to float: .. 13 891 2014 ..
no could not convert string to float: �rebro County 14 891 Region Name Örebro County
no could not convert string to float: SE124 15 891 Region Code   SE124
no could not convert string to float: .. 12 892 2013 ..
no could not convert string to float: .. 13 892 2014 ..
no could not convert string to float: V�stmanland County 14 892 Region Name Västmanland County
no could not convert string to float: SE125 15 892 Region Code   SE125
no could not convert string to float: .. 13 893 2014 ..
no could not convert string to float: Sm�land with Islands 14 893 Region Name Småland with Islands
no could not convert string to float: SE21 15 893 Region Code SE21
no could not convert string to float: .. 12 894 2013 ..
no could not convert string to float: .. 13 894 2014 ..
no could not convert string to float: J�nk�ping County 14 894 Region Name Jönköping County
no could not convert string to float: SE211 15 894 Region Code   SE211
no could not convert string to float: .. 12 895 2013 ..
no could not convert string to float: .. 13 895 2014 ..
no could not convert string to float: Kronoberg County 14 895 Region Name Kronoberg County
no could not convert string to float: SE212 15 895 Region Code   SE212
no could not convert string to float: .. 12 896 2013 ..
no could not convert string to float: .. 13 896 2014 ..
no could not convert string to float: Kalmar County 14 896 Region Name Kalmar County
no could not convert string to float: SE213 15 896 Region Code   SE213
no could not convert string to float: .. 12 897 2013 ..
no could not convert string to float: .. 13 897 2014 ..
no could not convert string to float: Gotland County 14 897 Region Name Gotland County
no could not convert string to float: SE214 15 897 Region Code   SE214
no could not convert string to float: .. 13 898 2014 ..
no could not convert string to float: South Sweden 14 898 Region Name South Sweden
no could not convert string to float: SE22 15 898 Region Code SE22
no could not convert string to float: .. 12 899 2013 ..
no could not convert string to float: .. 13 899 2014 ..
no could not convert string to float: Blekinge County 14 899 Region Name Blekinge County
no could not convert string to float: SE221 15 899 Region Code   SE221
no could not convert string to float: .. 12 900 2013 ..
no could not convert string to float: .. 13 900 2014 ..
no could not convert string to float: Sk�ne County 14 900 Region Name Skåne County
no could not convert string to float: SE224 15 900 Region Code   SE224
no could not convert string to float: .. 13 901 2014 ..
no could not convert string to float: West Sweden 14 901 Region Name West Sweden
no could not convert string to float: SE23 15 901 Region Code SE23
no could not convert string to float: .. 12 902 2013 ..
no could not convert string to float: .. 13 902 2014 ..
no could not convert string to float: Halland County 14 902 Region Name Halland County
no could not convert string to float: SE231 15 902 Region Code   SE231
no could not convert string to float: .. 12 903 2013 ..
no could not convert string to float: .. 13 903 2014 ..
no could not convert string to float: V�stra G�taland County 14 903 Region Name Västra Götaland County
no could not convert string to float: SE232 15 903 Region Code   SE232
no could not convert string to float: .. 13 904 2014 ..
no could not convert string to float: North Middle Sweden 14 904 Region Name North Middle Sweden
no could not convert string to float: SE31 15 904 Region Code SE31
no could not convert string to float: .. 12 905 2013 ..
no could not convert string to float: .. 13 905 2014 ..
no could not convert string to float: V�rmlands County 14 905 Region Name Värmlands County
no could not convert string to float: SE311 15 905 Region Code   SE311
no could not convert string to float: .. 12 906 2013 ..
no could not convert string to float: .. 13 906 2014 ..
no could not convert string to float: Dalarna County 14 906 Region Name Dalarna County
no could not convert string to float: SE312 15 906 Region Code   SE312
no could not convert string to float: .. 12 907 2013 ..
no could not convert string to float: .. 13 907 2014 ..
no could not convert string to float: G�vleborg County 14 907 Region Name Gävleborg County
no could not convert string to float: SE313 15 907 Region Code   SE313
no could not convert string to float: .. 13 908 2014 ..
no could not convert string to float: Central Norrland 14 908 Region Name Central Norrland
no could not convert string to float: SE32 15 908 Region Code SE32
no could not convert string to float: .. 12 909 2013 ..
no could not convert string to float: .. 13 909 2014 ..
no could not convert string to float: V�sternorrland County 14 909 Region Name Västernorrland County
no could not convert string to float: SE321 15 909 Region Code   SE321
no could not convert string to float: .. 12 910 2013 ..
no could not convert string to float: .. 13 910 2014 ..
no could not convert string to float: J�mtland County 14 910 Region Name Jämtland County
no could not convert string to float: SE322 15 910 Region Code   SE322
no could not convert string to float: .. 13 911 2014 ..
no could not convert string to float: Upper Norrland 14 911 Region Name Upper Norrland
no could not convert string to float: SE33 15 911 Region Code SE33
no could not convert string to float: .. 12 912 2013 ..
no could not convert string to float: .. 13 912 2014 ..
no could not convert string to float: V�sterbottens County 14 912 Region Name Västerbottens County
no could not convert string to float: SE331 15 912 Region Code   SE331
no could not convert string to float: .. 12 913 2013 ..
no could not convert string to float: .. 13 913 2014 ..
no could not convert string to float: Norrbottens County 14 913 Region Name Norrbottens County
no could not convert string to float: SE332 15 913 Region Code   SE332
no could not convert string to float: .. 13 914 2014 ..
no could not convert string to float: Switzerland 14 914 Region Name Switzerland
no could not convert string to float: CHE 15 914 Region Code CHE
no could not convert string to float: .. 3 915 2004 ..
no could not convert string to float: .. 4 915 2005 ..
no could not convert string to float: .. 5 915 2006 ..
no could not convert string to float: .. 6 915 2007 ..
no could not convert string to float: .. 12 915 2013 ..
no could not convert string to float: .. 13 915 2014 ..
no could not convert string to float: Lake Geneva Region 14 915 Region Name Lake Geneva Region
no could not convert string to float: CH01 15 915 Region Code CH01
no could not convert string to float: .. 3 916 2004 ..
no could not convert string to float: .. 4 916 2005 ..
no could not convert string to float: .. 5 916 2006 ..
no could not convert string to float: .. 6 916 2007 ..
no could not convert string to float: .. 12 916 2013 ..
no could not convert string to float: .. 13 916 2014 ..
no could not convert string to float: Vaud 14 916 Region Name Vaud
no could not convert string to float: CH011 15 916 Region Code   CH011
no could not convert string to float: .. 3 917 2004 ..
no could not convert string to float: .. 4 917 2005 ..
no could not convert string to float: .. 5 917 2006 ..
no could not convert string to float: .. 6 917 2007 ..
no could not convert string to float: .. 12 917 2013 ..
no could not convert string to float: .. 13 917 2014 ..
no could not convert string to float: Valais 14 917 Region Name Valais
no could not convert string to float: CH012 15 917 Region Code   CH012
no could not convert string to float: .. 3 918 2004 ..
no could not convert string to float: .. 4 918 2005 ..
no could not convert string to float: .. 5 918 2006 ..
no could not convert string to float: .. 6 918 2007 ..
no could not convert string to float: .. 12 918 2013 ..
no could not convert string to float: .. 13 918 2014 ..
no could not convert string to float: Gen�ve 14 918 Region Name Genève
no could not convert string to float: CH013 15 918 Region Code   CH013
no could not convert string to float: .. 3 919 2004 ..
no could not convert string to float: .. 4 919 2005 ..
no could not convert string to float: .. 5 919 2006 ..
no could not convert string to float: .. 6 919 2007 ..
no could not convert string to float: .. 12 919 2013 ..
no could not convert string to float: .. 13 919 2014 ..
no could not convert string to float: Espace Mittelland 14 919 Region Name Espace Mittelland
no could not convert string to float: CH02 15 919 Region Code CH02
no could not convert string to float: .. 3 920 2004 ..
no could not convert string to float: .. 4 920 2005 ..
no could not convert string to float: .. 5 920 2006 ..
no could not convert string to float: .. 6 920 2007 ..
no could not convert string to float: .. 12 920 2013 ..
no could not convert string to float: .. 13 920 2014 ..
no could not convert string to float: Bern 14 920 Region Name Bern
no could not convert string to float: CH021 15 920 Region Code   CH021
no could not convert string to float: .. 3 921 2004 ..
no could not convert string to float: .. 4 921 2005 ..
no could not convert string to float: .. 5 921 2006 ..
no could not convert string to float: .. 6 921 2007 ..
no could not convert string to float: .. 12 921 2013 ..
no could not convert string to float: .. 13 921 2014 ..
no could not convert string to float: Fribourg (CH) 14 921 Region Name Fribourg (CH)
no could not convert string to float: CH022 15 921 Region Code   CH022
no could not convert string to float: .. 3 922 2004 ..
no could not convert string to float: .. 4 922 2005 ..
no could not convert string to float: .. 5 922 2006 ..
no could not convert string to float: .. 6 922 2007 ..
no could not convert string to float: .. 12 922 2013 ..
no could not convert string to float: .. 13 922 2014 ..
no could not convert string to float: Solothurn 14 922 Region Name Solothurn
no could not convert string to float: CH023 15 922 Region Code   CH023
no could not convert string to float: .. 3 923 2004 ..
no could not convert string to float: .. 4 923 2005 ..
no could not convert string to float: .. 5 923 2006 ..
no could not convert string to float: .. 6 923 2007 ..
no could not convert string to float: .. 12 923 2013 ..
no could not convert string to float: .. 13 923 2014 ..
no could not convert string to float: Neuch�tel 14 923 Region Name Neuchâtel
no could not convert string to float: CH024 15 923 Region Code   CH024
no could not convert string to float: .. 3 924 2004 ..
no could not convert string to float: .. 4 924 2005 ..
no could not convert string to float: .. 5 924 2006 ..
no could not convert string to float: .. 6 924 2007 ..
no could not convert string to float: .. 12 924 2013 ..
no could not convert string to float: .. 13 924 2014 ..
no could not convert string to float: Jura (CH) 14 924 Region Name Jura (CH)
no could not convert string to float: CH025 15 924 Region Code   CH025
no could not convert string to float: .. 3 925 2004 ..
no could not convert string to float: .. 4 925 2005 ..
no could not convert string to float: .. 5 925 2006 ..
no could not convert string to float: .. 6 925 2007 ..
no could not convert string to float: .. 12 925 2013 ..
no could not convert string to float: .. 13 925 2014 ..
no could not convert string to float: Northwestern Switzerland 14 925 Region Name Northwestern Switzerland
no could not convert string to float: CH03 15 925 Region Code CH03
no could not convert string to float: .. 3 926 2004 ..
no could not convert string to float: .. 4 926 2005 ..
no could not convert string to float: .. 5 926 2006 ..
no could not convert string to float: .. 6 926 2007 ..
no could not convert string to float: .. 12 926 2013 ..
no could not convert string to float: .. 13 926 2014 ..
no could not convert string to float: Basel-Stadt 14 926 Region Name Basel-Stadt
no could not convert string to float: CH031 15 926 Region Code   CH031
no could not convert string to float: .. 3 927 2004 ..
no could not convert string to float: .. 4 927 2005 ..
no could not convert string to float: .. 5 927 2006 ..
no could not convert string to float: .. 6 927 2007 ..
no could not convert string to float: .. 12 927 2013 ..
no could not convert string to float: .. 13 927 2014 ..
no could not convert string to float: Basel-Landschaft 14 927 Region Name Basel-Landschaft
no could not convert string to float: CH032 15 927 Region Code   CH032
no could not convert string to float: .. 3 928 2004 ..
no could not convert string to float: .. 4 928 2005 ..
no could not convert string to float: .. 5 928 2006 ..
no could not convert string to float: .. 6 928 2007 ..
no could not convert string to float: .. 12 928 2013 ..
no could not convert string to float: .. 13 928 2014 ..
no could not convert string to float: Aargau 14 928 Region Name Aargau
no could not convert string to float: CH033 15 928 Region Code   CH033
no could not convert string to float: .. 3 929 2004 ..
no could not convert string to float: .. 4 929 2005 ..
no could not convert string to float: .. 5 929 2006 ..
no could not convert string to float: .. 6 929 2007 ..
no could not convert string to float: .. 12 929 2013 ..
no could not convert string to float: .. 13 929 2014 ..
no could not convert string to float: Zurich 14 929 Region Name Zurich
no could not convert string to float: CH04 15 929 Region Code CH04
no could not convert string to float: .. 3 930 2004 ..
no could not convert string to float: .. 4 930 2005 ..
no could not convert string to float: .. 5 930 2006 ..
no could not convert string to float: .. 6 930 2007 ..
no could not convert string to float: .. 12 930 2013 ..
no could not convert string to float: .. 13 930 2014 ..
no could not convert string to float: Z�rich 14 930 Region Name Zürich
no could not convert string to float: CH040 15 930 Region Code   CH040
no could not convert string to float: .. 3 931 2004 ..
no could not convert string to float: .. 4 931 2005 ..
no could not convert string to float: .. 5 931 2006 ..
no could not convert string to float: .. 6 931 2007 ..
no could not convert string to float: .. 12 931 2013 ..
no could not convert string to float: .. 13 931 2014 ..
no could not convert string to float: Eastern Switzerland 14 931 Region Name Eastern Switzerland
no could not convert string to float: CH05 15 931 Region Code CH05
no could not convert string to float: .. 3 932 2004 ..
no could not convert string to float: .. 4 932 2005 ..
no could not convert string to float: .. 5 932 2006 ..
no could not convert string to float: .. 6 932 2007 ..
no could not convert string to float: .. 12 932 2013 ..
no could not convert string to float: .. 13 932 2014 ..
no could not convert string to float: Glarus 14 932 Region Name Glarus
no could not convert string to float: CH051 15 932 Region Code   CH051
no could not convert string to float: .. 3 933 2004 ..
no could not convert string to float: .. 4 933 2005 ..
no could not convert string to float: .. 5 933 2006 ..
no could not convert string to float: .. 6 933 2007 ..
no could not convert string to float: .. 12 933 2013 ..
no could not convert string to float: .. 13 933 2014 ..
no could not convert string to float: Schaffhausen 14 933 Region Name Schaffhausen
no could not convert string to float: CH052 15 933 Region Code   CH052
no could not convert string to float: .. 3 934 2004 ..
no could not convert string to float: .. 4 934 2005 ..
no could not convert string to float: .. 5 934 2006 ..
no could not convert string to float: .. 6 934 2007 ..
no could not convert string to float: .. 12 934 2013 ..
no could not convert string to float: .. 13 934 2014 ..
no could not convert string to float: Appenzell Ausserrhoden 14 934 Region Name Appenzell Ausserrhoden
no could not convert string to float: CH053 15 934 Region Code   CH053
no could not convert string to float: .. 3 935 2004 ..
no could not convert string to float: .. 4 935 2005 ..
no could not convert string to float: .. 5 935 2006 ..
no could not convert string to float: .. 6 935 2007 ..
no could not convert string to float: .. 12 935 2013 ..
no could not convert string to float: .. 13 935 2014 ..
no could not convert string to float: Appenzell Innerrhoden 14 935 Region Name Appenzell Innerrhoden
no could not convert string to float: CH054 15 935 Region Code   CH054
no could not convert string to float: .. 3 936 2004 ..
no could not convert string to float: .. 4 936 2005 ..
no could not convert string to float: .. 5 936 2006 ..
no could not convert string to float: .. 6 936 2007 ..
no could not convert string to float: .. 12 936 2013 ..
no could not convert string to float: .. 13 936 2014 ..
no could not convert string to float: St. Gallen 14 936 Region Name St. Gallen
no could not convert string to float: CH055 15 936 Region Code   CH055
no could not convert string to float: .. 3 937 2004 ..
no could not convert string to float: .. 4 937 2005 ..
no could not convert string to float: .. 5 937 2006 ..
no could not convert string to float: .. 6 937 2007 ..
no could not convert string to float: .. 12 937 2013 ..
no could not convert string to float: .. 13 937 2014 ..
no could not convert string to float: Graub�nden 14 937 Region Name Graubünden
no could not convert string to float: CH056 15 937 Region Code   CH056
no could not convert string to float: .. 3 938 2004 ..
no could not convert string to float: .. 4 938 2005 ..
no could not convert string to float: .. 5 938 2006 ..
no could not convert string to float: .. 6 938 2007 ..
no could not convert string to float: .. 12 938 2013 ..
no could not convert string to float: .. 13 938 2014 ..
no could not convert string to float: Thurgau 14 938 Region Name Thurgau
no could not convert string to float: CH057 15 938 Region Code   CH057
no could not convert string to float: .. 3 939 2004 ..
no could not convert string to float: .. 4 939 2005 ..
no could not convert string to float: .. 5 939 2006 ..
no could not convert string to float: .. 6 939 2007 ..
no could not convert string to float: .. 12 939 2013 ..
no could not convert string to float: .. 13 939 2014 ..
no could not convert string to float: Central Switzerland 14 939 Region Name Central Switzerland
no could not convert string to float: CH06 15 939 Region Code CH06
no could not convert string to float: .. 3 940 2004 ..
no could not convert string to float: .. 4 940 2005 ..
no could not convert string to float: .. 5 940 2006 ..
no could not convert string to float: .. 6 940 2007 ..
no could not convert string to float: .. 12 940 2013 ..
no could not convert string to float: .. 13 940 2014 ..
no could not convert string to float: Lucerne 14 940 Region Name Lucerne
no could not convert string to float: CH061 15 940 Region Code   CH061
no could not convert string to float: .. 3 941 2004 ..
no could not convert string to float: .. 4 941 2005 ..
no could not convert string to float: .. 5 941 2006 ..
no could not convert string to float: .. 6 941 2007 ..
no could not convert string to float: .. 12 941 2013 ..
no could not convert string to float: .. 13 941 2014 ..
no could not convert string to float: Uri 14 941 Region Name Uri
no could not convert string to float: CH062 15 941 Region Code   CH062
no could not convert string to float: .. 3 942 2004 ..
no could not convert string to float: .. 4 942 2005 ..
no could not convert string to float: .. 5 942 2006 ..
no could not convert string to float: .. 6 942 2007 ..
no could not convert string to float: .. 12 942 2013 ..
no could not convert string to float: .. 13 942 2014 ..
no could not convert string to float: Schwyz 14 942 Region Name Schwyz
no could not convert string to float: CH063 15 942 Region Code   CH063
no could not convert string to float: .. 3 943 2004 ..
no could not convert string to float: .. 4 943 2005 ..
no could not convert string to float: .. 5 943 2006 ..
no could not convert string to float: .. 6 943 2007 ..
no could not convert string to float: .. 12 943 2013 ..
no could not convert string to float: .. 13 943 2014 ..
no could not convert string to float: Obwalden 14 943 Region Name Obwalden
no could not convert string to float: CH064 15 943 Region Code   CH064
no could not convert string to float: .. 3 944 2004 ..
no could not convert string to float: .. 4 944 2005 ..
no could not convert string to float: .. 5 944 2006 ..
no could not convert string to float: .. 6 944 2007 ..
no could not convert string to float: .. 12 944 2013 ..
no could not convert string to float: .. 13 944 2014 ..
no could not convert string to float: Nidwalden 14 944 Region Name Nidwalden
no could not convert string to float: CH065 15 944 Region Code   CH065
no could not convert string to float: .. 3 945 2004 ..
no could not convert string to float: .. 4 945 2005 ..
no could not convert string to float: .. 5 945 2006 ..
no could not convert string to float: .. 6 945 2007 ..
no could not convert string to float: .. 12 945 2013 ..
no could not convert string to float: .. 13 945 2014 ..
no could not convert string to float: Zug 14 945 Region Name Zug
no could not convert string to float: CH066 15 945 Region Code   CH066
no could not convert string to float: .. 3 946 2004 ..
no could not convert string to float: .. 4 946 2005 ..
no could not convert string to float: .. 5 946 2006 ..
no could not convert string to float: .. 6 946 2007 ..
no could not convert string to float: .. 12 946 2013 ..
no could not convert string to float: .. 13 946 2014 ..
no could not convert string to float: Ticino 14 946 Region Name Ticino
no could not convert string to float: CH07 15 946 Region Code CH07
no could not convert string to float: .. 3 947 2004 ..
no could not convert string to float: .. 4 947 2005 ..
no could not convert string to float: .. 5 947 2006 ..
no could not convert string to float: .. 6 947 2007 ..
no could not convert string to float: .. 12 947 2013 ..
no could not convert string to float: .. 13 947 2014 ..
no could not convert string to float: Ticino 14 947 Region Name Ticino
no could not convert string to float: CH070 15 947 Region Code   CH070
no could not convert string to float: Turkey 14 948 Region Name Turkey
no could not convert string to float: TUR 15 948 Region Code TUR
no could not convert string to float: .. 3 949 2004 ..
no could not convert string to float: .. 4 949 2005 ..
no could not convert string to float: .. 5 949 2006 ..
no could not convert string to float: .. 6 949 2007 ..
no could not convert string to float: .. 7 949 2008 ..
no could not convert string to float: .. 8 949 2009 ..
no could not convert string to float: .. 9 949 2010 ..
no could not convert string to float: .. 10 949 2011 ..
no could not convert string to float: .. 11 949 2012 ..
no could not convert string to float: .. 12 949 2013 ..
no could not convert string to float: .. 13 949 2014 ..
no could not convert string to float: Istanbul 14 949 Region Name Istanbul
no could not convert string to float: TR10 15 949 Region Code TR10
no could not convert string to float: .. 8 950 2009 ..
no could not convert string to float: .. 9 950 2010 ..
no could not convert string to float: .. 10 950 2011 ..
no could not convert string to float: .. 11 950 2012 ..
no could not convert string to float: .. 12 950 2013 ..
no could not convert string to float: .. 13 950 2014 ..
no could not convert string to float: Istanbul 14 950 Region Name Istanbul
no could not convert string to float: TR100 15 950 Region Code   TR100
no could not convert string to float: .. 3 951 2004 ..
no could not convert string to float: .. 4 951 2005 ..
no could not convert string to float: .. 5 951 2006 ..
no could not convert string to float: .. 6 951 2007 ..
no could not convert string to float: .. 7 951 2008 ..
no could not convert string to float: .. 8 951 2009 ..
no could not convert string to float: .. 9 951 2010 ..
no could not convert string to float: .. 10 951 2011 ..
no could not convert string to float: .. 11 951 2012 ..
no could not convert string to float: .. 12 951 2013 ..
no could not convert string to float: .. 13 951 2014 ..
no could not convert string to float: Thrace 14 951 Region Name Thrace
no could not convert string to float: TR21 15 951 Region Code TR21
no could not convert string to float: .. 3 952 2004 ..
no could not convert string to float: .. 4 952 2005 ..
no could not convert string to float: .. 5 952 2006 ..
no could not convert string to float: .. 6 952 2007 ..
no could not convert string to float: .. 7 952 2008 ..
no could not convert string to float: .. 8 952 2009 ..
no could not convert string to float: .. 9 952 2010 ..
no could not convert string to float: .. 10 952 2011 ..
no could not convert string to float: .. 11 952 2012 ..
no could not convert string to float: .. 12 952 2013 ..
no could not convert string to float: .. 13 952 2014 ..
no could not convert string to float: Tekirdag 14 952 Region Name Tekirdag
no could not convert string to float: TR211 15 952 Region Code   TR211
no could not convert string to float: .. 3 953 2004 ..
no could not convert string to float: .. 4 953 2005 ..
no could not convert string to float: .. 5 953 2006 ..
no could not convert string to float: .. 6 953 2007 ..
no could not convert string to float: .. 7 953 2008 ..
no could not convert string to float: .. 8 953 2009 ..
no could not convert string to float: .. 9 953 2010 ..
no could not convert string to float: .. 10 953 2011 ..
no could not convert string to float: .. 11 953 2012 ..
no could not convert string to float: .. 12 953 2013 ..
no could not convert string to float: .. 13 953 2014 ..
no could not convert string to float: Edirne 14 953 Region Name Edirne
no could not convert string to float: TR212 15 953 Region Code   TR212
no could not convert string to float: .. 3 954 2004 ..
no could not convert string to float: .. 4 954 2005 ..
no could not convert string to float: .. 5 954 2006 ..
no could not convert string to float: .. 6 954 2007 ..
no could not convert string to float: .. 7 954 2008 ..
no could not convert string to float: .. 8 954 2009 ..
no could not convert string to float: .. 9 954 2010 ..
no could not convert string to float: .. 10 954 2011 ..
no could not convert string to float: .. 11 954 2012 ..
no could not convert string to float: .. 12 954 2013 ..
no could not convert string to float: .. 13 954 2014 ..
no could not convert string to float: Kirklareli 14 954 Region Name Kirklareli
no could not convert string to float: TR213 15 954 Region Code   TR213
no could not convert string to float: .. 3 955 2004 ..
no could not convert string to float: .. 4 955 2005 ..
no could not convert string to float: .. 5 955 2006 ..
no could not convert string to float: .. 6 955 2007 ..
no could not convert string to float: .. 7 955 2008 ..
no could not convert string to float: .. 8 955 2009 ..
no could not convert string to float: .. 9 955 2010 ..
no could not convert string to float: .. 10 955 2011 ..
no could not convert string to float: .. 11 955 2012 ..
no could not convert string to float: .. 12 955 2013 ..
no could not convert string to float: .. 13 955 2014 ..
no could not convert string to float: Southern Marmara - West 14 955 Region Name Southern Marmara - West
no could not convert string to float: TR22 15 955 Region Code TR22
no could not convert string to float: .. 3 956 2004 ..
no could not convert string to float: .. 4 956 2005 ..
no could not convert string to float: .. 5 956 2006 ..
no could not convert string to float: .. 6 956 2007 ..
no could not convert string to float: .. 7 956 2008 ..
no could not convert string to float: .. 8 956 2009 ..
no could not convert string to float: .. 9 956 2010 ..
no could not convert string to float: .. 10 956 2011 ..
no could not convert string to float: .. 11 956 2012 ..
no could not convert string to float: .. 12 956 2013 ..
no could not convert string to float: .. 13 956 2014 ..
no could not convert string to float: Balikesir 14 956 Region Name Balikesir
no could not convert string to float: TR221 15 956 Region Code   TR221
no could not convert string to float: .. 3 957 2004 ..
no could not convert string to float: .. 4 957 2005 ..
no could not convert string to float: .. 5 957 2006 ..
no could not convert string to float: .. 6 957 2007 ..
no could not convert string to float: .. 7 957 2008 ..
no could not convert string to float: .. 8 957 2009 ..
no could not convert string to float: .. 9 957 2010 ..
no could not convert string to float: .. 10 957 2011 ..
no could not convert string to float: .. 11 957 2012 ..
no could not convert string to float: .. 12 957 2013 ..
no could not convert string to float: .. 13 957 2014 ..
no could not convert string to float: �anakkale 14 957 Region Name Çanakkale
no could not convert string to float: TR222 15 957 Region Code   TR222
no could not convert string to float: .. 3 958 2004 ..
no could not convert string to float: .. 4 958 2005 ..
no could not convert string to float: .. 5 958 2006 ..
no could not convert string to float: .. 6 958 2007 ..
no could not convert string to float: .. 7 958 2008 ..
no could not convert string to float: .. 8 958 2009 ..
no could not convert string to float: .. 9 958 2010 ..
no could not convert string to float: .. 10 958 2011 ..
no could not convert string to float: .. 11 958 2012 ..
no could not convert string to float: .. 12 958 2013 ..
no could not convert string to float: .. 13 958 2014 ..
no could not convert string to float: Izmir 14 958 Region Name Izmir
no could not convert string to float: TR31 15 958 Region Code TR31
no could not convert string to float: .. 8 959 2009 ..
no could not convert string to float: .. 9 959 2010 ..
no could not convert string to float: .. 10 959 2011 ..
no could not convert string to float: .. 11 959 2012 ..
no could not convert string to float: .. 12 959 2013 ..
no could not convert string to float: .. 13 959 2014 ..
no could not convert string to float: Izmir 14 959 Region Name Izmir
no could not convert string to float: TR310 15 959 Region Code   TR310
no could not convert string to float: .. 3 960 2004 ..
no could not convert string to float: .. 4 960 2005 ..
no could not convert string to float: .. 5 960 2006 ..
no could not convert string to float: .. 6 960 2007 ..
no could not convert string to float: .. 7 960 2008 ..
no could not convert string to float: .. 8 960 2009 ..
no could not convert string to float: .. 9 960 2010 ..
no could not convert string to float: .. 10 960 2011 ..
no could not convert string to float: .. 11 960 2012 ..
no could not convert string to float: .. 12 960 2013 ..
no could not convert string to float: .. 13 960 2014 ..
no could not convert string to float: Southern Aegean 14 960 Region Name Southern Aegean
no could not convert string to float: TR32 15 960 Region Code TR32
no could not convert string to float: .. 3 961 2004 ..
no could not convert string to float: .. 4 961 2005 ..
no could not convert string to float: .. 5 961 2006 ..
no could not convert string to float: .. 6 961 2007 ..
no could not convert string to float: .. 7 961 2008 ..
no could not convert string to float: .. 8 961 2009 ..
no could not convert string to float: .. 9 961 2010 ..
no could not convert string to float: .. 10 961 2011 ..
no could not convert string to float: .. 11 961 2012 ..
no could not convert string to float: .. 12 961 2013 ..
no could not convert string to float: .. 13 961 2014 ..
no could not convert string to float: Aydin 14 961 Region Name Aydin
no could not convert string to float: TR321 15 961 Region Code   TR321
no could not convert string to float: .. 3 962 2004 ..
no could not convert string to float: .. 4 962 2005 ..
no could not convert string to float: .. 5 962 2006 ..
no could not convert string to float: .. 6 962 2007 ..
no could not convert string to float: .. 7 962 2008 ..
no could not convert string to float: .. 8 962 2009 ..
no could not convert string to float: .. 9 962 2010 ..
no could not convert string to float: .. 10 962 2011 ..
no could not convert string to float: .. 11 962 2012 ..
no could not convert string to float: .. 12 962 2013 ..
no could not convert string to float: .. 13 962 2014 ..
no could not convert string to float: Denizli 14 962 Region Name Denizli
no could not convert string to float: TR322 15 962 Region Code   TR322
no could not convert string to float: .. 3 963 2004 ..
no could not convert string to float: .. 4 963 2005 ..
no could not convert string to float: .. 5 963 2006 ..
no could not convert string to float: .. 6 963 2007 ..
no could not convert string to float: .. 7 963 2008 ..
no could not convert string to float: .. 8 963 2009 ..
no could not convert string to float: .. 9 963 2010 ..
no could not convert string to float: .. 10 963 2011 ..
no could not convert string to float: .. 11 963 2012 ..
no could not convert string to float: .. 12 963 2013 ..
no could not convert string to float: .. 13 963 2014 ..
no could not convert string to float: Mugla 14 963 Region Name Mugla
no could not convert string to float: TR323 15 963 Region Code   TR323
no could not convert string to float: .. 3 964 2004 ..
no could not convert string to float: .. 4 964 2005 ..
no could not convert string to float: .. 5 964 2006 ..
no could not convert string to float: .. 6 964 2007 ..
no could not convert string to float: .. 7 964 2008 ..
no could not convert string to float: .. 8 964 2009 ..
no could not convert string to float: .. 9 964 2010 ..
no could not convert string to float: .. 10 964 2011 ..
no could not convert string to float: .. 11 964 2012 ..
no could not convert string to float: .. 12 964 2013 ..
no could not convert string to float: .. 13 964 2014 ..
no could not convert string to float: Northern Aegean 14 964 Region Name Northern Aegean
no could not convert string to float: TR33 15 964 Region Code TR33
no could not convert string to float: .. 3 965 2004 ..
no could not convert string to float: .. 4 965 2005 ..
no could not convert string to float: .. 5 965 2006 ..
no could not convert string to float: .. 6 965 2007 ..
no could not convert string to float: .. 7 965 2008 ..
no could not convert string to float: .. 8 965 2009 ..
no could not convert string to float: .. 9 965 2010 ..
no could not convert string to float: .. 10 965 2011 ..
no could not convert string to float: .. 11 965 2012 ..
no could not convert string to float: .. 12 965 2013 ..
no could not convert string to float: .. 13 965 2014 ..
no could not convert string to float: Manisa 14 965 Region Name Manisa
no could not convert string to float: TR331 15 965 Region Code   TR331
no could not convert string to float: .. 3 966 2004 ..
no could not convert string to float: .. 4 966 2005 ..
no could not convert string to float: .. 5 966 2006 ..
no could not convert string to float: .. 6 966 2007 ..
no could not convert string to float: .. 7 966 2008 ..
no could not convert string to float: .. 8 966 2009 ..
no could not convert string to float: .. 9 966 2010 ..
no could not convert string to float: .. 10 966 2011 ..
no could not convert string to float: .. 11 966 2012 ..
no could not convert string to float: .. 12 966 2013 ..
no could not convert string to float: .. 13 966 2014 ..
no could not convert string to float: Afyon 14 966 Region Name Afyon
no could not convert string to float: TR332 15 966 Region Code   TR332
no could not convert string to float: .. 3 967 2004 ..
no could not convert string to float: .. 4 967 2005 ..
no could not convert string to float: .. 5 967 2006 ..
no could not convert string to float: .. 6 967 2007 ..
no could not convert string to float: .. 7 967 2008 ..
no could not convert string to float: .. 8 967 2009 ..
no could not convert string to float: .. 9 967 2010 ..
no could not convert string to float: .. 10 967 2011 ..
no could not convert string to float: .. 11 967 2012 ..
no could not convert string to float: .. 12 967 2013 ..
no could not convert string to float: .. 13 967 2014 ..
no could not convert string to float: K�tahya 14 967 Region Name Kütahya
no could not convert string to float: TR333 15 967 Region Code   TR333
no could not convert string to float: .. 3 968 2004 ..
no could not convert string to float: .. 4 968 2005 ..
no could not convert string to float: .. 5 968 2006 ..
no could not convert string to float: .. 6 968 2007 ..
no could not convert string to float: .. 7 968 2008 ..
no could not convert string to float: .. 8 968 2009 ..
no could not convert string to float: .. 9 968 2010 ..
no could not convert string to float: .. 10 968 2011 ..
no could not convert string to float: .. 11 968 2012 ..
no could not convert string to float: .. 12 968 2013 ..
no could not convert string to float: .. 13 968 2014 ..
no could not convert string to float: Usak 14 968 Region Name Usak
no could not convert string to float: TR334 15 968 Region Code   TR334
no could not convert string to float: .. 3 969 2004 ..
no could not convert string to float: .. 4 969 2005 ..
no could not convert string to float: .. 5 969 2006 ..
no could not convert string to float: .. 6 969 2007 ..
no could not convert string to float: .. 7 969 2008 ..
no could not convert string to float: .. 8 969 2009 ..
no could not convert string to float: .. 9 969 2010 ..
no could not convert string to float: .. 10 969 2011 ..
no could not convert string to float: .. 11 969 2012 ..
no could not convert string to float: .. 12 969 2013 ..
no could not convert string to float: .. 13 969 2014 ..
no could not convert string to float: Eastern Marmara - South 14 969 Region Name Eastern Marmara - South
no could not convert string to float: TR41 15 969 Region Code TR41
no could not convert string to float: .. 3 970 2004 ..
no could not convert string to float: .. 4 970 2005 ..
no could not convert string to float: .. 5 970 2006 ..
no could not convert string to float: .. 6 970 2007 ..
no could not convert string to float: .. 7 970 2008 ..
no could not convert string to float: .. 8 970 2009 ..
no could not convert string to float: .. 9 970 2010 ..
no could not convert string to float: .. 10 970 2011 ..
no could not convert string to float: .. 11 970 2012 ..
no could not convert string to float: .. 12 970 2013 ..
no could not convert string to float: .. 13 970 2014 ..
no could not convert string to float: Bursa 14 970 Region Name Bursa
no could not convert string to float: TR411 15 970 Region Code   TR411
no could not convert string to float: .. 3 971 2004 ..
no could not convert string to float: .. 4 971 2005 ..
no could not convert string to float: .. 5 971 2006 ..
no could not convert string to float: .. 6 971 2007 ..
no could not convert string to float: .. 7 971 2008 ..
no could not convert string to float: .. 8 971 2009 ..
no could not convert string to float: .. 9 971 2010 ..
no could not convert string to float: .. 10 971 2011 ..
no could not convert string to float: .. 11 971 2012 ..
no could not convert string to float: .. 12 971 2013 ..
no could not convert string to float: .. 13 971 2014 ..
no could not convert string to float: Eskisehir 14 971 Region Name Eskisehir
no could not convert string to float: TR412 15 971 Region Code   TR412
no could not convert string to float: .. 3 972 2004 ..
no could not convert string to float: .. 4 972 2005 ..
no could not convert string to float: .. 5 972 2006 ..
no could not convert string to float: .. 6 972 2007 ..
no could not convert string to float: .. 7 972 2008 ..
no could not convert string to float: .. 8 972 2009 ..
no could not convert string to float: .. 9 972 2010 ..
no could not convert string to float: .. 10 972 2011 ..
no could not convert string to float: .. 11 972 2012 ..
no could not convert string to float: .. 12 972 2013 ..
no could not convert string to float: .. 13 972 2014 ..
no could not convert string to float: Bilecik 14 972 Region Name Bilecik
no could not convert string to float: TR413 15 972 Region Code   TR413
no could not convert string to float: .. 3 973 2004 ..
no could not convert string to float: .. 4 973 2005 ..
no could not convert string to float: .. 5 973 2006 ..
no could not convert string to float: .. 6 973 2007 ..
no could not convert string to float: .. 7 973 2008 ..
no could not convert string to float: .. 8 973 2009 ..
no could not convert string to float: .. 9 973 2010 ..
no could not convert string to float: .. 10 973 2011 ..
no could not convert string to float: .. 11 973 2012 ..
no could not convert string to float: .. 12 973 2013 ..
no could not convert string to float: .. 13 973 2014 ..
no could not convert string to float: Eastern Marmara - North 14 973 Region Name Eastern Marmara - North
no could not convert string to float: TR42 15 973 Region Code TR42
no could not convert string to float: .. 3 974 2004 ..
no could not convert string to float: .. 4 974 2005 ..
no could not convert string to float: .. 5 974 2006 ..
no could not convert string to float: .. 6 974 2007 ..
no could not convert string to float: .. 7 974 2008 ..
no could not convert string to float: .. 8 974 2009 ..
no could not convert string to float: .. 9 974 2010 ..
no could not convert string to float: .. 10 974 2011 ..
no could not convert string to float: .. 11 974 2012 ..
no could not convert string to float: .. 12 974 2013 ..
no could not convert string to float: .. 13 974 2014 ..
no could not convert string to float: Kocaeli 14 974 Region Name Kocaeli
no could not convert string to float: TR421 15 974 Region Code   TR421
no could not convert string to float: .. 3 975 2004 ..
no could not convert string to float: .. 4 975 2005 ..
no could not convert string to float: .. 5 975 2006 ..
no could not convert string to float: .. 6 975 2007 ..
no could not convert string to float: .. 7 975 2008 ..
no could not convert string to float: .. 8 975 2009 ..
no could not convert string to float: .. 9 975 2010 ..
no could not convert string to float: .. 10 975 2011 ..
no could not convert string to float: .. 11 975 2012 ..
no could not convert string to float: .. 12 975 2013 ..
no could not convert string to float: .. 13 975 2014 ..
no could not convert string to float: Sakarya 14 975 Region Name Sakarya
no could not convert string to float: TR422 15 975 Region Code   TR422
no could not convert string to float: .. 3 976 2004 ..
no could not convert string to float: .. 4 976 2005 ..
no could not convert string to float: .. 5 976 2006 ..
no could not convert string to float: .. 6 976 2007 ..
no could not convert string to float: .. 7 976 2008 ..
no could not convert string to float: .. 8 976 2009 ..
no could not convert string to float: .. 9 976 2010 ..
no could not convert string to float: .. 10 976 2011 ..
no could not convert string to float: .. 11 976 2012 ..
no could not convert string to float: .. 12 976 2013 ..
no could not convert string to float: .. 13 976 2014 ..
no could not convert string to float: D�zce 14 976 Region Name Düzce
no could not convert string to float: TR423 15 976 Region Code   TR423
no could not convert string to float: .. 3 977 2004 ..
no could not convert string to float: .. 4 977 2005 ..
no could not convert string to float: .. 5 977 2006 ..
no could not convert string to float: .. 6 977 2007 ..
no could not convert string to float: .. 7 977 2008 ..
no could not convert string to float: .. 8 977 2009 ..
no could not convert string to float: .. 9 977 2010 ..
no could not convert string to float: .. 10 977 2011 ..
no could not convert string to float: .. 11 977 2012 ..
no could not convert string to float: .. 12 977 2013 ..
no could not convert string to float: .. 13 977 2014 ..
no could not convert string to float: Bolu 14 977 Region Name Bolu
no could not convert string to float: TR424 15 977 Region Code   TR424
no could not convert string to float: .. 3 978 2004 ..
no could not convert string to float: .. 4 978 2005 ..
no could not convert string to float: .. 5 978 2006 ..
no could not convert string to float: .. 6 978 2007 ..
no could not convert string to float: .. 7 978 2008 ..
no could not convert string to float: .. 8 978 2009 ..
no could not convert string to float: .. 9 978 2010 ..
no could not convert string to float: .. 10 978 2011 ..
no could not convert string to float: .. 11 978 2012 ..
no could not convert string to float: .. 12 978 2013 ..
no could not convert string to float: .. 13 978 2014 ..
no could not convert string to float: Yalova 14 978 Region Name Yalova
no could not convert string to float: TR425 15 978 Region Code   TR425
no could not convert string to float: .. 3 979 2004 ..
no could not convert string to float: .. 4 979 2005 ..
no could not convert string to float: .. 5 979 2006 ..
no could not convert string to float: .. 6 979 2007 ..
no could not convert string to float: .. 7 979 2008 ..
no could not convert string to float: .. 8 979 2009 ..
no could not convert string to float: .. 9 979 2010 ..
no could not convert string to float: .. 10 979 2011 ..
no could not convert string to float: .. 11 979 2012 ..
no could not convert string to float: .. 12 979 2013 ..
no could not convert string to float: .. 13 979 2014 ..
no could not convert string to float: Ankara 14 979 Region Name Ankara
no could not convert string to float: TR51 15 979 Region Code TR51
no could not convert string to float: .. 8 980 2009 ..
no could not convert string to float: .. 9 980 2010 ..
no could not convert string to float: .. 10 980 2011 ..
no could not convert string to float: .. 11 980 2012 ..
no could not convert string to float: .. 12 980 2013 ..
no could not convert string to float: .. 13 980 2014 ..
no could not convert string to float: Ankara 14 980 Region Name Ankara
no could not convert string to float: TR510 15 980 Region Code   TR510
no could not convert string to float: .. 3 981 2004 ..
no could not convert string to float: .. 4 981 2005 ..
no could not convert string to float: .. 5 981 2006 ..
no could not convert string to float: .. 6 981 2007 ..
no could not convert string to float: .. 7 981 2008 ..
no could not convert string to float: .. 8 981 2009 ..
no could not convert string to float: .. 9 981 2010 ..
no could not convert string to float: .. 10 981 2011 ..
no could not convert string to float: .. 11 981 2012 ..
no could not convert string to float: .. 12 981 2013 ..
no could not convert string to float: .. 13 981 2014 ..
no could not convert string to float: Central Anatolia - West and South 14 981 Region Name Central Anatolia - West and South
no could not convert string to float: TR52 15 981 Region Code TR52
no could not convert string to float: .. 3 982 2004 ..
no could not convert string to float: .. 4 982 2005 ..
no could not convert string to float: .. 5 982 2006 ..
no could not convert string to float: .. 6 982 2007 ..
no could not convert string to float: .. 7 982 2008 ..
no could not convert string to float: .. 8 982 2009 ..
no could not convert string to float: .. 9 982 2010 ..
no could not convert string to float: .. 10 982 2011 ..
no could not convert string to float: .. 11 982 2012 ..
no could not convert string to float: .. 12 982 2013 ..
no could not convert string to float: .. 13 982 2014 ..
no could not convert string to float: Konya 14 982 Region Name Konya
no could not convert string to float: TR521 15 982 Region Code   TR521
no could not convert string to float: .. 3 983 2004 ..
no could not convert string to float: .. 4 983 2005 ..
no could not convert string to float: .. 5 983 2006 ..
no could not convert string to float: .. 6 983 2007 ..
no could not convert string to float: .. 7 983 2008 ..
no could not convert string to float: .. 8 983 2009 ..
no could not convert string to float: .. 9 983 2010 ..
no could not convert string to float: .. 10 983 2011 ..
no could not convert string to float: .. 11 983 2012 ..
no could not convert string to float: .. 12 983 2013 ..
no could not convert string to float: .. 13 983 2014 ..
no could not convert string to float: Karaman 14 983 Region Name Karaman
no could not convert string to float: TR522 15 983 Region Code   TR522
no could not convert string to float: .. 3 984 2004 ..
no could not convert string to float: .. 4 984 2005 ..
no could not convert string to float: .. 5 984 2006 ..
no could not convert string to float: .. 6 984 2007 ..
no could not convert string to float: .. 7 984 2008 ..
no could not convert string to float: .. 8 984 2009 ..
no could not convert string to float: .. 9 984 2010 ..
no could not convert string to float: .. 10 984 2011 ..
no could not convert string to float: .. 11 984 2012 ..
no could not convert string to float: .. 12 984 2013 ..
no could not convert string to float: .. 13 984 2014 ..
no could not convert string to float: Mediterranean region - West 14 984 Region Name Mediterranean region - West
no could not convert string to float: TR61 15 984 Region Code TR61
no could not convert string to float: .. 3 985 2004 ..
no could not convert string to float: .. 4 985 2005 ..
no could not convert string to float: .. 5 985 2006 ..
no could not convert string to float: .. 6 985 2007 ..
no could not convert string to float: .. 7 985 2008 ..
no could not convert string to float: .. 8 985 2009 ..
no could not convert string to float: .. 9 985 2010 ..
no could not convert string to float: .. 10 985 2011 ..
no could not convert string to float: .. 11 985 2012 ..
no could not convert string to float: .. 12 985 2013 ..
no could not convert string to float: .. 13 985 2014 ..
no could not convert string to float: Antalya 14 985 Region Name Antalya
no could not convert string to float: TR611 15 985 Region Code   TR611
no could not convert string to float: .. 3 986 2004 ..
no could not convert string to float: .. 4 986 2005 ..
no could not convert string to float: .. 5 986 2006 ..
no could not convert string to float: .. 6 986 2007 ..
no could not convert string to float: .. 7 986 2008 ..
no could not convert string to float: .. 8 986 2009 ..
no could not convert string to float: .. 9 986 2010 ..
no could not convert string to float: .. 10 986 2011 ..
no could not convert string to float: .. 11 986 2012 ..
no could not convert string to float: .. 12 986 2013 ..
no could not convert string to float: .. 13 986 2014 ..
no could not convert string to float: Isparta 14 986 Region Name Isparta
no could not convert string to float: TR612 15 986 Region Code   TR612
no could not convert string to float: .. 3 987 2004 ..
no could not convert string to float: .. 4 987 2005 ..
no could not convert string to float: .. 5 987 2006 ..
no could not convert string to float: .. 6 987 2007 ..
no could not convert string to float: .. 7 987 2008 ..
no could not convert string to float: .. 8 987 2009 ..
no could not convert string to float: .. 9 987 2010 ..
no could not convert string to float: .. 10 987 2011 ..
no could not convert string to float: .. 11 987 2012 ..
no could not convert string to float: .. 12 987 2013 ..
no could not convert string to float: .. 13 987 2014 ..
no could not convert string to float: Burdur 14 987 Region Name Burdur
no could not convert string to float: TR613 15 987 Region Code   TR613
no could not convert string to float: .. 3 988 2004 ..
no could not convert string to float: .. 4 988 2005 ..
no could not convert string to float: .. 5 988 2006 ..
no could not convert string to float: .. 6 988 2007 ..
no could not convert string to float: .. 7 988 2008 ..
no could not convert string to float: .. 8 988 2009 ..
no could not convert string to float: .. 9 988 2010 ..
no could not convert string to float: .. 10 988 2011 ..
no could not convert string to float: .. 11 988 2012 ..
no could not convert string to float: .. 12 988 2013 ..
no could not convert string to float: .. 13 988 2014 ..
no could not convert string to float: Mediterranean region - Middle 14 988 Region Name Mediterranean region - Middle
no could not convert string to float: TR62 15 988 Region Code TR62
no could not convert string to float: .. 3 989 2004 ..
no could not convert string to float: .. 4 989 2005 ..
no could not convert string to float: .. 5 989 2006 ..
no could not convert string to float: .. 6 989 2007 ..
no could not convert string to float: .. 7 989 2008 ..
no could not convert string to float: .. 8 989 2009 ..
no could not convert string to float: .. 9 989 2010 ..
no could not convert string to float: .. 10 989 2011 ..
no could not convert string to float: .. 11 989 2012 ..
no could not convert string to float: .. 12 989 2013 ..
no could not convert string to float: .. 13 989 2014 ..
no could not convert string to float: Adana 14 989 Region Name Adana
no could not convert string to float: TR621 15 989 Region Code   TR621
no could not convert string to float: .. 3 990 2004 ..
no could not convert string to float: .. 4 990 2005 ..
no could not convert string to float: .. 5 990 2006 ..
no could not convert string to float: .. 6 990 2007 ..
no could not convert string to float: .. 7 990 2008 ..
no could not convert string to float: .. 8 990 2009 ..
no could not convert string to float: .. 9 990 2010 ..
no could not convert string to float: .. 10 990 2011 ..
no could not convert string to float: .. 11 990 2012 ..
no could not convert string to float: .. 12 990 2013 ..
no could not convert string to float: .. 13 990 2014 ..
no could not convert string to float: Mersin 14 990 Region Name Mersin
no could not convert string to float: TR622 15 990 Region Code   TR622
no could not convert string to float: .. 3 991 2004 ..
no could not convert string to float: .. 4 991 2005 ..
no could not convert string to float: .. 5 991 2006 ..
no could not convert string to float: .. 6 991 2007 ..
no could not convert string to float: .. 7 991 2008 ..
no could not convert string to float: .. 8 991 2009 ..
no could not convert string to float: .. 9 991 2010 ..
no could not convert string to float: .. 10 991 2011 ..
no could not convert string to float: .. 11 991 2012 ..
no could not convert string to float: .. 12 991 2013 ..
no could not convert string to float: .. 13 991 2014 ..
no could not convert string to float: Mediterranean region - East 14 991 Region Name Mediterranean region - East
no could not convert string to float: TR63 15 991 Region Code TR63
no could not convert string to float: .. 3 992 2004 ..
no could not convert string to float: .. 4 992 2005 ..
no could not convert string to float: .. 5 992 2006 ..
no could not convert string to float: .. 6 992 2007 ..
no could not convert string to float: .. 7 992 2008 ..
no could not convert string to float: .. 8 992 2009 ..
no could not convert string to float: .. 9 992 2010 ..
no could not convert string to float: .. 10 992 2011 ..
no could not convert string to float: .. 11 992 2012 ..
no could not convert string to float: .. 12 992 2013 ..
no could not convert string to float: .. 13 992 2014 ..
no could not convert string to float: Hatay 14 992 Region Name Hatay
no could not convert string to float: TR631 15 992 Region Code   TR631
no could not convert string to float: .. 3 993 2004 ..
no could not convert string to float: .. 4 993 2005 ..
no could not convert string to float: .. 5 993 2006 ..
no could not convert string to float: .. 6 993 2007 ..
no could not convert string to float: .. 7 993 2008 ..
no could not convert string to float: .. 8 993 2009 ..
no could not convert string to float: .. 9 993 2010 ..
no could not convert string to float: .. 10 993 2011 ..
no could not convert string to float: .. 11 993 2012 ..
no could not convert string to float: .. 12 993 2013 ..
no could not convert string to float: .. 13 993 2014 ..
no could not convert string to float: Kahramanmaras 14 993 Region Name Kahramanmaras
no could not convert string to float: TR632 15 993 Region Code   TR632
no could not convert string to float: .. 3 994 2004 ..
no could not convert string to float: .. 4 994 2005 ..
no could not convert string to float: .. 5 994 2006 ..
no could not convert string to float: .. 6 994 2007 ..
no could not convert string to float: .. 7 994 2008 ..
no could not convert string to float: .. 8 994 2009 ..
no could not convert string to float: .. 9 994 2010 ..
no could not convert string to float: .. 10 994 2011 ..
no could not convert string to float: .. 11 994 2012 ..
no could not convert string to float: .. 12 994 2013 ..
no could not convert string to float: .. 13 994 2014 ..
no could not convert string to float: Osmaniye 14 994 Region Name Osmaniye
no could not convert string to float: TR633 15 994 Region Code   TR633
no could not convert string to float: .. 3 995 2004 ..
no could not convert string to float: .. 4 995 2005 ..
no could not convert string to float: .. 5 995 2006 ..
no could not convert string to float: .. 6 995 2007 ..
no could not convert string to float: .. 7 995 2008 ..
no could not convert string to float: .. 8 995 2009 ..
no could not convert string to float: .. 9 995 2010 ..
no could not convert string to float: .. 10 995 2011 ..
no could not convert string to float: .. 11 995 2012 ..
no could not convert string to float: .. 12 995 2013 ..
no could not convert string to float: .. 13 995 2014 ..
no could not convert string to float: Central Anatolia - Middle 14 995 Region Name Central Anatolia - Middle
no could not convert string to float: TR71 15 995 Region Code TR71
no could not convert string to float: .. 3 996 2004 ..
no could not convert string to float: .. 4 996 2005 ..
no could not convert string to float: .. 5 996 2006 ..
no could not convert string to float: .. 6 996 2007 ..
no could not convert string to float: .. 7 996 2008 ..
no could not convert string to float: .. 8 996 2009 ..
no could not convert string to float: .. 9 996 2010 ..
no could not convert string to float: .. 10 996 2011 ..
no could not convert string to float: .. 11 996 2012 ..
no could not convert string to float: .. 12 996 2013 ..
no could not convert string to float: .. 13 996 2014 ..
no could not convert string to float: Kirikkale 14 996 Region Name Kirikkale
no could not convert string to float: TR711 15 996 Region Code   TR711
no could not convert string to float: .. 3 997 2004 ..
no could not convert string to float: .. 4 997 2005 ..
no could not convert string to float: .. 5 997 2006 ..
no could not convert string to float: .. 6 997 2007 ..
no could not convert string to float: .. 7 997 2008 ..
no could not convert string to float: .. 8 997 2009 ..
no could not convert string to float: .. 9 997 2010 ..
no could not convert string to float: .. 10 997 2011 ..
no could not convert string to float: .. 11 997 2012 ..
no could not convert string to float: .. 12 997 2013 ..
no could not convert string to float: .. 13 997 2014 ..
no could not convert string to float: Aksaray 14 997 Region Name Aksaray
no could not convert string to float: TR712 15 997 Region Code   TR712
no could not convert string to float: .. 3 998 2004 ..
no could not convert string to float: .. 4 998 2005 ..
no could not convert string to float: .. 5 998 2006 ..
no could not convert string to float: .. 6 998 2007 ..
no could not convert string to float: .. 7 998 2008 ..
no could not convert string to float: .. 8 998 2009 ..
no could not convert string to float: .. 9 998 2010 ..
no could not convert string to float: .. 10 998 2011 ..
no could not convert string to float: .. 11 998 2012 ..
no could not convert string to float: .. 12 998 2013 ..
no could not convert string to float: .. 13 998 2014 ..
no could not convert string to float: Nigde 14 998 Region Name Nigde
no could not convert string to float: TR713 15 998 Region Code   TR713
no could not convert string to float: .. 3 999 2004 ..
no could not convert string to float: .. 4 999 2005 ..
no could not convert string to float: .. 5 999 2006 ..
no could not convert string to float: .. 6 999 2007 ..
no could not convert string to float: .. 7 999 2008 ..
no could not convert string to float: .. 8 999 2009 ..
no could not convert string to float: .. 9 999 2010 ..
no could not convert string to float: .. 10 999 2011 ..
no could not convert string to float: .. 11 999 2012 ..
no could not convert string to float: .. 12 999 2013 ..
no could not convert string to float: .. 13 999 2014 ..
no could not convert string to float: Nevsehir 14 999 Region Name Nevsehir
no could not convert string to float: TR714 15 999 Region Code   TR714
no could not convert string to float: .. 3 1000 2004 ..
no could not convert string to float: .. 4 1000 2005 ..
no could not convert string to float: .. 5 1000 2006 ..
no could not convert string to float: .. 6 1000 2007 ..
no could not convert string to float: .. 7 1000 2008 ..
no could not convert string to float: .. 8 1000 2009 ..
no could not convert string to float: .. 9 1000 2010 ..
no could not convert string to float: .. 10 1000 2011 ..
no could not convert string to float: .. 11 1000 2012 ..
no could not convert string to float: .. 12 1000 2013 ..
no could not convert string to float: .. 13 1000 2014 ..
no could not convert string to float: Kirsehir 14 1000 Region Name Kirsehir
no could not convert string to float: TR715 15 1000 Region Code   TR715
no could not convert string to float: .. 3 1001 2004 ..
no could not convert string to float: .. 4 1001 2005 ..
no could not convert string to float: .. 5 1001 2006 ..
no could not convert string to float: .. 6 1001 2007 ..
no could not convert string to float: .. 7 1001 2008 ..
no could not convert string to float: .. 8 1001 2009 ..
no could not convert string to float: .. 9 1001 2010 ..
no could not convert string to float: .. 10 1001 2011 ..
no could not convert string to float: .. 11 1001 2012 ..
no could not convert string to float: .. 12 1001 2013 ..
no could not convert string to float: .. 13 1001 2014 ..
no could not convert string to float: Central Anatolia - East 14 1001 Region Name Central Anatolia - East
no could not convert string to float: TR72 15 1001 Region Code TR72
no could not convert string to float: .. 3 1002 2004 ..
no could not convert string to float: .. 4 1002 2005 ..
no could not convert string to float: .. 5 1002 2006 ..
no could not convert string to float: .. 6 1002 2007 ..
no could not convert string to float: .. 7 1002 2008 ..
no could not convert string to float: .. 8 1002 2009 ..
no could not convert string to float: .. 9 1002 2010 ..
no could not convert string to float: .. 10 1002 2011 ..
no could not convert string to float: .. 11 1002 2012 ..
no could not convert string to float: .. 12 1002 2013 ..
no could not convert string to float: .. 13 1002 2014 ..
no could not convert string to float: Kayseri 14 1002 Region Name Kayseri
no could not convert string to float: TR721 15 1002 Region Code   TR721
no could not convert string to float: .. 3 1003 2004 ..
no could not convert string to float: .. 4 1003 2005 ..
no could not convert string to float: .. 5 1003 2006 ..
no could not convert string to float: .. 6 1003 2007 ..
no could not convert string to float: .. 7 1003 2008 ..
no could not convert string to float: .. 8 1003 2009 ..
no could not convert string to float: .. 9 1003 2010 ..
no could not convert string to float: .. 10 1003 2011 ..
no could not convert string to float: .. 11 1003 2012 ..
no could not convert string to float: .. 12 1003 2013 ..
no could not convert string to float: .. 13 1003 2014 ..
no could not convert string to float: Sivas 14 1003 Region Name Sivas
no could not convert string to float: TR722 15 1003 Region Code   TR722
no could not convert string to float: .. 3 1004 2004 ..
no could not convert string to float: .. 4 1004 2005 ..
no could not convert string to float: .. 5 1004 2006 ..
no could not convert string to float: .. 6 1004 2007 ..
no could not convert string to float: .. 7 1004 2008 ..
no could not convert string to float: .. 8 1004 2009 ..
no could not convert string to float: .. 9 1004 2010 ..
no could not convert string to float: .. 10 1004 2011 ..
no could not convert string to float: .. 11 1004 2012 ..
no could not convert string to float: .. 12 1004 2013 ..
no could not convert string to float: .. 13 1004 2014 ..
no could not convert string to float: Yozgat 14 1004 Region Name Yozgat
no could not convert string to float: TR723 15 1004 Region Code   TR723
no could not convert string to float: .. 3 1005 2004 ..
no could not convert string to float: .. 4 1005 2005 ..
no could not convert string to float: .. 5 1005 2006 ..
no could not convert string to float: .. 6 1005 2007 ..
no could not convert string to float: .. 7 1005 2008 ..
no could not convert string to float: .. 8 1005 2009 ..
no could not convert string to float: .. 9 1005 2010 ..
no could not convert string to float: .. 10 1005 2011 ..
no could not convert string to float: .. 11 1005 2012 ..
no could not convert string to float: .. 12 1005 2013 ..
no could not convert string to float: .. 13 1005 2014 ..
no could not convert string to float: Western Black Sea - West 14 1005 Region Name Western Black Sea - West
no could not convert string to float: TR81 15 1005 Region Code TR81
no could not convert string to float: .. 3 1006 2004 ..
no could not convert string to float: .. 4 1006 2005 ..
no could not convert string to float: .. 5 1006 2006 ..
no could not convert string to float: .. 6 1006 2007 ..
no could not convert string to float: .. 7 1006 2008 ..
no could not convert string to float: .. 8 1006 2009 ..
no could not convert string to float: .. 9 1006 2010 ..
no could not convert string to float: .. 10 1006 2011 ..
no could not convert string to float: .. 11 1006 2012 ..
no could not convert string to float: .. 12 1006 2013 ..
no could not convert string to float: .. 13 1006 2014 ..
no could not convert string to float: Zonguldak 14 1006 Region Name Zonguldak
no could not convert string to float: TR811 15 1006 Region Code   TR811
no could not convert string to float: .. 3 1007 2004 ..
no could not convert string to float: .. 4 1007 2005 ..
no could not convert string to float: .. 5 1007 2006 ..
no could not convert string to float: .. 6 1007 2007 ..
no could not convert string to float: .. 7 1007 2008 ..
no could not convert string to float: .. 8 1007 2009 ..
no could not convert string to float: .. 9 1007 2010 ..
no could not convert string to float: .. 10 1007 2011 ..
no could not convert string to float: .. 11 1007 2012 ..
no could not convert string to float: .. 12 1007 2013 ..
no could not convert string to float: .. 13 1007 2014 ..
no could not convert string to float: Karab�k 14 1007 Region Name Karabük
no could not convert string to float: TR812 15 1007 Region Code   TR812
no could not convert string to float: .. 3 1008 2004 ..
no could not convert string to float: .. 4 1008 2005 ..
no could not convert string to float: .. 5 1008 2006 ..
no could not convert string to float: .. 6 1008 2007 ..
no could not convert string to float: .. 7 1008 2008 ..
no could not convert string to float: .. 8 1008 2009 ..
no could not convert string to float: .. 9 1008 2010 ..
no could not convert string to float: .. 10 1008 2011 ..
no could not convert string to float: .. 11 1008 2012 ..
no could not convert string to float: .. 12 1008 2013 ..
no could not convert string to float: .. 13 1008 2014 ..
no could not convert string to float: Bartin 14 1008 Region Name Bartin
no could not convert string to float: TR813 15 1008 Region Code   TR813
no could not convert string to float: .. 3 1009 2004 ..
no could not convert string to float: .. 4 1009 2005 ..
no could not convert string to float: .. 5 1009 2006 ..
no could not convert string to float: .. 6 1009 2007 ..
no could not convert string to float: .. 7 1009 2008 ..
no could not convert string to float: .. 8 1009 2009 ..
no could not convert string to float: .. 9 1009 2010 ..
no could not convert string to float: .. 10 1009 2011 ..
no could not convert string to float: .. 11 1009 2012 ..
no could not convert string to float: .. 12 1009 2013 ..
no could not convert string to float: .. 13 1009 2014 ..
no could not convert string to float: Western Black Sea - Middle and East 14 1009 Region Name Western Black Sea - Middle and East
no could not convert string to float: TR82 15 1009 Region Code TR82
no could not convert string to float: .. 3 1010 2004 ..
no could not convert string to float: .. 4 1010 2005 ..
no could not convert string to float: .. 5 1010 2006 ..
no could not convert string to float: .. 6 1010 2007 ..
no could not convert string to float: .. 7 1010 2008 ..
no could not convert string to float: .. 8 1010 2009 ..
no could not convert string to float: .. 9 1010 2010 ..
no could not convert string to float: .. 10 1010 2011 ..
no could not convert string to float: .. 11 1010 2012 ..
no could not convert string to float: .. 12 1010 2013 ..
no could not convert string to float: .. 13 1010 2014 ..
no could not convert string to float: Kastamonu 14 1010 Region Name Kastamonu
no could not convert string to float: TR821 15 1010 Region Code   TR821
no could not convert string to float: .. 3 1011 2004 ..
no could not convert string to float: .. 4 1011 2005 ..
no could not convert string to float: .. 5 1011 2006 ..
no could not convert string to float: .. 6 1011 2007 ..
no could not convert string to float: .. 7 1011 2008 ..
no could not convert string to float: .. 8 1011 2009 ..
no could not convert string to float: .. 9 1011 2010 ..
no could not convert string to float: .. 10 1011 2011 ..
no could not convert string to float: .. 11 1011 2012 ..
no could not convert string to float: .. 12 1011 2013 ..
no could not convert string to float: .. 13 1011 2014 ..
no could not convert string to float: �ankiri 14 1011 Region Name Çankiri
no could not convert string to float: TR822 15 1011 Region Code   TR822
no could not convert string to float: .. 3 1012 2004 ..
no could not convert string to float: .. 4 1012 2005 ..
no could not convert string to float: .. 5 1012 2006 ..
no could not convert string to float: .. 6 1012 2007 ..
no could not convert string to float: .. 7 1012 2008 ..
no could not convert string to float: .. 8 1012 2009 ..
no could not convert string to float: .. 9 1012 2010 ..
no could not convert string to float: .. 10 1012 2011 ..
no could not convert string to float: .. 11 1012 2012 ..
no could not convert string to float: .. 12 1012 2013 ..
no could not convert string to float: .. 13 1012 2014 ..
no could not convert string to float: Sinop 14 1012 Region Name Sinop
no could not convert string to float: TR823 15 1012 Region Code   TR823
no could not convert string to float: .. 3 1013 2004 ..
no could not convert string to float: .. 4 1013 2005 ..
no could not convert string to float: .. 5 1013 2006 ..
no could not convert string to float: .. 6 1013 2007 ..
no could not convert string to float: .. 7 1013 2008 ..
no could not convert string to float: .. 8 1013 2009 ..
no could not convert string to float: .. 9 1013 2010 ..
no could not convert string to float: .. 10 1013 2011 ..
no could not convert string to float: .. 11 1013 2012 ..
no could not convert string to float: .. 12 1013 2013 ..
no could not convert string to float: .. 13 1013 2014 ..
no could not convert string to float: Middle Black Sea 14 1013 Region Name Middle Black Sea
no could not convert string to float: TR83 15 1013 Region Code TR83
no could not convert string to float: .. 3 1014 2004 ..
no could not convert string to float: .. 4 1014 2005 ..
no could not convert string to float: .. 5 1014 2006 ..
no could not convert string to float: .. 6 1014 2007 ..
no could not convert string to float: .. 7 1014 2008 ..
no could not convert string to float: .. 8 1014 2009 ..
no could not convert string to float: .. 9 1014 2010 ..
no could not convert string to float: .. 10 1014 2011 ..
no could not convert string to float: .. 11 1014 2012 ..
no could not convert string to float: .. 12 1014 2013 ..
no could not convert string to float: .. 13 1014 2014 ..
no could not convert string to float: Samsun 14 1014 Region Name Samsun
no could not convert string to float: TR831 15 1014 Region Code   TR831
no could not convert string to float: .. 3 1015 2004 ..
no could not convert string to float: .. 4 1015 2005 ..
no could not convert string to float: .. 5 1015 2006 ..
no could not convert string to float: .. 6 1015 2007 ..
no could not convert string to float: .. 7 1015 2008 ..
no could not convert string to float: .. 8 1015 2009 ..
no could not convert string to float: .. 9 1015 2010 ..
no could not convert string to float: .. 10 1015 2011 ..
no could not convert string to float: .. 11 1015 2012 ..
no could not convert string to float: .. 12 1015 2013 ..
no could not convert string to float: .. 13 1015 2014 ..
no could not convert string to float: Tokat 14 1015 Region Name Tokat
no could not convert string to float: TR832 15 1015 Region Code   TR832
no could not convert string to float: .. 3 1016 2004 ..
no could not convert string to float: .. 4 1016 2005 ..
no could not convert string to float: .. 5 1016 2006 ..
no could not convert string to float: .. 6 1016 2007 ..
no could not convert string to float: .. 7 1016 2008 ..
no could not convert string to float: .. 8 1016 2009 ..
no could not convert string to float: .. 9 1016 2010 ..
no could not convert string to float: .. 10 1016 2011 ..
no could not convert string to float: .. 11 1016 2012 ..
no could not convert string to float: .. 12 1016 2013 ..
no could not convert string to float: .. 13 1016 2014 ..
no could not convert string to float: �orum 14 1016 Region Name Çorum
no could not convert string to float: TR833 15 1016 Region Code   TR833
no could not convert string to float: .. 3 1017 2004 ..
no could not convert string to float: .. 4 1017 2005 ..
no could not convert string to float: .. 5 1017 2006 ..
no could not convert string to float: .. 6 1017 2007 ..
no could not convert string to float: .. 7 1017 2008 ..
no could not convert string to float: .. 8 1017 2009 ..
no could not convert string to float: .. 9 1017 2010 ..
no could not convert string to float: .. 10 1017 2011 ..
no could not convert string to float: .. 11 1017 2012 ..
no could not convert string to float: .. 12 1017 2013 ..
no could not convert string to float: .. 13 1017 2014 ..
no could not convert string to float: Amasya 14 1017 Region Name Amasya
no could not convert string to float: TR834 15 1017 Region Code   TR834
no could not convert string to float: .. 3 1018 2004 ..
no could not convert string to float: .. 4 1018 2005 ..
no could not convert string to float: .. 5 1018 2006 ..
no could not convert string to float: .. 6 1018 2007 ..
no could not convert string to float: .. 7 1018 2008 ..
no could not convert string to float: .. 8 1018 2009 ..
no could not convert string to float: .. 9 1018 2010 ..
no could not convert string to float: .. 10 1018 2011 ..
no could not convert string to float: .. 11 1018 2012 ..
no could not convert string to float: .. 12 1018 2013 ..
no could not convert string to float: .. 13 1018 2014 ..
no could not convert string to float: Eastern Black Sea 14 1018 Region Name Eastern Black Sea
no could not convert string to float: TR90 15 1018 Region Code TR90
no could not convert string to float: .. 3 1019 2004 ..
no could not convert string to float: .. 4 1019 2005 ..
no could not convert string to float: .. 5 1019 2006 ..
no could not convert string to float: .. 6 1019 2007 ..
no could not convert string to float: .. 7 1019 2008 ..
no could not convert string to float: .. 8 1019 2009 ..
no could not convert string to float: .. 9 1019 2010 ..
no could not convert string to float: .. 10 1019 2011 ..
no could not convert string to float: .. 11 1019 2012 ..
no could not convert string to float: .. 12 1019 2013 ..
no could not convert string to float: .. 13 1019 2014 ..
no could not convert string to float: Trabzon 14 1019 Region Name Trabzon
no could not convert string to float: TR901 15 1019 Region Code   TR901
no could not convert string to float: .. 3 1020 2004 ..
no could not convert string to float: .. 4 1020 2005 ..
no could not convert string to float: .. 5 1020 2006 ..
no could not convert string to float: .. 6 1020 2007 ..
no could not convert string to float: .. 7 1020 2008 ..
no could not convert string to float: .. 8 1020 2009 ..
no could not convert string to float: .. 9 1020 2010 ..
no could not convert string to float: .. 10 1020 2011 ..
no could not convert string to float: .. 11 1020 2012 ..
no could not convert string to float: .. 12 1020 2013 ..
no could not convert string to float: .. 13 1020 2014 ..
no could not convert string to float: Ordu 14 1020 Region Name Ordu
no could not convert string to float: TR902 15 1020 Region Code   TR902
no could not convert string to float: .. 3 1021 2004 ..
no could not convert string to float: .. 4 1021 2005 ..
no could not convert string to float: .. 5 1021 2006 ..
no could not convert string to float: .. 6 1021 2007 ..
no could not convert string to float: .. 7 1021 2008 ..
no could not convert string to float: .. 8 1021 2009 ..
no could not convert string to float: .. 9 1021 2010 ..
no could not convert string to float: .. 10 1021 2011 ..
no could not convert string to float: .. 11 1021 2012 ..
no could not convert string to float: .. 12 1021 2013 ..
no could not convert string to float: .. 13 1021 2014 ..
no could not convert string to float: Giresun 14 1021 Region Name Giresun
no could not convert string to float: TR903 15 1021 Region Code   TR903
no could not convert string to float: .. 3 1022 2004 ..
no could not convert string to float: .. 4 1022 2005 ..
no could not convert string to float: .. 5 1022 2006 ..
no could not convert string to float: .. 6 1022 2007 ..
no could not convert string to float: .. 7 1022 2008 ..
no could not convert string to float: .. 8 1022 2009 ..
no could not convert string to float: .. 9 1022 2010 ..
no could not convert string to float: .. 10 1022 2011 ..
no could not convert string to float: .. 11 1022 2012 ..
no could not convert string to float: .. 12 1022 2013 ..
no could not convert string to float: .. 13 1022 2014 ..
no could not convert string to float: Rize 14 1022 Region Name Rize
no could not convert string to float: TR904 15 1022 Region Code   TR904
no could not convert string to float: .. 3 1023 2004 ..
no could not convert string to float: .. 4 1023 2005 ..
no could not convert string to float: .. 5 1023 2006 ..
no could not convert string to float: .. 6 1023 2007 ..
no could not convert string to float: .. 7 1023 2008 ..
no could not convert string to float: .. 8 1023 2009 ..
no could not convert string to float: .. 9 1023 2010 ..
no could not convert string to float: .. 10 1023 2011 ..
no could not convert string to float: .. 11 1023 2012 ..
no could not convert string to float: .. 12 1023 2013 ..
no could not convert string to float: .. 13 1023 2014 ..
no could not convert string to float: Artvin 14 1023 Region Name Artvin
no could not convert string to float: TR905 15 1023 Region Code   TR905
no could not convert string to float: .. 3 1024 2004 ..
no could not convert string to float: .. 4 1024 2005 ..
no could not convert string to float: .. 5 1024 2006 ..
no could not convert string to float: .. 6 1024 2007 ..
no could not convert string to float: .. 7 1024 2008 ..
no could not convert string to float: .. 8 1024 2009 ..
no could not convert string to float: .. 9 1024 2010 ..
no could not convert string to float: .. 10 1024 2011 ..
no could not convert string to float: .. 11 1024 2012 ..
no could not convert string to float: .. 12 1024 2013 ..
no could not convert string to float: .. 13 1024 2014 ..
no could not convert string to float: G�m�shane 14 1024 Region Name Gümüshane
no could not convert string to float: TR906 15 1024 Region Code   TR906
no could not convert string to float: .. 3 1025 2004 ..
no could not convert string to float: .. 4 1025 2005 ..
no could not convert string to float: .. 5 1025 2006 ..
no could not convert string to float: .. 6 1025 2007 ..
no could not convert string to float: .. 7 1025 2008 ..
no could not convert string to float: .. 8 1025 2009 ..
no could not convert string to float: .. 9 1025 2010 ..
no could not convert string to float: .. 10 1025 2011 ..
no could not convert string to float: .. 11 1025 2012 ..
no could not convert string to float: .. 12 1025 2013 ..
no could not convert string to float: .. 13 1025 2014 ..
no could not convert string to float: Northeastern Anatolia - West 14 1025 Region Name Northeastern Anatolia - West
no could not convert string to float: TRA1 15 1025 Region Code TRA1
no could not convert string to float: .. 3 1026 2004 ..
no could not convert string to float: .. 4 1026 2005 ..
no could not convert string to float: .. 5 1026 2006 ..
no could not convert string to float: .. 6 1026 2007 ..
no could not convert string to float: .. 7 1026 2008 ..
no could not convert string to float: .. 8 1026 2009 ..
no could not convert string to float: .. 9 1026 2010 ..
no could not convert string to float: .. 10 1026 2011 ..
no could not convert string to float: .. 11 1026 2012 ..
no could not convert string to float: .. 12 1026 2013 ..
no could not convert string to float: .. 13 1026 2014 ..
no could not convert string to float: Erzurum 14 1026 Region Name Erzurum
no could not convert string to float: TRA11 15 1026 Region Code   TRA11
no could not convert string to float: .. 3 1027 2004 ..
no could not convert string to float: .. 4 1027 2005 ..
no could not convert string to float: .. 5 1027 2006 ..
no could not convert string to float: .. 6 1027 2007 ..
no could not convert string to float: .. 7 1027 2008 ..
no could not convert string to float: .. 8 1027 2009 ..
no could not convert string to float: .. 9 1027 2010 ..
no could not convert string to float: .. 10 1027 2011 ..
no could not convert string to float: .. 11 1027 2012 ..
no could not convert string to float: .. 12 1027 2013 ..
no could not convert string to float: .. 13 1027 2014 ..
no could not convert string to float: Erzincan 14 1027 Region Name Erzincan
no could not convert string to float: TRA12 15 1027 Region Code   TRA12
no could not convert string to float: .. 3 1028 2004 ..
no could not convert string to float: .. 4 1028 2005 ..
no could not convert string to float: .. 5 1028 2006 ..
no could not convert string to float: .. 6 1028 2007 ..
no could not convert string to float: .. 7 1028 2008 ..
no could not convert string to float: .. 8 1028 2009 ..
no could not convert string to float: .. 9 1028 2010 ..
no could not convert string to float: .. 10 1028 2011 ..
no could not convert string to float: .. 11 1028 2012 ..
no could not convert string to float: .. 12 1028 2013 ..
no could not convert string to float: .. 13 1028 2014 ..
no could not convert string to float: Bayburt 14 1028 Region Name Bayburt
no could not convert string to float: TRA13 15 1028 Region Code   TRA13
no could not convert string to float: .. 3 1029 2004 ..
no could not convert string to float: .. 4 1029 2005 ..
no could not convert string to float: .. 5 1029 2006 ..
no could not convert string to float: .. 6 1029 2007 ..
no could not convert string to float: .. 7 1029 2008 ..
no could not convert string to float: .. 8 1029 2009 ..
no could not convert string to float: .. 9 1029 2010 ..
no could not convert string to float: .. 10 1029 2011 ..
no could not convert string to float: .. 11 1029 2012 ..
no could not convert string to float: .. 12 1029 2013 ..
no could not convert string to float: .. 13 1029 2014 ..
no could not convert string to float: Northeastern Anatolia - East 14 1029 Region Name Northeastern Anatolia - East
no could not convert string to float: TRA2 15 1029 Region Code TRA2
no could not convert string to float: .. 3 1030 2004 ..
no could not convert string to float: .. 4 1030 2005 ..
no could not convert string to float: .. 5 1030 2006 ..
no could not convert string to float: .. 6 1030 2007 ..
no could not convert string to float: .. 7 1030 2008 ..
no could not convert string to float: .. 8 1030 2009 ..
no could not convert string to float: .. 9 1030 2010 ..
no could not convert string to float: .. 10 1030 2011 ..
no could not convert string to float: .. 11 1030 2012 ..
no could not convert string to float: .. 12 1030 2013 ..
no could not convert string to float: .. 13 1030 2014 ..
no could not convert string to float: Agri 14 1030 Region Name Agri
no could not convert string to float: TRA21 15 1030 Region Code   TRA21
no could not convert string to float: .. 3 1031 2004 ..
no could not convert string to float: .. 4 1031 2005 ..
no could not convert string to float: .. 5 1031 2006 ..
no could not convert string to float: .. 6 1031 2007 ..
no could not convert string to float: .. 7 1031 2008 ..
no could not convert string to float: .. 8 1031 2009 ..
no could not convert string to float: .. 9 1031 2010 ..
no could not convert string to float: .. 10 1031 2011 ..
no could not convert string to float: .. 11 1031 2012 ..
no could not convert string to float: .. 12 1031 2013 ..
no could not convert string to float: .. 13 1031 2014 ..
no could not convert string to float: Kars 14 1031 Region Name Kars
no could not convert string to float: TRA22 15 1031 Region Code   TRA22
no could not convert string to float: .. 3 1032 2004 ..
no could not convert string to float: .. 4 1032 2005 ..
no could not convert string to float: .. 5 1032 2006 ..
no could not convert string to float: .. 6 1032 2007 ..
no could not convert string to float: .. 7 1032 2008 ..
no could not convert string to float: .. 8 1032 2009 ..
no could not convert string to float: .. 9 1032 2010 ..
no could not convert string to float: .. 10 1032 2011 ..
no could not convert string to float: .. 11 1032 2012 ..
no could not convert string to float: .. 12 1032 2013 ..
no could not convert string to float: .. 13 1032 2014 ..
no could not convert string to float: Igdir 14 1032 Region Name Igdir
no could not convert string to float: TRA23 15 1032 Region Code   TRA23
no could not convert string to float: .. 3 1033 2004 ..
no could not convert string to float: .. 4 1033 2005 ..
no could not convert string to float: .. 5 1033 2006 ..
no could not convert string to float: .. 6 1033 2007 ..
no could not convert string to float: .. 7 1033 2008 ..
no could not convert string to float: .. 8 1033 2009 ..
no could not convert string to float: .. 9 1033 2010 ..
no could not convert string to float: .. 10 1033 2011 ..
no could not convert string to float: .. 11 1033 2012 ..
no could not convert string to float: .. 12 1033 2013 ..
no could not convert string to float: .. 13 1033 2014 ..
no could not convert string to float: Ardahan 14 1033 Region Name Ardahan
no could not convert string to float: TRA24 15 1033 Region Code   TRA24
no could not convert string to float: .. 3 1034 2004 ..
no could not convert string to float: .. 4 1034 2005 ..
no could not convert string to float: .. 5 1034 2006 ..
no could not convert string to float: .. 6 1034 2007 ..
no could not convert string to float: .. 7 1034 2008 ..
no could not convert string to float: .. 8 1034 2009 ..
no could not convert string to float: .. 9 1034 2010 ..
no could not convert string to float: .. 10 1034 2011 ..
no could not convert string to float: .. 11 1034 2012 ..
no could not convert string to float: .. 12 1034 2013 ..
no could not convert string to float: .. 13 1034 2014 ..
no could not convert string to float: Eastern Anatolia - West 14 1034 Region Name Eastern Anatolia - West
no could not convert string to float: TRB1 15 1034 Region Code TRB1
no could not convert string to float: .. 3 1035 2004 ..
no could not convert string to float: .. 4 1035 2005 ..
no could not convert string to float: .. 5 1035 2006 ..
no could not convert string to float: .. 6 1035 2007 ..
no could not convert string to float: .. 7 1035 2008 ..
no could not convert string to float: .. 8 1035 2009 ..
no could not convert string to float: .. 9 1035 2010 ..
no could not convert string to float: .. 10 1035 2011 ..
no could not convert string to float: .. 11 1035 2012 ..
no could not convert string to float: .. 12 1035 2013 ..
no could not convert string to float: .. 13 1035 2014 ..
no could not convert string to float: Malatya 14 1035 Region Name Malatya
no could not convert string to float: TRB11 15 1035 Region Code   TRB11
no could not convert string to float: .. 3 1036 2004 ..
no could not convert string to float: .. 4 1036 2005 ..
no could not convert string to float: .. 5 1036 2006 ..
no could not convert string to float: .. 6 1036 2007 ..
no could not convert string to float: .. 7 1036 2008 ..
no could not convert string to float: .. 8 1036 2009 ..
no could not convert string to float: .. 9 1036 2010 ..
no could not convert string to float: .. 10 1036 2011 ..
no could not convert string to float: .. 11 1036 2012 ..
no could not convert string to float: .. 12 1036 2013 ..
no could not convert string to float: .. 13 1036 2014 ..
no could not convert string to float: Elazig 14 1036 Region Name Elazig
no could not convert string to float: TRB12 15 1036 Region Code   TRB12
no could not convert string to float: .. 3 1037 2004 ..
no could not convert string to float: .. 4 1037 2005 ..
no could not convert string to float: .. 5 1037 2006 ..
no could not convert string to float: .. 6 1037 2007 ..
no could not convert string to float: .. 7 1037 2008 ..
no could not convert string to float: .. 8 1037 2009 ..
no could not convert string to float: .. 9 1037 2010 ..
no could not convert string to float: .. 10 1037 2011 ..
no could not convert string to float: .. 11 1037 2012 ..
no could not convert string to float: .. 12 1037 2013 ..
no could not convert string to float: .. 13 1037 2014 ..
no could not convert string to float: Bing�l 14 1037 Region Name Bingöl
no could not convert string to float: TRB13 15 1037 Region Code   TRB13
no could not convert string to float: .. 3 1038 2004 ..
no could not convert string to float: .. 4 1038 2005 ..
no could not convert string to float: .. 5 1038 2006 ..
no could not convert string to float: .. 6 1038 2007 ..
no could not convert string to float: .. 7 1038 2008 ..
no could not convert string to float: .. 8 1038 2009 ..
no could not convert string to float: .. 9 1038 2010 ..
no could not convert string to float: .. 10 1038 2011 ..
no could not convert string to float: .. 11 1038 2012 ..
no could not convert string to float: .. 12 1038 2013 ..
no could not convert string to float: .. 13 1038 2014 ..
no could not convert string to float: Tunceli 14 1038 Region Name Tunceli
no could not convert string to float: TRB14 15 1038 Region Code   TRB14
no could not convert string to float: .. 3 1039 2004 ..
no could not convert string to float: .. 4 1039 2005 ..
no could not convert string to float: .. 5 1039 2006 ..
no could not convert string to float: .. 6 1039 2007 ..
no could not convert string to float: .. 7 1039 2008 ..
no could not convert string to float: .. 8 1039 2009 ..
no could not convert string to float: .. 9 1039 2010 ..
no could not convert string to float: .. 10 1039 2011 ..
no could not convert string to float: .. 11 1039 2012 ..
no could not convert string to float: .. 12 1039 2013 ..
no could not convert string to float: .. 13 1039 2014 ..
no could not convert string to float: Eastern Anatolia - East 14 1039 Region Name Eastern Anatolia - East
no could not convert string to float: TRB2 15 1039 Region Code TRB2
no could not convert string to float: .. 3 1040 2004 ..
no could not convert string to float: .. 4 1040 2005 ..
no could not convert string to float: .. 5 1040 2006 ..
no could not convert string to float: .. 6 1040 2007 ..
no could not convert string to float: .. 7 1040 2008 ..
no could not convert string to float: .. 8 1040 2009 ..
no could not convert string to float: .. 9 1040 2010 ..
no could not convert string to float: .. 10 1040 2011 ..
no could not convert string to float: .. 11 1040 2012 ..
no could not convert string to float: .. 12 1040 2013 ..
no could not convert string to float: .. 13 1040 2014 ..
no could not convert string to float: Van 14 1040 Region Name Van
no could not convert string to float: TRB21 15 1040 Region Code   TRB21
no could not convert string to float: .. 3 1041 2004 ..
no could not convert string to float: .. 4 1041 2005 ..
no could not convert string to float: .. 5 1041 2006 ..
no could not convert string to float: .. 6 1041 2007 ..
no could not convert string to float: .. 7 1041 2008 ..
no could not convert string to float: .. 8 1041 2009 ..
no could not convert string to float: .. 9 1041 2010 ..
no could not convert string to float: .. 10 1041 2011 ..
no could not convert string to float: .. 11 1041 2012 ..
no could not convert string to float: .. 12 1041 2013 ..
no could not convert string to float: .. 13 1041 2014 ..
no could not convert string to float: Mus 14 1041 Region Name Mus
no could not convert string to float: TRB22 15 1041 Region Code   TRB22
no could not convert string to float: .. 3 1042 2004 ..
no could not convert string to float: .. 4 1042 2005 ..
no could not convert string to float: .. 5 1042 2006 ..
no could not convert string to float: .. 6 1042 2007 ..
no could not convert string to float: .. 7 1042 2008 ..
no could not convert string to float: .. 8 1042 2009 ..
no could not convert string to float: .. 9 1042 2010 ..
no could not convert string to float: .. 10 1042 2011 ..
no could not convert string to float: .. 11 1042 2012 ..
no could not convert string to float: .. 12 1042 2013 ..
no could not convert string to float: .. 13 1042 2014 ..
no could not convert string to float: Bitlis 14 1042 Region Name Bitlis
no could not convert string to float: TRB23 15 1042 Region Code   TRB23
no could not convert string to float: .. 3 1043 2004 ..
no could not convert string to float: .. 4 1043 2005 ..
no could not convert string to float: .. 5 1043 2006 ..
no could not convert string to float: .. 6 1043 2007 ..
no could not convert string to float: .. 7 1043 2008 ..
no could not convert string to float: .. 8 1043 2009 ..
no could not convert string to float: .. 9 1043 2010 ..
no could not convert string to float: .. 10 1043 2011 ..
no could not convert string to float: .. 11 1043 2012 ..
no could not convert string to float: .. 12 1043 2013 ..
no could not convert string to float: .. 13 1043 2014 ..
no could not convert string to float: Hakkari 14 1043 Region Name Hakkari
no could not convert string to float: TRB24 15 1043 Region Code   TRB24
no could not convert string to float: .. 3 1044 2004 ..
no could not convert string to float: .. 4 1044 2005 ..
no could not convert string to float: .. 5 1044 2006 ..
no could not convert string to float: .. 6 1044 2007 ..
no could not convert string to float: .. 7 1044 2008 ..
no could not convert string to float: .. 8 1044 2009 ..
no could not convert string to float: .. 9 1044 2010 ..
no could not convert string to float: .. 10 1044 2011 ..
no could not convert string to float: .. 11 1044 2012 ..
no could not convert string to float: .. 12 1044 2013 ..
no could not convert string to float: .. 13 1044 2014 ..
no could not convert string to float: Southeastern Anatolia - West 14 1044 Region Name Southeastern Anatolia - West
no could not convert string to float: TRC1 15 1044 Region Code TRC1
no could not convert string to float: .. 3 1045 2004 ..
no could not convert string to float: .. 4 1045 2005 ..
no could not convert string to float: .. 5 1045 2006 ..
no could not convert string to float: .. 6 1045 2007 ..
no could not convert string to float: .. 7 1045 2008 ..
no could not convert string to float: .. 8 1045 2009 ..
no could not convert string to float: .. 9 1045 2010 ..
no could not convert string to float: .. 10 1045 2011 ..
no could not convert string to float: .. 11 1045 2012 ..
no could not convert string to float: .. 12 1045 2013 ..
no could not convert string to float: .. 13 1045 2014 ..
no could not convert string to float: Gaziantep 14 1045 Region Name Gaziantep
no could not convert string to float: TRC11 15 1045 Region Code   TRC11
no could not convert string to float: .. 3 1046 2004 ..
no could not convert string to float: .. 4 1046 2005 ..
no could not convert string to float: .. 5 1046 2006 ..
no could not convert string to float: .. 6 1046 2007 ..
no could not convert string to float: .. 7 1046 2008 ..
no could not convert string to float: .. 8 1046 2009 ..
no could not convert string to float: .. 9 1046 2010 ..
no could not convert string to float: .. 10 1046 2011 ..
no could not convert string to float: .. 11 1046 2012 ..
no could not convert string to float: .. 12 1046 2013 ..
no could not convert string to float: .. 13 1046 2014 ..
no could not convert string to float: Adiyaman 14 1046 Region Name Adiyaman
no could not convert string to float: TRC12 15 1046 Region Code   TRC12
no could not convert string to float: .. 3 1047 2004 ..
no could not convert string to float: .. 4 1047 2005 ..
no could not convert string to float: .. 5 1047 2006 ..
no could not convert string to float: .. 6 1047 2007 ..
no could not convert string to float: .. 7 1047 2008 ..
no could not convert string to float: .. 8 1047 2009 ..
no could not convert string to float: .. 9 1047 2010 ..
no could not convert string to float: .. 10 1047 2011 ..
no could not convert string to float: .. 11 1047 2012 ..
no could not convert string to float: .. 12 1047 2013 ..
no could not convert string to float: .. 13 1047 2014 ..
no could not convert string to float: Kilis 14 1047 Region Name Kilis
no could not convert string to float: TRC13 15 1047 Region Code   TRC13
no could not convert string to float: .. 3 1048 2004 ..
no could not convert string to float: .. 4 1048 2005 ..
no could not convert string to float: .. 5 1048 2006 ..
no could not convert string to float: .. 6 1048 2007 ..
no could not convert string to float: .. 7 1048 2008 ..
no could not convert string to float: .. 8 1048 2009 ..
no could not convert string to float: .. 9 1048 2010 ..
no could not convert string to float: .. 10 1048 2011 ..
no could not convert string to float: .. 11 1048 2012 ..
no could not convert string to float: .. 12 1048 2013 ..
no could not convert string to float: .. 13 1048 2014 ..
no could not convert string to float: Southeastern Anatolia - Middle 14 1048 Region Name Southeastern Anatolia - Middle
no could not convert string to float: TRC2 15 1048 Region Code TRC2
no could not convert string to float: .. 3 1049 2004 ..
no could not convert string to float: .. 4 1049 2005 ..
no could not convert string to float: .. 5 1049 2006 ..
no could not convert string to float: .. 6 1049 2007 ..
no could not convert string to float: .. 7 1049 2008 ..
no could not convert string to float: .. 8 1049 2009 ..
no could not convert string to float: .. 9 1049 2010 ..
no could not convert string to float: .. 10 1049 2011 ..
no could not convert string to float: .. 11 1049 2012 ..
no could not convert string to float: .. 12 1049 2013 ..
no could not convert string to float: .. 13 1049 2014 ..
no could not convert string to float: Sanliurfa 14 1049 Region Name Sanliurfa
no could not convert string to float: TRC21 15 1049 Region Code   TRC21
no could not convert string to float: .. 3 1050 2004 ..
no could not convert string to float: .. 4 1050 2005 ..
no could not convert string to float: .. 5 1050 2006 ..
no could not convert string to float: .. 6 1050 2007 ..
no could not convert string to float: .. 7 1050 2008 ..
no could not convert string to float: .. 8 1050 2009 ..
no could not convert string to float: .. 9 1050 2010 ..
no could not convert string to float: .. 10 1050 2011 ..
no could not convert string to float: .. 11 1050 2012 ..
no could not convert string to float: .. 12 1050 2013 ..
no could not convert string to float: .. 13 1050 2014 ..
no could not convert string to float: Diyarbakir 14 1050 Region Name Diyarbakir
no could not convert string to float: TRC22 15 1050 Region Code   TRC22
no could not convert string to float: .. 3 1051 2004 ..
no could not convert string to float: .. 4 1051 2005 ..
no could not convert string to float: .. 5 1051 2006 ..
no could not convert string to float: .. 6 1051 2007 ..
no could not convert string to float: .. 7 1051 2008 ..
no could not convert string to float: .. 8 1051 2009 ..
no could not convert string to float: .. 9 1051 2010 ..
no could not convert string to float: .. 10 1051 2011 ..
no could not convert string to float: .. 11 1051 2012 ..
no could not convert string to float: .. 12 1051 2013 ..
no could not convert string to float: .. 13 1051 2014 ..
no could not convert string to float: Southeastern Anatolia - East 14 1051 Region Name Southeastern Anatolia - East
no could not convert string to float: TRC3 15 1051 Region Code TRC3
no could not convert string to float: .. 3 1052 2004 ..
no could not convert string to float: .. 4 1052 2005 ..
no could not convert string to float: .. 5 1052 2006 ..
no could not convert string to float: .. 6 1052 2007 ..
no could not convert string to float: .. 7 1052 2008 ..
no could not convert string to float: .. 8 1052 2009 ..
no could not convert string to float: .. 9 1052 2010 ..
no could not convert string to float: .. 10 1052 2011 ..
no could not convert string to float: .. 11 1052 2012 ..
no could not convert string to float: .. 12 1052 2013 ..
no could not convert string to float: .. 13 1052 2014 ..
no could not convert string to float: Mardin 14 1052 Region Name Mardin
no could not convert string to float: TRC31 15 1052 Region Code   TRC31
no could not convert string to float: .. 3 1053 2004 ..
no could not convert string to float: .. 4 1053 2005 ..
no could not convert string to float: .. 5 1053 2006 ..
no could not convert string to float: .. 6 1053 2007 ..
no could not convert string to float: .. 7 1053 2008 ..
no could not convert string to float: .. 8 1053 2009 ..
no could not convert string to float: .. 9 1053 2010 ..
no could not convert string to float: .. 10 1053 2011 ..
no could not convert string to float: .. 11 1053 2012 ..
no could not convert string to float: .. 12 1053 2013 ..
no could not convert string to float: .. 13 1053 2014 ..
no could not convert string to float: Batman 14 1053 Region Name Batman
no could not convert string to float: TRC32 15 1053 Region Code   TRC32
no could not convert string to float: .. 3 1054 2004 ..
no could not convert string to float: .. 4 1054 2005 ..
no could not convert string to float: .. 5 1054 2006 ..
no could not convert string to float: .. 6 1054 2007 ..
no could not convert string to float: .. 7 1054 2008 ..
no could not convert string to float: .. 8 1054 2009 ..
no could not convert string to float: .. 9 1054 2010 ..
no could not convert string to float: .. 10 1054 2011 ..
no could not convert string to float: .. 11 1054 2012 ..
no could not convert string to float: .. 12 1054 2013 ..
no could not convert string to float: .. 13 1054 2014 ..
no could not convert string to float: Sirnak 14 1054 Region Name Sirnak
no could not convert string to float: TRC33 15 1054 Region Code   TRC33
no could not convert string to float: .. 3 1055 2004 ..
no could not convert string to float: .. 4 1055 2005 ..
no could not convert string to float: .. 5 1055 2006 ..
no could not convert string to float: .. 6 1055 2007 ..
no could not convert string to float: .. 7 1055 2008 ..
no could not convert string to float: .. 8 1055 2009 ..
no could not convert string to float: .. 9 1055 2010 ..
no could not convert string to float: .. 10 1055 2011 ..
no could not convert string to float: .. 11 1055 2012 ..
no could not convert string to float: .. 12 1055 2013 ..
no could not convert string to float: .. 13 1055 2014 ..
no could not convert string to float: Siirt 14 1055 Region Name Siirt
no could not convert string to float: TRC34 15 1055 Region Code   TRC34
no could not convert string to float: .. 13 1056 2014 ..
no could not convert string to float: United Kingdom 14 1056 Region Name United Kingdom
no could not convert string to float: GBR 15 1056 Region Code GBR
no could not convert string to float: .. 13 1057 2014 ..
no could not convert string to float: North East England 14 1057 Region Name North East England
no could not convert string to float: UKC 15 1057 Region Code UKC
no could not convert string to float: .. 13 1058 2014 ..
no could not convert string to float: Hartlepool and Stockton-on-Tees 14 1058 Region Name Hartlepool and Stockton-on-Tees
no could not convert string to float: UKC11 15 1058 Region Code   UKC11
no could not convert string to float: .. 13 1059 2014 ..
no could not convert string to float: South Teesside 14 1059 Region Name South Teesside
no could not convert string to float: UKC12 15 1059 Region Code   UKC12
no could not convert string to float: .. 13 1060 2014 ..
no could not convert string to float: Darlington 14 1060 Region Name Darlington
no could not convert string to float: UKC13 15 1060 Region Code   UKC13
no could not convert string to float: .. 13 1061 2014 ..
no could not convert string to float: Durham CC 14 1061 Region Name Durham CC
no could not convert string to float: UKC14 15 1061 Region Code   UKC14
no could not convert string to float: .. 13 1062 2014 ..
no could not convert string to float: Northumberland 14 1062 Region Name Northumberland
no could not convert string to float: UKC21 15 1062 Region Code   UKC21
no could not convert string to float: .. 13 1063 2014 ..
no could not convert string to float: Tyneside 14 1063 Region Name Tyneside
no could not convert string to float: UKC22 15 1063 Region Code   UKC22
no could not convert string to float: .. 13 1064 2014 ..
no could not convert string to float: Sunderland 14 1064 Region Name Sunderland
no could not convert string to float: UKC23 15 1064 Region Code   UKC23
no could not convert string to float: .. 13 1065 2014 ..
no could not convert string to float: North West England 14 1065 Region Name North West England
no could not convert string to float: UKD 15 1065 Region Code UKD
no could not convert string to float: .. 13 1066 2014 ..
no could not convert string to float: West Cumbria 14 1066 Region Name West Cumbria
no could not convert string to float: UKD11 15 1066 Region Code   UKD11
no could not convert string to float: .. 13 1067 2014 ..
no could not convert string to float: East Cumbria 14 1067 Region Name East Cumbria
no could not convert string to float: UKD12 15 1067 Region Code   UKD12
no could not convert string to float: .. 13 1068 2014 ..
no could not convert string to float: Greater Manchester South 14 1068 Region Name Greater Manchester South
no could not convert string to float: UKD31 15 1068 Region Code   UKD31
no could not convert string to float: .. 13 1069 2014 ..
no could not convert string to float: Greater Manchester North 14 1069 Region Name Greater Manchester North
no could not convert string to float: UKD32 15 1069 Region Code   UKD32
no could not convert string to float: .. 13 1070 2014 ..
no could not convert string to float: Blackburn with Darwen 14 1070 Region Name Blackburn with Darwen
no could not convert string to float: UKD41 15 1070 Region Code   UKD41
no could not convert string to float: .. 13 1071 2014 ..
no could not convert string to float: Blackpool 14 1071 Region Name Blackpool
no could not convert string to float: UKD42 15 1071 Region Code   UKD42
no could not convert string to float: .. 13 1072 2014 ..
no could not convert string to float: Lancashire CC 14 1072 Region Name Lancashire CC
no could not convert string to float: UKD43 15 1072 Region Code   UKD43
no could not convert string to float: .. 13 1073 2014 ..
no could not convert string to float: Warrington 14 1073 Region Name Warrington
no could not convert string to float: UKD61 15 1073 Region Code   UKD61
no could not convert string to float: .. 13 1074 2014 ..
no could not convert string to float: Cheshire East 14 1074 Region Name Cheshire East
no could not convert string to float: UKD62 15 1074 Region Code   UKD62
no could not convert string to float: .. 13 1075 2014 ..
no could not convert string to float: Cheshire West and Chester 14 1075 Region Name Cheshire West and Chester
no could not convert string to float: UKD63 15 1075 Region Code   UKD63
no could not convert string to float: .. 13 1076 2014 ..
no could not convert string to float: East Merseyside 14 1076 Region Name East Merseyside
no could not convert string to float: UKD71 15 1076 Region Code   UKD71
no could not convert string to float: .. 13 1077 2014 ..
no could not convert string to float: Liverpool 14 1077 Region Name Liverpool
no could not convert string to float: UKD72 15 1077 Region Code   UKD72
no could not convert string to float: .. 13 1078 2014 ..
no could not convert string to float: Sefton 14 1078 Region Name Sefton
no could not convert string to float: UKD73 15 1078 Region Code   UKD73
no could not convert string to float: .. 13 1079 2014 ..
no could not convert string to float: Wirral 14 1079 Region Name Wirral
no could not convert string to float: UKD74 15 1079 Region Code   UKD74
no could not convert string to float: .. 13 1080 2014 ..
no could not convert string to float: Yorkshire and The Humber 14 1080 Region Name Yorkshire and The Humber
no could not convert string to float: UKE 15 1080 Region Code UKE
no could not convert string to float: .. 13 1081 2014 ..
no could not convert string to float: City Of Kingston Upon Hull 14 1081 Region Name City Of Kingston Upon Hull
no could not convert string to float: UKE11 15 1081 Region Code   UKE11
no could not convert string to float: .. 13 1082 2014 ..
no could not convert string to float: East Riding of Yorkshire 14 1082 Region Name East Riding of Yorkshire
no could not convert string to float: UKE12 15 1082 Region Code   UKE12
no could not convert string to float: .. 13 1083 2014 ..
no could not convert string to float: North and North East Lincolnshire 14 1083 Region Name North and North East Lincolnshire
no could not convert string to float: UKE13 15 1083 Region Code   UKE13
no could not convert string to float: .. 13 1084 2014 ..
no could not convert string to float: York 14 1084 Region Name York
no could not convert string to float: UKE21 15 1084 Region Code   UKE21
no could not convert string to float: .. 13 1085 2014 ..
no could not convert string to float: North Yorkshire CC 14 1085 Region Name North Yorkshire CC
no could not convert string to float: UKE22 15 1085 Region Code   UKE22
no could not convert string to float: .. 13 1086 2014 ..
no could not convert string to float: Barnsley Doncaster And Rotherham 14 1086 Region Name Barnsley Doncaster And Rotherham
no could not convert string to float: UKE31 15 1086 Region Code   UKE31
no could not convert string to float: .. 13 1087 2014 ..
no could not convert string to float: Sheffield 14 1087 Region Name Sheffield
no could not convert string to float: UKE32 15 1087 Region Code   UKE32
no could not convert string to float: .. 13 1088 2014 ..
no could not convert string to float: Bradford 14 1088 Region Name Bradford
no could not convert string to float: UKE41 15 1088 Region Code   UKE41
no could not convert string to float: .. 13 1089 2014 ..
no could not convert string to float: Leeds 14 1089 Region Name Leeds
no could not convert string to float: UKE42 15 1089 Region Code   UKE42
no could not convert string to float: .. 13 1090 2014 ..
no could not convert string to float: Calderdale and Kirklees 14 1090 Region Name Calderdale and Kirklees
no could not convert string to float: UKE44 15 1090 Region Code   UKE44
no could not convert string to float: .. 13 1091 2014 ..
no could not convert string to float: Wakefield 14 1091 Region Name Wakefield
no could not convert string to float: UKE45 15 1091 Region Code   UKE45
no could not convert string to float: .. 13 1092 2014 ..
no could not convert string to float: East Midlands 14 1092 Region Name East Midlands
no could not convert string to float: UKF 15 1092 Region Code UKF
no could not convert string to float: .. 13 1093 2014 ..
no could not convert string to float: Derby 14 1093 Region Name Derby
no could not convert string to float: UKF11 15 1093 Region Code   UKF11
no could not convert string to float: .. 13 1094 2014 ..
no could not convert string to float: East Derbyshire 14 1094 Region Name East Derbyshire
no could not convert string to float: UKF12 15 1094 Region Code   UKF12
no could not convert string to float: .. 13 1095 2014 ..
no could not convert string to float: South and West Derbyshire 14 1095 Region Name South and West Derbyshire
no could not convert string to float: UKF13 15 1095 Region Code   UKF13
no could not convert string to float: .. 13 1096 2014 ..
no could not convert string to float: Nottingham 14 1096 Region Name Nottingham
no could not convert string to float: UKF14 15 1096 Region Code   UKF14
no could not convert string to float: .. 13 1097 2014 ..
no could not convert string to float: North Nottinghamshire 14 1097 Region Name North Nottinghamshire
no could not convert string to float: UKF15 15 1097 Region Code   UKF15
no could not convert string to float: .. 13 1098 2014 ..
no could not convert string to float: South Nottinghamshire 14 1098 Region Name South Nottinghamshire
no could not convert string to float: UKF16 15 1098 Region Code   UKF16
no could not convert string to float: .. 13 1099 2014 ..
no could not convert string to float: Leicester City 14 1099 Region Name Leicester City
no could not convert string to float: UKF21 15 1099 Region Code   UKF21
no could not convert string to float: .. 13 1100 2014 ..
no could not convert string to float: Leicestershire CC and Rutland 14 1100 Region Name Leicestershire CC and Rutland
no could not convert string to float: UKF22 15 1100 Region Code   UKF22
no could not convert string to float: .. 13 1101 2014 ..
no could not convert string to float: West Northamptonshire 14 1101 Region Name West Northamptonshire
no could not convert string to float: UKF24 15 1101 Region Code   UKF24
no could not convert string to float: .. 13 1102 2014 ..
no could not convert string to float: North Northamptonshire 14 1102 Region Name North Northamptonshire
no could not convert string to float: UKF25 15 1102 Region Code   UKF25
no could not convert string to float: .. 13 1103 2014 ..
no could not convert string to float: Lincolnshire 14 1103 Region Name Lincolnshire
no could not convert string to float: UKF30 15 1103 Region Code   UKF30
no could not convert string to float: .. 13 1104 2014 ..
no could not convert string to float: West Midlands 14 1104 Region Name West Midlands
no could not convert string to float: UKG 15 1104 Region Code UKG
no could not convert string to float: .. 13 1105 2014 ..
no could not convert string to float: Herefordshire 14 1105 Region Name Herefordshire
no could not convert string to float: UKG11 15 1105 Region Code   UKG11
no could not convert string to float: .. 13 1106 2014 ..
no could not convert string to float: Worcestershire 14 1106 Region Name Worcestershire
no could not convert string to float: UKG12 15 1106 Region Code   UKG12
no could not convert string to float: .. 13 1107 2014 ..
no could not convert string to float: Warwickshire 14 1107 Region Name Warwickshire
no could not convert string to float: UKG13 15 1107 Region Code   UKG13
no could not convert string to float: .. 13 1108 2014 ..
no could not convert string to float: Telford and Wrekin 14 1108 Region Name Telford and Wrekin
no could not convert string to float: UKG21 15 1108 Region Code   UKG21
no could not convert string to float: .. 13 1109 2014 ..
no could not convert string to float: Shropshire CC 14 1109 Region Name Shropshire CC
no could not convert string to float: UKG22 15 1109 Region Code   UKG22
no could not convert string to float: .. 13 1110 2014 ..
no could not convert string to float: Stoke-on-Trent 14 1110 Region Name Stoke-on-Trent
no could not convert string to float: UKG23 15 1110 Region Code   UKG23
no could not convert string to float: .. 13 1111 2014 ..
no could not convert string to float: Staffordshire CC 14 1111 Region Name Staffordshire CC
no could not convert string to float: UKG24 15 1111 Region Code   UKG24
no could not convert string to float: .. 13 1112 2014 ..
no could not convert string to float: Birmingham 14 1112 Region Name Birmingham
no could not convert string to float: UKG31 15 1112 Region Code   UKG31
no could not convert string to float: .. 13 1113 2014 ..
no could not convert string to float: Solihull 14 1113 Region Name Solihull
no could not convert string to float: UKG32 15 1113 Region Code   UKG32
no could not convert string to float: .. 13 1114 2014 ..
no could not convert string to float: Coventry 14 1114 Region Name Coventry
no could not convert string to float: UKG33 15 1114 Region Code   UKG33
no could not convert string to float: .. 13 1115 2014 ..
no could not convert string to float: Dudley 14 1115 Region Name Dudley
no could not convert string to float: UKG36 15 1115 Region Code   UKG36
no could not convert string to float: .. 13 1116 2014 ..
no could not convert string to float: Sandwell 14 1116 Region Name Sandwell
no could not convert string to float: UKG37 15 1116 Region Code   UKG37
no could not convert string to float: .. 13 1117 2014 ..
no could not convert string to float: Walsall 14 1117 Region Name Walsall
no could not convert string to float: UKG38 15 1117 Region Code   UKG38
no could not convert string to float: .. 13 1118 2014 ..
no could not convert string to float: Wolverhampton 14 1118 Region Name Wolverhampton
no could not convert string to float: UKG39 15 1118 Region Code   UKG39
no could not convert string to float: .. 13 1119 2014 ..
no could not convert string to float: East of England 14 1119 Region Name East of England
no could not convert string to float: UKH 15 1119 Region Code UKH
no could not convert string to float: .. 13 1120 2014 ..
no could not convert string to float: Peterborough 14 1120 Region Name Peterborough
no could not convert string to float: UKH11 15 1120 Region Code   UKH11
no could not convert string to float: .. 13 1121 2014 ..
no could not convert string to float: Cambridgeshire CC 14 1121 Region Name Cambridgeshire CC
no could not convert string to float: UKH12 15 1121 Region Code   UKH12
no could not convert string to float: .. 13 1122 2014 ..
no could not convert string to float: Norfolk 14 1122 Region Name Norfolk
no could not convert string to float: UKH13 15 1122 Region Code   UKH13
no could not convert string to float: .. 13 1123 2014 ..
no could not convert string to float: Suffolk 14 1123 Region Name Suffolk
no could not convert string to float: UKH14 15 1123 Region Code   UKH14
no could not convert string to float: .. 13 1124 2014 ..
no could not convert string to float: Luton 14 1124 Region Name Luton
no could not convert string to float: UKH21 15 1124 Region Code   UKH21
no could not convert string to float: .. 13 1125 2014 ..
no could not convert string to float: Hertfordshire 14 1125 Region Name Hertfordshire
no could not convert string to float: UKH23 15 1125 Region Code   UKH23
no could not convert string to float: .. 13 1126 2014 ..
no could not convert string to float: Bedford 14 1126 Region Name Bedford
no could not convert string to float: UKH24 15 1126 Region Code   UKH24
no could not convert string to float: .. 13 1127 2014 ..
no could not convert string to float: Central Bedfordshire 14 1127 Region Name Central Bedfordshire
no could not convert string to float: UKH25 15 1127 Region Code   UKH25
no could not convert string to float: .. 13 1128 2014 ..
no could not convert string to float: Southend-on-Sea 14 1128 Region Name Southend-on-Sea
no could not convert string to float: UKH31 15 1128 Region Code   UKH31
no could not convert string to float: .. 13 1129 2014 ..
no could not convert string to float: Thurrock 14 1129 Region Name Thurrock
no could not convert string to float: UKH32 15 1129 Region Code   UKH32
no could not convert string to float: .. 13 1130 2014 ..
no could not convert string to float: Essex CC 14 1130 Region Name Essex CC
no could not convert string to float: UKH33 15 1130 Region Code   UKH33
no could not convert string to float: .. 13 1131 2014 ..
no could not convert string to float: Greater London 14 1131 Region Name Greater London
no could not convert string to float: UKI 15 1131 Region Code UKI
no could not convert string to float: .. 13 1132 2014 ..
no could not convert string to float: Inner London - West 14 1132 Region Name Inner London - West
no could not convert string to float: UKI11 15 1132 Region Code   UKI11
no could not convert string to float: .. 13 1133 2014 ..
no could not convert string to float: Inner London - East 14 1133 Region Name Inner London - East
no could not convert string to float: UKI12 15 1133 Region Code   UKI12
no could not convert string to float: .. 13 1134 2014 ..
no could not convert string to float: Outer London - East and North East 14 1134 Region Name Outer London - East and North East
no could not convert string to float: UKI21 15 1134 Region Code   UKI21
no could not convert string to float: .. 13 1135 2014 ..
no could not convert string to float: Outer London - South 14 1135 Region Name Outer London - South
no could not convert string to float: UKI22 15 1135 Region Code   UKI22
no could not convert string to float: .. 13 1136 2014 ..
no could not convert string to float: Outer London - West and North West 14 1136 Region Name Outer London - West and North West
no could not convert string to float: UKI23 15 1136 Region Code   UKI23
no could not convert string to float: .. 13 1137 2014 ..
no could not convert string to float: South East England 14 1137 Region Name South East England
no could not convert string to float: UKJ 15 1137 Region Code UKJ
no could not convert string to float: .. 13 1138 2014 ..
no could not convert string to float: Berkshire 14 1138 Region Name Berkshire
no could not convert string to float: UKJ11 15 1138 Region Code   UKJ11
no could not convert string to float: .. 13 1139 2014 ..
no could not convert string to float: Milton Keynes 14 1139 Region Name Milton Keynes
no could not convert string to float: UKJ12 15 1139 Region Code   UKJ12
no could not convert string to float: .. 13 1140 2014 ..
no could not convert string to float: Buckinghamshire CC 14 1140 Region Name Buckinghamshire CC
no could not convert string to float: UKJ13 15 1140 Region Code   UKJ13
no could not convert string to float: .. 13 1141 2014 ..
no could not convert string to float: Oxfordshire 14 1141 Region Name Oxfordshire
no could not convert string to float: UKJ14 15 1141 Region Code   UKJ14
no could not convert string to float: .. 13 1142 2014 ..
no could not convert string to float: Brighton and Hove 14 1142 Region Name Brighton and Hove
no could not convert string to float: UKJ21 15 1142 Region Code   UKJ21
no could not convert string to float: .. 13 1143 2014 ..
no could not convert string to float: East Sussex CC 14 1143 Region Name East Sussex CC
no could not convert string to float: UKJ22 15 1143 Region Code   UKJ22
no could not convert string to float: .. 13 1144 2014 ..
no could not convert string to float: Surrey 14 1144 Region Name Surrey
no could not convert string to float: UKJ23 15 1144 Region Code   UKJ23
no could not convert string to float: .. 13 1145 2014 ..
no could not convert string to float: West Sussex 14 1145 Region Name West Sussex
no could not convert string to float: UKJ24 15 1145 Region Code   UKJ24
no could not convert string to float: .. 13 1146 2014 ..
no could not convert string to float: Portsmouth 14 1146 Region Name Portsmouth
no could not convert string to float: UKJ31 15 1146 Region Code   UKJ31
no could not convert string to float: .. 13 1147 2014 ..
no could not convert string to float: Southampton 14 1147 Region Name Southampton
no could not convert string to float: UKJ32 15 1147 Region Code   UKJ32
no could not convert string to float: .. 13 1148 2014 ..
no could not convert string to float: Hampshire CC 14 1148 Region Name Hampshire CC
no could not convert string to float: UKJ33 15 1148 Region Code   UKJ33
no could not convert string to float: .. 13 1149 2014 ..
no could not convert string to float: Isle of Wight 14 1149 Region Name Isle of Wight
no could not convert string to float: UKJ34 15 1149 Region Code   UKJ34
no could not convert string to float: .. 13 1150 2014 ..
no could not convert string to float: Medway 14 1150 Region Name Medway
no could not convert string to float: UKJ41 15 1150 Region Code   UKJ41
no could not convert string to float: .. 13 1151 2014 ..
no could not convert string to float: Kent CC 14 1151 Region Name Kent CC
no could not convert string to float: UKJ42 15 1151 Region Code   UKJ42
no could not convert string to float: .. 13 1152 2014 ..
no could not convert string to float: South West England 14 1152 Region Name South West England
no could not convert string to float: UKK 15 1152 Region Code UKK
no could not convert string to float: .. 13 1153 2014 ..
no could not convert string to float: City of Bristol 14 1153 Region Name City of Bristol
no could not convert string to float: UKK11 15 1153 Region Code   UKK11
no could not convert string to float: .. 13 1154 2014 ..
no could not convert string to float: Bath and North East Somerset, North Somerset and South Gloucestershire 14 1154 Region Name Bath and North East Somerset, North Somerset and South Gloucestershire
no could not convert string to float: UKK12 15 1154 Region Code   UKK12
no could not convert string to float: .. 13 1155 2014 ..
no could not convert string to float: Gloucestershire 14 1155 Region Name Gloucestershire
no could not convert string to float: UKK13 15 1155 Region Code   UKK13
no could not convert string to float: .. 13 1156 2014 ..
no could not convert string to float: Swindon 14 1156 Region Name Swindon
no could not convert string to float: UKK14 15 1156 Region Code   UKK14
no could not convert string to float: .. 13 1157 2014 ..
no could not convert string to float: Wiltshire CC 14 1157 Region Name Wiltshire CC
no could not convert string to float: UKK15 15 1157 Region Code   UKK15
no could not convert string to float: .. 13 1158 2014 ..
no could not convert string to float: Bournemouth and Poole 14 1158 Region Name Bournemouth and Poole
no could not convert string to float: UKK21 15 1158 Region Code   UKK21
no could not convert string to float: .. 13 1159 2014 ..
no could not convert string to float: Dorset CC 14 1159 Region Name Dorset CC
no could not convert string to float: UKK22 15 1159 Region Code   UKK22
no could not convert string to float: .. 13 1160 2014 ..
no could not convert string to float: Somerset 14 1160 Region Name Somerset
no could not convert string to float: UKK23 15 1160 Region Code   UKK23
no could not convert string to float: .. 13 1161 2014 ..
no could not convert string to float: Cornwall and Isles of Scilly 14 1161 Region Name Cornwall and Isles of Scilly
no could not convert string to float: UKK30 15 1161 Region Code   UKK30
no could not convert string to float: .. 13 1162 2014 ..
no could not convert string to float: Plymouth 14 1162 Region Name Plymouth
no could not convert string to float: UKK41 15 1162 Region Code   UKK41
no could not convert string to float: .. 13 1163 2014 ..
no could not convert string to float: Torbay 14 1163 Region Name Torbay
no could not convert string to float: UKK42 15 1163 Region Code   UKK42
no could not convert string to float: .. 13 1164 2014 ..
no could not convert string to float: Devon CC 14 1164 Region Name Devon CC
no could not convert string to float: UKK43 15 1164 Region Code   UKK43
no could not convert string to float: .. 13 1165 2014 ..
no could not convert string to float: Wales 14 1165 Region Name Wales
no could not convert string to float: UKL 15 1165 Region Code UKL
no could not convert string to float: .. 13 1166 2014 ..
no could not convert string to float: Isle of Anglesey 14 1166 Region Name Isle of Anglesey
no could not convert string to float: UKL11 15 1166 Region Code   UKL11
no could not convert string to float: .. 13 1167 2014 ..
no could not convert string to float: Gwynedd 14 1167 Region Name Gwynedd
no could not convert string to float: UKL12 15 1167 Region Code   UKL12
no could not convert string to float: .. 13 1168 2014 ..
no could not convert string to float: Conwy and Denbighshire 14 1168 Region Name Conwy and Denbighshire
no could not convert string to float: UKL13 15 1168 Region Code   UKL13
no could not convert string to float: .. 13 1169 2014 ..
no could not convert string to float: South West Wales 14 1169 Region Name South West Wales
no could not convert string to float: UKL14 15 1169 Region Code   UKL14
no could not convert string to float: .. 13 1170 2014 ..
no could not convert string to float: Central Valleys 14 1170 Region Name Central Valleys
no could not convert string to float: UKL15 15 1170 Region Code   UKL15
no could not convert string to float: .. 13 1171 2014 ..
no could not convert string to float: Gwent Valleys 14 1171 Region Name Gwent Valleys
no could not convert string to float: UKL16 15 1171 Region Code   UKL16
no could not convert string to float: .. 13 1172 2014 ..
no could not convert string to float: Bridgend and Neath Port Talbot 14 1172 Region Name Bridgend and Neath Port Talbot
no could not convert string to float: UKL17 15 1172 Region Code   UKL17
no could not convert string to float: .. 13 1173 2014 ..
no could not convert string to float: Swansea 14 1173 Region Name Swansea
no could not convert string to float: UKL18 15 1173 Region Code   UKL18
no could not convert string to float: .. 13 1174 2014 ..
no could not convert string to float: Monmouthshire and Newport 14 1174 Region Name Monmouthshire and Newport
no could not convert string to float: UKL21 15 1174 Region Code   UKL21
no could not convert string to float: .. 13 1175 2014 ..
no could not convert string to float: Cardiff and Vale of Glamorgan 14 1175 Region Name Cardiff and Vale of Glamorgan
no could not convert string to float: UKL22 15 1175 Region Code   UKL22
no could not convert string to float: .. 13 1176 2014 ..
no could not convert string to float: Flintshire and Wrexham 14 1176 Region Name Flintshire and Wrexham
no could not convert string to float: UKL23 15 1176 Region Code   UKL23
no could not convert string to float: .. 13 1177 2014 ..
no could not convert string to float: Powys 14 1177 Region Name Powys
no could not convert string to float: UKL24 15 1177 Region Code   UKL24
no could not convert string to float: .. 13 1178 2014 ..
no could not convert string to float: Scotland 14 1178 Region Name Scotland
no could not convert string to float: UKM 15 1178 Region Code UKM
no could not convert string to float: .. 13 1179 2014 ..
no could not convert string to float: Angus and Dundee City 14 1179 Region Name Angus and Dundee City
no could not convert string to float: UKM21 15 1179 Region Code   UKM21
no could not convert string to float: .. 13 1180 2014 ..
no could not convert string to float: Clackmannanshire and Fife 14 1180 Region Name Clackmannanshire and Fife
no could not convert string to float: UKM22 15 1180 Region Code   UKM22
no could not convert string to float: .. 13 1181 2014 ..
no could not convert string to float: East Lothian and Midlothian 14 1181 Region Name East Lothian and Midlothian
no could not convert string to float: UKM23 15 1181 Region Code   UKM23
no could not convert string to float: .. 13 1182 2014 ..
no could not convert string to float: Scottish Borders 14 1182 Region Name Scottish Borders
no could not convert string to float: UKM24 15 1182 Region Code   UKM24
no could not convert string to float: .. 13 1183 2014 ..
no could not convert string to float: Edinburgh City Of 14 1183 Region Name Edinburgh City Of
no could not convert string to float: UKM25 15 1183 Region Code   UKM25
no could not convert string to float: .. 13 1184 2014 ..
no could not convert string to float: Falkirk 14 1184 Region Name Falkirk
no could not convert string to float: UKM26 15 1184 Region Code   UKM26
no could not convert string to float: .. 13 1185 2014 ..
no could not convert string to float: Perth & Kinross and Stirling 14 1185 Region Name Perth & Kinross and Stirling
no could not convert string to float: UKM27 15 1185 Region Code   UKM27
no could not convert string to float: .. 13 1186 2014 ..
no could not convert string to float: West Lothian 14 1186 Region Name West Lothian
no could not convert string to float: UKM28 15 1186 Region Code   UKM28
no could not convert string to float: .. 13 1187 2014 ..
no could not convert string to float: East Dunbartonshire, West Dunbartonshire and Helensburgh & Lomond 14 1187 Region Name East Dunbartonshire, West Dunbartonshire and Helensburgh & Lomond
no could not convert string to float: UKM31 15 1187 Region Code   UKM31
no could not convert string to float: .. 13 1188 2014 ..
no could not convert string to float: Dumfries & Galloway 14 1188 Region Name Dumfries & Galloway
no could not convert string to float: UKM32 15 1188 Region Code   UKM32
no could not convert string to float: .. 13 1189 2014 ..
no could not convert string to float: East Ayrshire and North Ayrshire mainland 14 1189 Region Name East Ayrshire and North Ayrshire mainland
no could not convert string to float: UKM33 15 1189 Region Code   UKM33
no could not convert string to float: .. 13 1190 2014 ..
no could not convert string to float: Glasgow City 14 1190 Region Name Glasgow City
no could not convert string to float: UKM34 15 1190 Region Code   UKM34
no could not convert string to float: .. 13 1191 2014 ..
no could not convert string to float: Inverclyde, East Renfrewshire and Renfrewshire 14 1191 Region Name Inverclyde, East Renfrewshire and Renfrewshire
no could not convert string to float: UKM35 15 1191 Region Code   UKM35
no could not convert string to float: .. 13 1192 2014 ..
no could not convert string to float: North Lanarkshire 14 1192 Region Name North Lanarkshire
no could not convert string to float: UKM36 15 1192 Region Code   UKM36
no could not convert string to float: .. 13 1193 2014 ..
no could not convert string to float: South Ayrshire 14 1193 Region Name South Ayrshire
no could not convert string to float: UKM37 15 1193 Region Code   UKM37
no could not convert string to float: .. 13 1194 2014 ..
no could not convert string to float: South Lanarkshire 14 1194 Region Name South Lanarkshire
no could not convert string to float: UKM38 15 1194 Region Code   UKM38
no could not convert string to float: .. 13 1195 2014 ..
no could not convert string to float: Aberdeen City and Aberdeenshire 14 1195 Region Name Aberdeen City and Aberdeenshire
no could not convert string to float: UKM50 15 1195 Region Code   UKM50
no could not convert string to float: .. 13 1196 2014 ..
no could not convert string to float: Caithness & Sutherland and Ross & Cromarty 14 1196 Region Name Caithness & Sutherland and Ross & Cromarty
no could not convert string to float: UKM61 15 1196 Region Code   UKM61
no could not convert string to float: .. 13 1197 2014 ..
no could not convert string to float: Inverness & Nairn and Moray, Badenoch & Strathspey 14 1197 Region Name Inverness & Nairn and Moray, Badenoch & Strathspey
no could not convert string to float: UKM62 15 1197 Region Code   UKM62
no could not convert string to float: .. 13 1198 2014 ..
no could not convert string to float: Lochaber, Skye & Lochalsh, Arran & Cumbrae and Argyll & Bute 14 1198 Region Name Lochaber, Skye & Lochalsh, Arran & Cumbrae and Argyll & Bute
no could not convert string to float: UKM63 15 1198 Region Code   UKM63
no could not convert string to float: .. 13 1199 2014 ..
no could not convert string to float: Eilean Siar (Western Isles) 14 1199 Region Name Eilean Siar (Western Isles)
no could not convert string to float: UKM64 15 1199 Region Code   UKM64
no could not convert string to float: .. 13 1200 2014 ..
no could not convert string to float: Orkney Islands 14 1200 Region Name Orkney Islands
no could not convert string to float: UKM65 15 1200 Region Code   UKM65
no could not convert string to float: .. 13 1201 2014 ..
no could not convert string to float: Shetland Islands 14 1201 Region Name Shetland Islands
no could not convert string to float: UKM66 15 1201 Region Code   UKM66
no could not convert string to float: .. 13 1202 2014 ..
no could not convert string to float: Northern Ireland 14 1202 Region Name Northern Ireland
no could not convert string to float: UKN 15 1202 Region Code UKN
no could not convert string to float: .. 13 1203 2014 ..
no could not convert string to float: Belfast 14 1203 Region Name Belfast
no could not convert string to float: UKN01 15 1203 Region Code   UKN01
no could not convert string to float: .. 13 1204 2014 ..
no could not convert string to float: Outer Belfast 14 1204 Region Name Outer Belfast
no could not convert string to float: UKN02 15 1204 Region Code   UKN02
no could not convert string to float: .. 13 1205 2014 ..
no could not convert string to float: East of Northern Ireland (UK) 14 1205 Region Name East of Northern Ireland (UK)
no could not convert string to float: UKN03 15 1205 Region Code   UKN03
no could not convert string to float: .. 13 1206 2014 ..
no could not convert string to float: North of Northern Ireland (UK) 14 1206 Region Name North of Northern Ireland (UK)
no could not convert string to float: UKN04 15 1206 Region Code   UKN04
no could not convert string to float: .. 13 1207 2014 ..
no could not convert string to float: West and South of Northern Ireland (UK) 14 1207 Region Name West and South of Northern Ireland (UK)
no could not convert string to float: UKN05 15 1207 Region Code   UKN05
no could not convert string to float: United States 14 1208 Region Name United States
no could not convert string to float: USA 15 1208 Region Code USA
no could not convert string to float: Alabama 14 1209 Region Name Alabama
no could not convert string to float: US01 15 1209 Region Code US01
no could not convert string to float: Alaska 14 1210 Region Name Alaska
no could not convert string to float: US02 15 1210 Region Code US02
no could not convert string to float: Arizona 14 1211 Region Name Arizona
no could not convert string to float: US04 15 1211 Region Code US04
no could not convert string to float: Arkansas 14 1212 Region Name Arkansas
no could not convert string to float: US05 15 1212 Region Code US05
no could not convert string to float: California 14 1213 Region Name California
no could not convert string to float: US06 15 1213 Region Code US06
no could not convert string to float: Colorado 14 1214 Region Name Colorado
no could not convert string to float: US08 15 1214 Region Code US08
no could not convert string to float: Connecticut 14 1215 Region Name Connecticut
no could not convert string to float: US09 15 1215 Region Code US09
no could not convert string to float: Delaware 14 1216 Region Name Delaware
no could not convert string to float: US10 15 1216 Region Code US10
no could not convert string to float: District of Columbia 14 1217 Region Name District of Columbia
no could not convert string to float: US11 15 1217 Region Code US11
no could not convert string to float: Florida 14 1218 Region Name Florida
no could not convert string to float: US12 15 1218 Region Code US12
no could not convert string to float: Georgia 14 1219 Region Name Georgia
no could not convert string to float: US13 15 1219 Region Code US13
no could not convert string to float: Hawaii 14 1220 Region Name Hawaii
no could not convert string to float: US15 15 1220 Region Code US15
no could not convert string to float: Idaho 14 1221 Region Name Idaho
no could not convert string to float: US16 15 1221 Region Code US16
no could not convert string to float: Illinois 14 1222 Region Name Illinois
no could not convert string to float: US17 15 1222 Region Code US17
no could not convert string to float: Indiana 14 1223 Region Name Indiana
no could not convert string to float: US18 15 1223 Region Code US18
no could not convert string to float: Iowa 14 1224 Region Name Iowa
no could not convert string to float: US19 15 1224 Region Code US19
no could not convert string to float: Kansas 14 1225 Region Name Kansas
no could not convert string to float: US20 15 1225 Region Code US20
no could not convert string to float: Kentucky 14 1226 Region Name Kentucky
no could not convert string to float: US21 15 1226 Region Code US21
no could not convert string to float: Louisiana 14 1227 Region Name Louisiana
no could not convert string to float: US22 15 1227 Region Code US22
no could not convert string to float: Maine 14 1228 Region Name Maine
no could not convert string to float: US23 15 1228 Region Code US23
no could not convert string to float: Maryland 14 1229 Region Name Maryland
no could not convert string to float: US24 15 1229 Region Code US24
no could not convert string to float: Massachusetts 14 1230 Region Name Massachusetts
no could not convert string to float: US25 15 1230 Region Code US25
no could not convert string to float: Michigan 14 1231 Region Name Michigan
no could not convert string to float: US26 15 1231 Region Code US26
no could not convert string to float: Minnesota 14 1232 Region Name Minnesota
no could not convert string to float: US27 15 1232 Region Code US27
no could not convert string to float: Mississippi 14 1233 Region Name Mississippi
no could not convert string to float: US28 15 1233 Region Code US28
no could not convert string to float: Missouri 14 1234 Region Name Missouri
no could not convert string to float: US29 15 1234 Region Code US29
no could not convert string to float: Montana (US) 14 1235 Region Name Montana (US)
no could not convert string to float: US30 15 1235 Region Code US30
no could not convert string to float: Nebraska 14 1236 Region Name Nebraska
no could not convert string to float: US31 15 1236 Region Code US31
no could not convert string to float: Nevada 14 1237 Region Name Nevada
no could not convert string to float: US32 15 1237 Region Code US32
no could not convert string to float: New Hampshire 14 1238 Region Name New Hampshire
no could not convert string to float: US33 15 1238 Region Code US33
no could not convert string to float: New Jersey 14 1239 Region Name New Jersey
no could not convert string to float: US34 15 1239 Region Code US34
no could not convert string to float: New Mexico 14 1240 Region Name New Mexico
no could not convert string to float: US35 15 1240 Region Code US35
no could not convert string to float: New York 14 1241 Region Name New York
no could not convert string to float: US36 15 1241 Region Code US36
no could not convert string to float: North Carolina 14 1242 Region Name North Carolina
no could not convert string to float: US37 15 1242 Region Code US37
no could not convert string to float: North Dakota 14 1243 Region Name North Dakota
no could not convert string to float: US38 15 1243 Region Code US38
no could not convert string to float: Ohio 14 1244 Region Name Ohio
no could not convert string to float: US39 15 1244 Region Code US39
no could not convert string to float: Oklahoma 14 1245 Region Name Oklahoma
no could not convert string to float: US40 15 1245 Region Code US40
no could not convert string to float: Oregon 14 1246 Region Name Oregon
no could not convert string to float: US41 15 1246 Region Code US41
no could not convert string to float: Pennsylvania 14 1247 Region Name Pennsylvania
no could not convert string to float: US42 15 1247 Region Code US42
no could not convert string to float: Rhode Island 14 1248 Region Name Rhode Island
no could not convert string to float: US44 15 1248 Region Code US44
no could not convert string to float: South Carolina 14 1249 Region Name South Carolina
no could not convert string to float: US45 15 1249 Region Code US45
no could not convert string to float: South Dakota 14 1250 Region Name South Dakota
no could not convert string to float: US46 15 1250 Region Code US46
no could not convert string to float: Tennessee 14 1251 Region Name Tennessee
no could not convert string to float: US47 15 1251 Region Code US47
no could not convert string to float: Texas 14 1252 Region Name Texas
no could not convert string to float: US48 15 1252 Region Code US48
no could not convert string to float: Utah 14 1253 Region Name Utah
no could not convert string to float: US49 15 1253 Region Code US49
no could not convert string to float: Vermont 14 1254 Region Name Vermont
no could not convert string to float: US50 15 1254 Region Code US50
no could not convert string to float: Virginia 14 1255 Region Name Virginia
no could not convert string to float: US51 15 1255 Region Code US51
no could not convert string to float: Washington 14 1256 Region Name Washington
no could not convert string to float: US53 15 1256 Region Code US53
no could not convert string to float: West Virginia 14 1257 Region Name West Virginia
no could not convert string to float: US54 15 1257 Region Code US54
no could not convert string to float: Wisconsin 14 1258 Region Name Wisconsin
no could not convert string to float: US55 15 1258 Region Code US55
no could not convert string to float: Wyoming 14 1259 Region Name Wyoming
no could not convert string to float: US56 15 1259 Region Code US56
no could not convert string to float: .. 12 1260 2013 ..
no could not convert string to float: .. 13 1260 2014 ..
no could not convert string to float: Brazil 14 1260 Region Name Brazil
no could not convert string to float: BRA 15 1260 Region Code BRA
no could not convert string to float: .. 12 1261 2013 ..
no could not convert string to float: .. 13 1261 2014 ..
no could not convert string to float: Acre 14 1261 Region Name Acre
no could not convert string to float: BR01 15 1261 Region Code   BR01
no could not convert string to float: .. 12 1262 2013 ..
no could not convert string to float: .. 13 1262 2014 ..
no could not convert string to float: Amap� 14 1262 Region Name Amapá
no could not convert string to float: BR02 15 1262 Region Code   BR02
no could not convert string to float: .. 12 1263 2013 ..
no could not convert string to float: .. 13 1263 2014 ..
no could not convert string to float: Amazonas 14 1263 Region Name Amazonas
no could not convert string to float: BR03 15 1263 Region Code   BR03
no could not convert string to float: .. 12 1264 2013 ..
no could not convert string to float: .. 13 1264 2014 ..
no could not convert string to float: Par� 14 1264 Region Name Pará
no could not convert string to float: BR04 15 1264 Region Code   BR04
no could not convert string to float: .. 12 1265 2013 ..
no could not convert string to float: .. 13 1265 2014 ..
no could not convert string to float: Rond�nia 14 1265 Region Name Rondônia
no could not convert string to float: BR05 15 1265 Region Code   BR05
no could not convert string to float: .. 12 1266 2013 ..
no could not convert string to float: .. 13 1266 2014 ..
no could not convert string to float: Roraima 14 1266 Region Name Roraima
no could not convert string to float: BR06 15 1266 Region Code   BR06
no could not convert string to float: .. 12 1267 2013 ..
no could not convert string to float: .. 13 1267 2014 ..
no could not convert string to float: Tocantins 14 1267 Region Name Tocantins
no could not convert string to float: BR07 15 1267 Region Code   BR07
no could not convert string to float: .. 12 1268 2013 ..
no could not convert string to float: .. 13 1268 2014 ..
no could not convert string to float: Alagoas 14 1268 Region Name Alagoas
no could not convert string to float: BR08 15 1268 Region Code   BR08
no could not convert string to float: .. 12 1269 2013 ..
no could not convert string to float: .. 13 1269 2014 ..
no could not convert string to float: Bahia 14 1269 Region Name Bahia
no could not convert string to float: BR09 15 1269 Region Code   BR09
no could not convert string to float: .. 12 1270 2013 ..
no could not convert string to float: .. 13 1270 2014 ..
no could not convert string to float: Cear� 14 1270 Region Name Ceará
no could not convert string to float: BR10 15 1270 Region Code   BR10
no could not convert string to float: .. 12 1271 2013 ..
no could not convert string to float: .. 13 1271 2014 ..
no could not convert string to float: Maranh�o 14 1271 Region Name Maranhão
no could not convert string to float: BR11 15 1271 Region Code   BR11
no could not convert string to float: .. 12 1272 2013 ..
no could not convert string to float: .. 13 1272 2014 ..
no could not convert string to float: Para�ba 14 1272 Region Name Paraíba
no could not convert string to float: BR12 15 1272 Region Code   BR12
no could not convert string to float: .. 12 1273 2013 ..
no could not convert string to float: .. 13 1273 2014 ..
no could not convert string to float: Pernambuco 14 1273 Region Name Pernambuco
no could not convert string to float: BR13 15 1273 Region Code   BR13
no could not convert string to float: .. 12 1274 2013 ..
no could not convert string to float: .. 13 1274 2014 ..
no could not convert string to float: Piau� 14 1274 Region Name Piauí
no could not convert string to float: BR14 15 1274 Region Code   BR14
no could not convert string to float: .. 12 1275 2013 ..
no could not convert string to float: .. 13 1275 2014 ..
no could not convert string to float: Rio Grande Do Norte 14 1275 Region Name Rio Grande Do Norte
no could not convert string to float: BR15 15 1275 Region Code   BR15
no could not convert string to float: .. 12 1276 2013 ..
no could not convert string to float: .. 13 1276 2014 ..
no could not convert string to float: Sergipe 14 1276 Region Name Sergipe
no could not convert string to float: BR16 15 1276 Region Code   BR16
no could not convert string to float: .. 12 1277 2013 ..
no could not convert string to float: .. 13 1277 2014 ..
no could not convert string to float: Esp�rito Santo 14 1277 Region Name Espírito Santo
no could not convert string to float: BR17 15 1277 Region Code   BR17
no could not convert string to float: .. 12 1278 2013 ..
no could not convert string to float: .. 13 1278 2014 ..
no could not convert string to float: Minas Gerais 14 1278 Region Name Minas Gerais
no could not convert string to float: BR18 15 1278 Region Code   BR18
no could not convert string to float: .. 12 1279 2013 ..
no could not convert string to float: .. 13 1279 2014 ..
no could not convert string to float: Rio De Janeiro 14 1279 Region Name Rio De Janeiro
no could not convert string to float: BR19 15 1279 Region Code   BR19
no could not convert string to float: .. 12 1280 2013 ..
no could not convert string to float: .. 13 1280 2014 ..
no could not convert string to float: S�o Paulo 14 1280 Region Name São Paulo
no could not convert string to float: BR20 15 1280 Region Code   BR20
no could not convert string to float: .. 12 1281 2013 ..
no could not convert string to float: .. 13 1281 2014 ..
no could not convert string to float: Paran� 14 1281 Region Name Paraná
no could not convert string to float: BR21 15 1281 Region Code   BR21
no could not convert string to float: .. 12 1282 2013 ..
no could not convert string to float: .. 13 1282 2014 ..
no could not convert string to float: Rio Grande Do Sul 14 1282 Region Name Rio Grande Do Sul
no could not convert string to float: BR22 15 1282 Region Code   BR22
no could not convert string to float: .. 12 1283 2013 ..
no could not convert string to float: .. 13 1283 2014 ..
no could not convert string to float: Santa Catarina 14 1283 Region Name Santa Catarina
no could not convert string to float: BR23 15 1283 Region Code   BR23
no could not convert string to float: .. 12 1284 2013 ..
no could not convert string to float: .. 13 1284 2014 ..
no could not convert string to float: Distrito Federal (BR) 14 1284 Region Name Distrito Federal (BR)
no could not convert string to float: BR24 15 1284 Region Code   BR24
no could not convert string to float: .. 12 1285 2013 ..
no could not convert string to float: .. 13 1285 2014 ..
no could not convert string to float: Goi�s 14 1285 Region Name Goiás
no could not convert string to float: BR25 15 1285 Region Code   BR25
no could not convert string to float: .. 12 1286 2013 ..
no could not convert string to float: .. 13 1286 2014 ..
no could not convert string to float: Mato Grosso 14 1286 Region Name Mato Grosso
no could not convert string to float: BR26 15 1286 Region Code   BR26
no could not convert string to float: .. 12 1287 2013 ..
no could not convert string to float: .. 13 1287 2014 ..
no could not convert string to float: Mato Grosso Do Sul 14 1287 Region Name Mato Grosso Do Sul
no could not convert string to float: BR27 15 1287 Region Code   BR27
no could not convert string to float: .. 13 1288 2014 ..
no could not convert string to float: China 14 1288 Region Name China
no could not convert string to float: CHN 15 1288 Region Code CHN
no could not convert string to float: .. 13 1289 2014 ..
no could not convert string to float: Beijing 14 1289 Region Name Beijing
no could not convert string to float: CN01 15 1289 Region Code   CN01
no could not convert string to float: .. 13 1290 2014 ..
no could not convert string to float: Tianjin 14 1290 Region Name Tianjin
no could not convert string to float: CN02 15 1290 Region Code   CN02
no could not convert string to float: .. 13 1291 2014 ..
no could not convert string to float: Hebei 14 1291 Region Name Hebei
no could not convert string to float: CN03 15 1291 Region Code   CN03
no could not convert string to float: .. 13 1292 2014 ..
no could not convert string to float: Shanxi 14 1292 Region Name Shanxi
no could not convert string to float: CN04 15 1292 Region Code   CN04
no could not convert string to float: .. 13 1293 2014 ..
no could not convert string to float: Inner Mongolia 14 1293 Region Name Inner Mongolia
no could not convert string to float: CN05 15 1293 Region Code   CN05
no could not convert string to float: .. 13 1294 2014 ..
no could not convert string to float: Liaoning 14 1294 Region Name Liaoning
no could not convert string to float: CN06 15 1294 Region Code   CN06
no could not convert string to float: .. 13 1295 2014 ..
no could not convert string to float: Jilin 14 1295 Region Name Jilin
no could not convert string to float: CN07 15 1295 Region Code   CN07
no could not convert string to float: .. 13 1296 2014 ..
no could not convert string to float: Heilongjiang 14 1296 Region Name Heilongjiang
no could not convert string to float: CN08 15 1296 Region Code   CN08
no could not convert string to float: .. 13 1297 2014 ..
no could not convert string to float: Shanghai 14 1297 Region Name Shanghai
no could not convert string to float: CN09 15 1297 Region Code   CN09
no could not convert string to float: .. 13 1298 2014 ..
no could not convert string to float: Jiangsu 14 1298 Region Name Jiangsu
no could not convert string to float: CN10 15 1298 Region Code   CN10
no could not convert string to float: .. 13 1299 2014 ..
no could not convert string to float: Zhejiang 14 1299 Region Name Zhejiang
no could not convert string to float: CN11 15 1299 Region Code   CN11
no could not convert string to float: .. 13 1300 2014 ..
no could not convert string to float: Anhui 14 1300 Region Name Anhui
no could not convert string to float: CN12 15 1300 Region Code   CN12
no could not convert string to float: .. 13 1301 2014 ..
no could not convert string to float: Fujian 14 1301 Region Name Fujian
no could not convert string to float: CN13 15 1301 Region Code   CN13
no could not convert string to float: .. 13 1302 2014 ..
no could not convert string to float: Jiangxi 14 1302 Region Name Jiangxi
no could not convert string to float: CN14 15 1302 Region Code   CN14
no could not convert string to float: .. 13 1303 2014 ..
no could not convert string to float: Shandong 14 1303 Region Name Shandong
no could not convert string to float: CN15 15 1303 Region Code   CN15
no could not convert string to float: .. 13 1304 2014 ..
no could not convert string to float: Henan 14 1304 Region Name Henan
no could not convert string to float: CN16 15 1304 Region Code   CN16
no could not convert string to float: .. 13 1305 2014 ..
no could not convert string to float: Hubei 14 1305 Region Name Hubei
no could not convert string to float: CN17 15 1305 Region Code   CN17
no could not convert string to float: .. 13 1306 2014 ..
no could not convert string to float: Hunan 14 1306 Region Name Hunan
no could not convert string to float: CN18 15 1306 Region Code   CN18
no could not convert string to float: .. 13 1307 2014 ..
no could not convert string to float: Guangdong 14 1307 Region Name Guangdong
no could not convert string to float: CN19 15 1307 Region Code   CN19
no could not convert string to float: .. 13 1308 2014 ..
no could not convert string to float: Guangxi 14 1308 Region Name Guangxi
no could not convert string to float: CN20 15 1308 Region Code   CN20
no could not convert string to float: .. 13 1309 2014 ..
no could not convert string to float: Hainan 14 1309 Region Name Hainan
no could not convert string to float: CN21 15 1309 Region Code   CN21
no could not convert string to float: .. 13 1310 2014 ..
no could not convert string to float: Chongqing 14 1310 Region Name Chongqing
no could not convert string to float: CN22 15 1310 Region Code   CN22
no could not convert string to float: .. 13 1311 2014 ..
no could not convert string to float: Sichuan 14 1311 Region Name Sichuan
no could not convert string to float: CN23 15 1311 Region Code   CN23
no could not convert string to float: .. 13 1312 2014 ..
no could not convert string to float: Guizhou 14 1312 Region Name Guizhou
no could not convert string to float: CN24 15 1312 Region Code   CN24
no could not convert string to float: .. 13 1313 2014 ..
no could not convert string to float: Yunnan 14 1313 Region Name Yunnan
no could not convert string to float: CN25 15 1313 Region Code   CN25
no could not convert string to float: .. 13 1314 2014 ..
no could not convert string to float: Tibet 14 1314 Region Name Tibet
no could not convert string to float: CN26 15 1314 Region Code   CN26
no could not convert string to float: .. 13 1315 2014 ..
no could not convert string to float: Shaanxi 14 1315 Region Name Shaanxi
no could not convert string to float: CN27 15 1315 Region Code   CN27
no could not convert string to float: .. 13 1316 2014 ..
no could not convert string to float: Gansu 14 1316 Region Name Gansu
no could not convert string to float: CN28 15 1316 Region Code   CN28
no could not convert string to float: .. 13 1317 2014 ..
no could not convert string to float: Qinghai 14 1317 Region Name Qinghai
no could not convert string to float: CN29 15 1317 Region Code   CN29
no could not convert string to float: .. 13 1318 2014 ..
no could not convert string to float: Ningxia 14 1318 Region Name Ningxia
no could not convert string to float: CN30 15 1318 Region Code   CN30
no could not convert string to float: .. 13 1319 2014 ..
no could not convert string to float: Xinjiang 14 1319 Region Name Xinjiang
no could not convert string to float: CN31 15 1319 Region Code   CN31
no could not convert string to float: .. 12 1320 2013 ..
no could not convert string to float: .. 13 1320 2014 ..
no could not convert string to float: Colombia 14 1320 Region Name Colombia
no could not convert string to float: COL 15 1320 Region Code COL
no could not convert string to float: .. 13 1321 2014 ..
no could not convert string to float: Antioquia 14 1321 Region Name Antioquia
no could not convert string to float: CO05 15 1321 Region Code   CO05
no could not convert string to float: .. 13 1322 2014 ..
no could not convert string to float: Atl�ntico 14 1322 Region Name Atlántico
no could not convert string to float: CO08 15 1322 Region Code   CO08
no could not convert string to float: .. 13 1323 2014 ..
no could not convert string to float: Bogot� Capital District 14 1323 Region Name Bogotá Capital District
no could not convert string to float: CO11 15 1323 Region Code   CO11
no could not convert string to float: .. 13 1324 2014 ..
no could not convert string to float: Bol�var 14 1324 Region Name Bolívar
no could not convert string to float: CO13 15 1324 Region Code   CO13
no could not convert string to float: .. 13 1325 2014 ..
no could not convert string to float: Boyac� 14 1325 Region Name Boyacá
no could not convert string to float: CO15 15 1325 Region Code   CO15
no could not convert string to float: .. 13 1326 2014 ..
no could not convert string to float: Caldas 14 1326 Region Name Caldas
no could not convert string to float: CO17 15 1326 Region Code   CO17
no could not convert string to float: .. 13 1327 2014 ..
no could not convert string to float: Caquet� 14 1327 Region Name Caquetá
no could not convert string to float: CO18 15 1327 Region Code   CO18
no could not convert string to float: .. 13 1328 2014 ..
no could not convert string to float: Cauca 14 1328 Region Name Cauca
no could not convert string to float: CO19 15 1328 Region Code   CO19
no could not convert string to float: .. 13 1329 2014 ..
no could not convert string to float: Cesar 14 1329 Region Name Cesar
no could not convert string to float: CO20 15 1329 Region Code   CO20
no could not convert string to float: .. 13 1330 2014 ..
no could not convert string to float: C�rdoba (CO) 14 1330 Region Name Córdoba (CO)
no could not convert string to float: CO23 15 1330 Region Code   CO23
no could not convert string to float: .. 13 1331 2014 ..
no could not convert string to float: Cundinamarca 14 1331 Region Name Cundinamarca
no could not convert string to float: CO25 15 1331 Region Code   CO25
no could not convert string to float: .. 13 1332 2014 ..
no could not convert string to float: Choc� 14 1332 Region Name Chocó
no could not convert string to float: CO27 15 1332 Region Code   CO27
no could not convert string to float: .. 13 1333 2014 ..
no could not convert string to float: Huila 14 1333 Region Name Huila
no could not convert string to float: CO41 15 1333 Region Code   CO41
no could not convert string to float: .. 13 1334 2014 ..
no could not convert string to float: La Guajira 14 1334 Region Name La Guajira
no could not convert string to float: CO44 15 1334 Region Code   CO44
no could not convert string to float: .. 13 1335 2014 ..
no could not convert string to float: Magdalena 14 1335 Region Name Magdalena
no could not convert string to float: CO47 15 1335 Region Code   CO47
no could not convert string to float: .. 13 1336 2014 ..
no could not convert string to float: Meta 14 1336 Region Name Meta
no could not convert string to float: CO50 15 1336 Region Code   CO50
no could not convert string to float: .. 13 1337 2014 ..
no could not convert string to float: Nari�o 14 1337 Region Name Nariño
no could not convert string to float: CO52 15 1337 Region Code   CO52
no could not convert string to float: .. 13 1338 2014 ..
no could not convert string to float: Norte de Santander 14 1338 Region Name Norte de Santander
no could not convert string to float: CO54 15 1338 Region Code   CO54
no could not convert string to float: .. 13 1339 2014 ..
no could not convert string to float: Quindio 14 1339 Region Name Quindio
no could not convert string to float: CO63 15 1339 Region Code   CO63
no could not convert string to float: .. 13 1340 2014 ..
no could not convert string to float: Risaralda 14 1340 Region Name Risaralda
no could not convert string to float: CO66 15 1340 Region Code   CO66
no could not convert string to float: .. 13 1341 2014 ..
no could not convert string to float: Santander 14 1341 Region Name Santander
no could not convert string to float: CO68 15 1341 Region Code   CO68
no could not convert string to float: .. 13 1342 2014 ..
no could not convert string to float: Sucre 14 1342 Region Name Sucre
no could not convert string to float: CO70 15 1342 Region Code   CO70
no could not convert string to float: .. 13 1343 2014 ..
no could not convert string to float: Tolima 14 1343 Region Name Tolima
no could not convert string to float: CO73 15 1343 Region Code   CO73
no could not convert string to float: .. 13 1344 2014 ..
no could not convert string to float: Valle del Cauca 14 1344 Region Name Valle del Cauca
no could not convert string to float: CO76 15 1344 Region Code   CO76
no could not convert string to float: .. 13 1345 2014 ..
no could not convert string to float: Arauca 14 1345 Region Name Arauca
no could not convert string to float: CO81 15 1345 Region Code   CO81
no could not convert string to float: .. 13 1346 2014 ..
no could not convert string to float: Casanare 14 1346 Region Name Casanare
no could not convert string to float: CO85 15 1346 Region Code   CO85
no could not convert string to float: .. 13 1347 2014 ..
no could not convert string to float: Putumayo 14 1347 Region Name Putumayo
no could not convert string to float: CO86 15 1347 Region Code   CO86
no could not convert string to float: .. 13 1348 2014 ..
no could not convert string to float: San Andr�s 14 1348 Region Name San Andrés
no could not convert string to float: CO88 15 1348 Region Code   CO88
no could not convert string to float: .. 13 1349 2014 ..
no could not convert string to float: Amazonas 14 1349 Region Name Amazonas
no could not convert string to float: CO91 15 1349 Region Code   CO91
no could not convert string to float: .. 13 1350 2014 ..
no could not convert string to float: Guain�a 14 1350 Region Name Guainía
no could not convert string to float: CO94 15 1350 Region Code   CO94
no could not convert string to float: .. 13 1351 2014 ..
no could not convert string to float: Guaviare 14 1351 Region Name Guaviare
no could not convert string to float: CO95 15 1351 Region Code   CO95
no could not convert string to float: .. 13 1352 2014 ..
no could not convert string to float: Vaup�s 14 1352 Region Name Vaupés
no could not convert string to float: CO97 15 1352 Region Code   CO97
no could not convert string to float: .. 13 1353 2014 ..
no could not convert string to float: Vichada 14 1353 Region Name Vichada
no could not convert string to float: CO99 15 1353 Region Code   CO99
no could not convert string to float: .. 13 1354 2014 ..
no could not convert string to float: India 14 1354 Region Name India
no could not convert string to float: IND 15 1354 Region Code IND
no could not convert string to float: .. 13 1355 2014 ..
no could not convert string to float: Jammu and Kashmir 14 1355 Region Name Jammu and Kashmir
no could not convert string to float: IN01 15 1355 Region Code   IN01
no could not convert string to float: .. 13 1356 2014 ..
no could not convert string to float: Himachal Pradesh 14 1356 Region Name Himachal Pradesh
no could not convert string to float: IN02 15 1356 Region Code   IN02
no could not convert string to float: .. 13 1357 2014 ..
no could not convert string to float: National Capital Territory of Delhi 14 1357 Region Name National Capital Territory of Delhi
no could not convert string to float: IN03 15 1357 Region Code   IN03
no could not convert string to float: .. 13 1358 2014 ..
no could not convert string to float: Rajasthan 14 1358 Region Name Rajasthan
no could not convert string to float: IN04 15 1358 Region Code   IN04
no could not convert string to float: .. 13 1359 2014 ..
no could not convert string to float: Uttar Pradesh 14 1359 Region Name Uttar Pradesh
no could not convert string to float: IN05 15 1359 Region Code   IN05
no could not convert string to float: .. 13 1360 2014 ..
no could not convert string to float: Sikkim 14 1360 Region Name Sikkim
no could not convert string to float: IN06 15 1360 Region Code   IN06
no could not convert string to float: .. 13 1361 2014 ..
no could not convert string to float: Arunachal Pradesh 14 1361 Region Name Arunachal Pradesh
no could not convert string to float: IN07 15 1361 Region Code   IN07
no could not convert string to float: .. 13 1362 2014 ..
no could not convert string to float: Nagaland 14 1362 Region Name Nagaland
no could not convert string to float: IN08 15 1362 Region Code   IN08
no could not convert string to float: .. 13 1363 2014 ..
no could not convert string to float: Meghalaya 14 1363 Region Name Meghalaya
no could not convert string to float: IN09 15 1363 Region Code   IN09
no could not convert string to float: .. 13 1364 2014 ..
no could not convert string to float: Assam 14 1364 Region Name Assam
no could not convert string to float: IN10 15 1364 Region Code   IN10
no could not convert string to float: .. 13 1365 2014 ..
no could not convert string to float: West Bengal 14 1365 Region Name West Bengal
no could not convert string to float: IN11 15 1365 Region Code   IN11
no could not convert string to float: .. 13 1366 2014 ..
no could not convert string to float: Gujarat 14 1366 Region Name Gujarat
no could not convert string to float: IN12 15 1366 Region Code   IN12
no could not convert string to float: .. 13 1367 2014 ..
no could not convert string to float: Maharashtra 14 1367 Region Name Maharashtra
no could not convert string to float: IN14 15 1367 Region Code   IN14
no could not convert string to float: .. 13 1368 2014 ..
no could not convert string to float: Kerala 14 1368 Region Name Kerala
no could not convert string to float: IN17 15 1368 Region Code   IN17
no could not convert string to float: .. 13 1369 2014 ..
no could not convert string to float: Punjab 14 1369 Region Name Punjab
no could not convert string to float: IN18 15 1369 Region Code   IN18
no could not convert string to float: .. 13 1370 2014 ..
no could not convert string to float: Chandigarh 14 1370 Region Name Chandigarh
no could not convert string to float: IN19 15 1370 Region Code   IN19
no could not convert string to float: .. 13 1371 2014 ..
no could not convert string to float: Haryana 14 1371 Region Name Haryana
no could not convert string to float: IN20 15 1371 Region Code   IN20
no could not convert string to float: .. 13 1372 2014 ..
no could not convert string to float: Uttaranchal 14 1372 Region Name Uttaranchal
no could not convert string to float: IN21 15 1372 Region Code   IN21
no could not convert string to float: .. 13 1373 2014 ..
no could not convert string to float: Bihar 14 1373 Region Name Bihar
no could not convert string to float: IN22 15 1373 Region Code   IN22
no could not convert string to float: .. 13 1374 2014 ..
no could not convert string to float: Jharkhand 14 1374 Region Name Jharkhand
no could not convert string to float: IN23 15 1374 Region Code   IN23
no could not convert string to float: .. 13 1375 2014 ..
no could not convert string to float: Manipur 14 1375 Region Name Manipur
no could not convert string to float: IN24 15 1375 Region Code   IN24
no could not convert string to float: .. 13 1376 2014 ..
no could not convert string to float: Mizoram 14 1376 Region Name Mizoram
no could not convert string to float: IN25 15 1376 Region Code   IN25
no could not convert string to float: .. 13 1377 2014 ..
no could not convert string to float: Tripura 14 1377 Region Name Tripura
no could not convert string to float: IN26 15 1377 Region Code   IN26
no could not convert string to float: .. 13 1378 2014 ..
no could not convert string to float: Orissa 14 1378 Region Name Orissa
no could not convert string to float: IN27 15 1378 Region Code   IN27
no could not convert string to float: .. 13 1379 2014 ..
no could not convert string to float: Madhya Pradesh 14 1379 Region Name Madhya Pradesh
no could not convert string to float: IN28 15 1379 Region Code   IN28
no could not convert string to float: .. 13 1380 2014 ..
no could not convert string to float: Chhattisgarh 14 1380 Region Name Chhattisgarh
no could not convert string to float: IN29 15 1380 Region Code   IN29
no could not convert string to float: .. 13 1381 2014 ..
no could not convert string to float: Andhra Pradesh 14 1381 Region Name Andhra Pradesh
no could not convert string to float: IN30 15 1381 Region Code   IN30
no could not convert string to float: .. 13 1382 2014 ..
no could not convert string to float: Karnataka 14 1382 Region Name Karnataka
no could not convert string to float: IN31 15 1382 Region Code   IN31
no could not convert string to float: .. 13 1383 2014 ..
no could not convert string to float: Goa 14 1383 Region Name Goa
no could not convert string to float: IN32 15 1383 Region Code   IN32
no could not convert string to float: .. 13 1384 2014 ..
no could not convert string to float: Tamil Nadu 14 1384 Region Name Tamil Nadu
no could not convert string to float: IN33 15 1384 Region Code   IN33
no could not convert string to float: .. 13 1385 2014 ..
no could not convert string to float: Puducherry 14 1385 Region Name Puducherry
no could not convert string to float: IN34 15 1385 Region Code   IN34
no could not convert string to float: .. 13 1386 2014 ..
no could not convert string to float: Andaman and Nicobar Islands 14 1386 Region Name Andaman and Nicobar Islands
no could not convert string to float: IN35 15 1386 Region Code   IN35
no could not convert string to float: .. 12 1387 2013 ..
no could not convert string to float: .. 13 1387 2014 ..
no could not convert string to float: Indonesia 14 1387 Region Name Indonesia
no could not convert string to float: IDN 15 1387 Region Code IDN
no could not convert string to float: .. 12 1388 2013 ..
no could not convert string to float: .. 13 1388 2014 ..
no could not convert string to float: DKI Jakarta Province 14 1388 Region Name DKI Jakarta Province
no could not convert string to float: ID01 15 1388 Region Code   ID01
no could not convert string to float: .. 12 1389 2013 ..
no could not convert string to float: .. 13 1389 2014 ..
no could not convert string to float: Banten Province 14 1389 Region Name Banten Province
no could not convert string to float: ID02 15 1389 Region Code   ID02
no could not convert string to float: .. 12 1390 2013 ..
no could not convert string to float: .. 13 1390 2014 ..
no could not convert string to float: D.I. Yogyakarta Province 14 1390 Region Name D.I. Yogyakarta Province
no could not convert string to float: ID03 15 1390 Region Code   ID03
no could not convert string to float: .. 12 1391 2013 ..
no could not convert string to float: .. 13 1391 2014 ..
no could not convert string to float: West Java Province 14 1391 Region Name West Java Province
no could not convert string to float: ID04 15 1391 Region Code   ID04
no could not convert string to float: .. 12 1392 2013 ..
no could not convert string to float: .. 13 1392 2014 ..
no could not convert string to float: East Java Province 14 1392 Region Name East Java Province
no could not convert string to float: ID05 15 1392 Region Code   ID05
no could not convert string to float: .. 12 1393 2013 ..
no could not convert string to float: .. 13 1393 2014 ..
no could not convert string to float: Central Java Province 14 1393 Region Name Central Java Province
no could not convert string to float: ID06 15 1393 Region Code   ID06
no could not convert string to float: .. 12 1394 2013 ..
no could not convert string to float: .. 13 1394 2014 ..
no could not convert string to float: Bali Province 14 1394 Region Name Bali Province
no could not convert string to float: ID07 15 1394 Region Code   ID07
no could not convert string to float: .. 12 1395 2013 ..
no could not convert string to float: .. 13 1395 2014 ..
no could not convert string to float: Aceh Province 14 1395 Region Name Aceh Province
no could not convert string to float: ID08 15 1395 Region Code   ID08
no could not convert string to float: .. 12 1396 2013 ..
no could not convert string to float: .. 13 1396 2014 ..
no could not convert string to float: North Sumatera Province 14 1396 Region Name North Sumatera Province
no could not convert string to float: ID09 15 1396 Region Code   ID09
no could not convert string to float: .. 12 1397 2013 ..
no could not convert string to float: .. 13 1397 2014 ..
no could not convert string to float: Bengkulu Province 14 1397 Region Name Bengkulu Province
no could not convert string to float: ID10 15 1397 Region Code   ID10
no could not convert string to float: .. 12 1398 2013 ..
no could not convert string to float: .. 13 1398 2014 ..
no could not convert string to float: Riau Province 14 1398 Region Name Riau Province
no could not convert string to float: ID11 15 1398 Region Code   ID11
no could not convert string to float: .. 12 1399 2013 ..
no could not convert string to float: .. 13 1399 2014 ..
no could not convert string to float: Riau Mainland Province 14 1399 Region Name Riau Mainland Province
no could not convert string to float: ID12 15 1399 Region Code   ID12
no could not convert string to float: .. 12 1400 2013 ..
no could not convert string to float: .. 13 1400 2014 ..
no could not convert string to float: West Sumatera Province 14 1400 Region Name West Sumatera Province
no could not convert string to float: ID13 15 1400 Region Code   ID13
no could not convert string to float: .. 12 1401 2013 ..
no could not convert string to float: .. 13 1401 2014 ..
no could not convert string to float: South Sumatera Province 14 1401 Region Name South Sumatera Province
no could not convert string to float: ID14 15 1401 Region Code   ID14
no could not convert string to float: .. 12 1402 2013 ..
no could not convert string to float: .. 13 1402 2014 ..
no could not convert string to float: Bangka Belitung Province 14 1402 Region Name Bangka Belitung Province
no could not convert string to float: ID15 15 1402 Region Code   ID15
no could not convert string to float: .. 12 1403 2013 ..
no could not convert string to float: .. 13 1403 2014 ..
no could not convert string to float: Jambi Province 14 1403 Region Name Jambi Province
no could not convert string to float: ID16 15 1403 Region Code   ID16
no could not convert string to float: .. 12 1404 2013 ..
no could not convert string to float: .. 13 1404 2014 ..
no could not convert string to float: Lampung Province 14 1404 Region Name Lampung Province
no could not convert string to float: ID17 15 1404 Region Code   ID17
no could not convert string to float: .. 12 1405 2013 ..
no could not convert string to float: .. 13 1405 2014 ..
no could not convert string to float: Papua Province 14 1405 Region Name Papua Province
no could not convert string to float: ID18 15 1405 Region Code   ID18
no could not convert string to float: .. 12 1406 2013 ..
no could not convert string to float: .. 13 1406 2014 ..
no could not convert string to float: West Papua Province 14 1406 Region Name West Papua Province
no could not convert string to float: ID19 15 1406 Region Code   ID19
no could not convert string to float: .. 12 1407 2013 ..
no could not convert string to float: .. 13 1407 2014 ..
no could not convert string to float: Gorontalo Province 14 1407 Region Name Gorontalo Province
no could not convert string to float: ID20 15 1407 Region Code   ID20
no could not convert string to float: .. 12 1408 2013 ..
no could not convert string to float: .. 13 1408 2014 ..
no could not convert string to float: West Kalimantan Province 14 1408 Region Name West Kalimantan Province
no could not convert string to float: ID21 15 1408 Region Code   ID21
no could not convert string to float: .. 12 1409 2013 ..
no could not convert string to float: .. 13 1409 2014 ..
no could not convert string to float: South Kalimantan Province 14 1409 Region Name South Kalimantan Province
no could not convert string to float: ID22 15 1409 Region Code   ID22
no could not convert string to float: .. 12 1410 2013 ..
no could not convert string to float: .. 13 1410 2014 ..
no could not convert string to float: Middle Kalimantan Province 14 1410 Region Name Middle Kalimantan Province
no could not convert string to float: ID23 15 1410 Region Code   ID23
no could not convert string to float: .. 12 1411 2013 ..
no could not convert string to float: .. 13 1411 2014 ..
no could not convert string to float: East Kalimantan Province 14 1411 Region Name East Kalimantan Province
no could not convert string to float: ID24 15 1411 Region Code   ID24
no could not convert string to float: .. 12 1412 2013 ..
no could not convert string to float: .. 13 1412 2014 ..
no could not convert string to float: Maluku Province 14 1412 Region Name Maluku Province
no could not convert string to float: ID25 15 1412 Region Code   ID25
no could not convert string to float: .. 12 1413 2013 ..
no could not convert string to float: .. 13 1413 2014 ..
no could not convert string to float: North Maluku Province 14 1413 Region Name North Maluku Province
no could not convert string to float: ID26 15 1413 Region Code   ID26
no could not convert string to float: .. 12 1414 2013 ..
no could not convert string to float: .. 13 1414 2014 ..
no could not convert string to float: South East Sulawesi Province 14 1414 Region Name South East Sulawesi Province
no could not convert string to float: ID27 15 1414 Region Code   ID27
no could not convert string to float: .. 12 1415 2013 ..
no could not convert string to float: .. 13 1415 2014 ..
no could not convert string to float: North Sulawesi Province 14 1415 Region Name North Sulawesi Province
no could not convert string to float: ID28 15 1415 Region Code   ID28
no could not convert string to float: .. 12 1416 2013 ..
no could not convert string to float: .. 13 1416 2014 ..
no could not convert string to float: South Sulawesi Province 14 1416 Region Name South Sulawesi Province
no could not convert string to float: ID29 15 1416 Region Code   ID29
no could not convert string to float: .. 12 1417 2013 ..
no could not convert string to float: .. 13 1417 2014 ..
no could not convert string to float: Middle Sulawesi Province 14 1417 Region Name Middle Sulawesi Province
no could not convert string to float: ID30 15 1417 Region Code   ID30
no could not convert string to float: .. 12 1418 2013 ..
no could not convert string to float: .. 13 1418 2014 ..
no could not convert string to float: West Sulawesi Province 14 1418 Region Name West Sulawesi Province
no could not convert string to float: ID31 15 1418 Region Code   ID31
no could not convert string to float: .. 12 1419 2013 ..
no could not convert string to float: .. 13 1419 2014 ..
no could not convert string to float: Western Lesser Sundas Province 14 1419 Region Name Western Lesser Sundas Province
no could not convert string to float: ID32 15 1419 Region Code   ID32
no could not convert string to float: .. 12 1420 2013 ..
no could not convert string to float: .. 13 1420 2014 ..
no could not convert string to float: Eastern Lesser Sundas Province 14 1420 Region Name Eastern Lesser Sundas Province
no could not convert string to float: ID33 15 1420 Region Code   ID33
no could not convert string to float: .. 13 1421 2014 ..
no could not convert string to float: Latvia 14 1421 Region Name Latvia
no could not convert string to float: LVA 15 1421 Region Code LVA
no could not convert string to float: .. 13 1422 2014 ..
no could not convert string to float: Latvia 14 1422 Region Name Latvia
no could not convert string to float: LV00 15 1422 Region Code   LV00
no could not convert string to float: .. 12 1423 2013 ..
no could not convert string to float: .. 13 1423 2014 ..
no could not convert string to float: Kurzeme 14 1423 Region Name Kurzeme
no could not convert string to float: LV003 15 1423 Region Code     LV003
no could not convert string to float: .. 12 1424 2013 ..
no could not convert string to float: .. 13 1424 2014 ..
no could not convert string to float: Latgale 14 1424 Region Name Latgale
no could not convert string to float: LV005 15 1424 Region Code     LV005
no could not convert string to float: .. 12 1425 2013 ..
no could not convert string to float: .. 13 1425 2014 ..
no could not convert string to float: Riga 14 1425 Region Name Riga
no could not convert string to float: LV006 15 1425 Region Code     LV006
no could not convert string to float: .. 12 1426 2013 ..
no could not convert string to float: .. 13 1426 2014 ..
no could not convert string to float: Pieriga 14 1426 Region Name Pieriga
no could not convert string to float: LV007 15 1426 Region Code     LV007
no could not convert string to float: .. 12 1427 2013 ..
no could not convert string to float: .. 13 1427 2014 ..
no could not convert string to float: Vidzeme 14 1427 Region Name Vidzeme
no could not convert string to float: LV008 15 1427 Region Code     LV008
no could not convert string to float: .. 12 1428 2013 ..
no could not convert string to float: .. 13 1428 2014 ..
no could not convert string to float: Zemgale 14 1428 Region Name Zemgale
no could not convert string to float: LV009 15 1428 Region Code     LV009
no could not convert string to float: .. 13 1429 2014 ..
no could not convert string to float: Lithuania 14 1429 Region Name Lithuania
no could not convert string to float: LTU 15 1429 Region Code LTU
no could not convert string to float: .. 13 1430 2014 ..
no could not convert string to float: Lithuania 14 1430 Region Name Lithuania
no could not convert string to float: LT00 15 1430 Region Code   LT00
no could not convert string to float: .. 12 1431 2013 ..
no could not convert string to float: .. 13 1431 2014 ..
no could not convert string to float: Alytus county 14 1431 Region Name Alytus county
no could not convert string to float: LT001 15 1431 Region Code     LT001
no could not convert string to float: .. 12 1432 2013 ..
no could not convert string to float: .. 13 1432 2014 ..
no could not convert string to float: Kaunas county 14 1432 Region Name Kaunas county
no could not convert string to float: LT002 15 1432 Region Code     LT002
no could not convert string to float: .. 12 1433 2013 ..
no could not convert string to float: .. 13 1433 2014 ..
no could not convert string to float: Klaipeda county 14 1433 Region Name Klaipeda county
no could not convert string to float: LT003 15 1433 Region Code     LT003
no could not convert string to float: .. 12 1434 2013 ..
no could not convert string to float: .. 13 1434 2014 ..
no could not convert string to float: Marijampole county 14 1434 Region Name Marijampole county
no could not convert string to float: LT004 15 1434 Region Code     LT004
no could not convert string to float: .. 12 1435 2013 ..
no could not convert string to float: .. 13 1435 2014 ..
no 'decimal' codec can't encode character u'\u017e' in position 6: invalid decimal Unicode string 14 1435 Region Name Panevežys county
no could not convert string to float: LT005 15 1435 Region Code     LT005
no could not convert string to float: .. 12 1436 2013 ..
no could not convert string to float: .. 13 1436 2014 ..
no 'decimal' codec can't encode character u'\u0160' in position 0: invalid decimal Unicode string 14 1436 Region Name Šiauliai county
no could not convert string to float: LT006 15 1436 Region Code     LT006
no could not convert string to float: .. 12 1437 2013 ..
no could not convert string to float: .. 13 1437 2014 ..
no could not convert string to float: Taurage county 14 1437 Region Name Taurage county
no could not convert string to float: LT007 15 1437 Region Code     LT007
no could not convert string to float: .. 12 1438 2013 ..
no could not convert string to float: .. 13 1438 2014 ..
no 'decimal' codec can't encode character u'\u0161' in position 3: invalid decimal Unicode string 14 1438 Region Name Telšiai county
no could not convert string to float: LT008 15 1438 Region Code     LT008
no could not convert string to float: .. 12 1439 2013 ..
no could not convert string to float: .. 13 1439 2014 ..
no could not convert string to float: Utena county 14 1439 Region Name Utena county
no could not convert string to float: LT009 15 1439 Region Code     LT009
no could not convert string to float: .. 12 1440 2013 ..
no could not convert string to float: .. 13 1440 2014 ..
no could not convert string to float: Vilnius county 14 1440 Region Name Vilnius county
no could not convert string to float: LT00A 15 1440 Region Code     LT00A
no could not convert string to float: .. 12 1441 2013 ..
no could not convert string to float: .. 13 1441 2014 ..
no could not convert string to float: Russia 14 1441 Region Name Russia
no could not convert string to float: RUS 15 1441 Region Code RUS
no could not convert string to float: .. 12 1442 2013 ..
no could not convert string to float: .. 13 1442 2014 ..
no could not convert string to float: Belgorod Oblast 14 1442 Region Name Belgorod Oblast
no could not convert string to float: RU01 15 1442 Region Code   RU01
no could not convert string to float: .. 12 1443 2013 ..
no could not convert string to float: .. 13 1443 2014 ..
no could not convert string to float: Bryansk Oblast 14 1443 Region Name Bryansk Oblast
no could not convert string to float: RU02 15 1443 Region Code   RU02
no could not convert string to float: .. 12 1444 2013 ..
no could not convert string to float: .. 13 1444 2014 ..
no could not convert string to float: Vladimir Oblast 14 1444 Region Name Vladimir Oblast
no could not convert string to float: RU03 15 1444 Region Code   RU03
no could not convert string to float: .. 12 1445 2013 ..
no could not convert string to float: .. 13 1445 2014 ..
no could not convert string to float: Voronezh Oblast 14 1445 Region Name Voronezh Oblast
no could not convert string to float: RU04 15 1445 Region Code   RU04
no could not convert string to float: .. 12 1446 2013 ..
no could not convert string to float: .. 13 1446 2014 ..
no could not convert string to float: Ivanovo Oblast 14 1446 Region Name Ivanovo Oblast
no could not convert string to float: RU05 15 1446 Region Code   RU05
no could not convert string to float: .. 12 1447 2013 ..
no could not convert string to float: .. 13 1447 2014 ..
no could not convert string to float: Kaluga Oblast 14 1447 Region Name Kaluga Oblast
no could not convert string to float: RU06 15 1447 Region Code   RU06
no could not convert string to float: .. 12 1448 2013 ..
no could not convert string to float: .. 13 1448 2014 ..
no could not convert string to float: Kostroma Oblast 14 1448 Region Name Kostroma Oblast
no could not convert string to float: RU07 15 1448 Region Code   RU07
no could not convert string to float: .. 12 1449 2013 ..
no could not convert string to float: .. 13 1449 2014 ..
no could not convert string to float: Kursk Oblast 14 1449 Region Name Kursk Oblast
no could not convert string to float: RU08 15 1449 Region Code   RU08
no could not convert string to float: .. 12 1450 2013 ..
no could not convert string to float: .. 13 1450 2014 ..
no could not convert string to float: Lipetsk Oblast 14 1450 Region Name Lipetsk Oblast
no could not convert string to float: RU09 15 1450 Region Code   RU09
no could not convert string to float: .. 12 1451 2013 ..
no could not convert string to float: .. 13 1451 2014 ..
no could not convert string to float: Moscow Oblast 14 1451 Region Name Moscow Oblast
no could not convert string to float: RU10 15 1451 Region Code   RU10
no could not convert string to float: .. 12 1452 2013 ..
no could not convert string to float: .. 13 1452 2014 ..
no could not convert string to float: Oryol Oblast 14 1452 Region Name Oryol Oblast
no could not convert string to float: RU11 15 1452 Region Code   RU11
no could not convert string to float: .. 12 1453 2013 ..
no could not convert string to float: .. 13 1453 2014 ..
no could not convert string to float: Ryazan Oblast 14 1453 Region Name Ryazan Oblast
no could not convert string to float: RU12 15 1453 Region Code   RU12
no could not convert string to float: .. 12 1454 2013 ..
no could not convert string to float: .. 13 1454 2014 ..
no could not convert string to float: Smolensk Oblast 14 1454 Region Name Smolensk Oblast
no could not convert string to float: RU13 15 1454 Region Code   RU13
no could not convert string to float: .. 12 1455 2013 ..
no could not convert string to float: .. 13 1455 2014 ..
no could not convert string to float: Tambov Oblast 14 1455 Region Name Tambov Oblast
no could not convert string to float: RU14 15 1455 Region Code   RU14
no could not convert string to float: .. 12 1456 2013 ..
no could not convert string to float: .. 13 1456 2014 ..
no could not convert string to float: Tver Oblast 14 1456 Region Name Tver Oblast
no could not convert string to float: RU15 15 1456 Region Code   RU15
no could not convert string to float: .. 12 1457 2013 ..
no could not convert string to float: .. 13 1457 2014 ..
no could not convert string to float: Tula Oblast 14 1457 Region Name Tula Oblast
no could not convert string to float: RU16 15 1457 Region Code   RU16
no could not convert string to float: .. 12 1458 2013 ..
no could not convert string to float: .. 13 1458 2014 ..
no could not convert string to float: Yaroslavl Oblast 14 1458 Region Name Yaroslavl Oblast
no could not convert string to float: RU17 15 1458 Region Code   RU17
no could not convert string to float: .. 12 1459 2013 ..
no could not convert string to float: .. 13 1459 2014 ..
no could not convert string to float: City of Moscow 14 1459 Region Name City of Moscow
no could not convert string to float: RU18 15 1459 Region Code   RU18
no could not convert string to float: .. 12 1460 2013 ..
no could not convert string to float: .. 13 1460 2014 ..
no could not convert string to float: Republic of Karelia 14 1460 Region Name Republic of Karelia
no could not convert string to float: RU19 15 1460 Region Code   RU19
no could not convert string to float: .. 12 1461 2013 ..
no could not convert string to float: .. 13 1461 2014 ..
no could not convert string to float: Komi republic 14 1461 Region Name Komi republic
no could not convert string to float: RU20 15 1461 Region Code   RU20
no could not convert string to float: .. 12 1462 2013 ..
no could not convert string to float: .. 13 1462 2014 ..
no could not convert string to float: Arkhangelsk Oblast 14 1462 Region Name Arkhangelsk Oblast
no could not convert string to float: RU21 15 1462 Region Code   RU21
no could not convert string to float: .. 12 1463 2013 ..
no could not convert string to float: .. 13 1463 2014 ..
no could not convert string to float: Nenets Autonomous Okrug 14 1463 Region Name Nenets Autonomous Okrug
no could not convert string to float: RU22 15 1463 Region Code   RU22
no could not convert string to float: .. 12 1464 2013 ..
no could not convert string to float: .. 13 1464 2014 ..
no could not convert string to float: Vologda Oblast 14 1464 Region Name Vologda Oblast
no could not convert string to float: RU23 15 1464 Region Code   RU23
no could not convert string to float: .. 12 1465 2013 ..
no could not convert string to float: .. 13 1465 2014 ..
no could not convert string to float: Kaliningrad Oblast 14 1465 Region Name Kaliningrad Oblast
no could not convert string to float: RU24 15 1465 Region Code   RU24
no could not convert string to float: .. 12 1466 2013 ..
no could not convert string to float: .. 13 1466 2014 ..
no could not convert string to float: Leningrad Oblast 14 1466 Region Name Leningrad Oblast
no could not convert string to float: RU25 15 1466 Region Code   RU25
no could not convert string to float: .. 12 1467 2013 ..
no could not convert string to float: .. 13 1467 2014 ..
no could not convert string to float: Murmansk Oblast 14 1467 Region Name Murmansk Oblast
no could not convert string to float: RU26 15 1467 Region Code   RU26
no could not convert string to float: .. 12 1468 2013 ..
no could not convert string to float: .. 13 1468 2014 ..
no could not convert string to float: Novgorod Oblast 14 1468 Region Name Novgorod Oblast
no could not convert string to float: RU27 15 1468 Region Code   RU27
no could not convert string to float: .. 12 1469 2013 ..
no could not convert string to float: .. 13 1469 2014 ..
no could not convert string to float: Pskov Oblast 14 1469 Region Name Pskov Oblast
no could not convert string to float: RU28 15 1469 Region Code   RU28
no could not convert string to float: .. 12 1470 2013 ..
no could not convert string to float: .. 13 1470 2014 ..
no could not convert string to float: Federal City of Saint Petersburg 14 1470 Region Name Federal City of Saint Petersburg
no could not convert string to float: RU29 15 1470 Region Code   RU29
no could not convert string to float: .. 12 1471 2013 ..
no could not convert string to float: .. 13 1471 2014 ..
no could not convert string to float: Republic of Adygea 14 1471 Region Name Republic of Adygea
no could not convert string to float: RU30 15 1471 Region Code   RU30
no could not convert string to float: .. 12 1472 2013 ..
no could not convert string to float: .. 13 1472 2014 ..
no could not convert string to float: Republic of Kalmykia 14 1472 Region Name Republic of Kalmykia
no could not convert string to float: RU31 15 1472 Region Code   RU31
no could not convert string to float: .. 12 1473 2013 ..
no could not convert string to float: .. 13 1473 2014 ..
no could not convert string to float: Krasnodar Krai 14 1473 Region Name Krasnodar Krai
no could not convert string to float: RU32 15 1473 Region Code   RU32
no could not convert string to float: .. 12 1474 2013 ..
no could not convert string to float: .. 13 1474 2014 ..
no could not convert string to float: Astrakhan Oblast 14 1474 Region Name Astrakhan Oblast
no could not convert string to float: RU33 15 1474 Region Code   RU33
no could not convert string to float: .. 12 1475 2013 ..
no could not convert string to float: .. 13 1475 2014 ..
no could not convert string to float: Volgograd Oblast 14 1475 Region Name Volgograd Oblast
no could not convert string to float: RU34 15 1475 Region Code   RU34
no could not convert string to float: .. 12 1476 2013 ..
no could not convert string to float: .. 13 1476 2014 ..
no could not convert string to float: Rostov Oblast 14 1476 Region Name Rostov Oblast
no could not convert string to float: RU35 15 1476 Region Code   RU35
no could not convert string to float: .. 12 1477 2013 ..
no could not convert string to float: .. 13 1477 2014 ..
no could not convert string to float: Republic of Dagestan 14 1477 Region Name Republic of Dagestan
no could not convert string to float: RU36 15 1477 Region Code   RU36
no could not convert string to float: .. 12 1478 2013 ..
no could not convert string to float: .. 13 1478 2014 ..
no could not convert string to float: Republic of Ingushetia 14 1478 Region Name Republic of Ingushetia
no could not convert string to float: RU37 15 1478 Region Code   RU37
no could not convert string to float: .. 12 1479 2013 ..
no could not convert string to float: .. 13 1479 2014 ..
no could not convert string to float: Kabardino-Balkar Republic 14 1479 Region Name Kabardino-Balkar Republic
no could not convert string to float: RU38 15 1479 Region Code   RU38
no could not convert string to float: .. 12 1480 2013 ..
no could not convert string to float: .. 13 1480 2014 ..
no could not convert string to float: Karachay-Cherkhess Republic 14 1480 Region Name Karachay-Cherkhess Republic
no could not convert string to float: RU39 15 1480 Region Code   RU39
no could not convert string to float: .. 12 1481 2013 ..
no could not convert string to float: .. 13 1481 2014 ..
no could not convert string to float: Republic of North Ossetia-Alania 14 1481 Region Name Republic of North Ossetia-Alania
no could not convert string to float: RU40 15 1481 Region Code   RU40
no could not convert string to float: .. 3 1482 2004 ..
no could not convert string to float: .. 12 1482 2013 ..
no could not convert string to float: .. 13 1482 2014 ..
no could not convert string to float: Chechen Republic 14 1482 Region Name Chechen Republic
no could not convert string to float: RU41 15 1482 Region Code   RU41
no could not convert string to float: .. 12 1483 2013 ..
no could not convert string to float: .. 13 1483 2014 ..
no could not convert string to float: Stavropol Krai 14 1483 Region Name Stavropol Krai
no could not convert string to float: RU42 15 1483 Region Code   RU42
no could not convert string to float: .. 12 1484 2013 ..
no could not convert string to float: .. 13 1484 2014 ..
no could not convert string to float: Republic of Bashkorstostan 14 1484 Region Name Republic of Bashkorstostan
no could not convert string to float: RU43 15 1484 Region Code   RU43
no could not convert string to float: .. 12 1485 2013 ..
no could not convert string to float: .. 13 1485 2014 ..
no could not convert string to float: Mari El Republic 14 1485 Region Name Mari El Republic
no could not convert string to float: RU44 15 1485 Region Code   RU44
no could not convert string to float: .. 12 1486 2013 ..
no could not convert string to float: .. 13 1486 2014 ..
no could not convert string to float: Republic of Mordovia 14 1486 Region Name Republic of Mordovia
no could not convert string to float: RU45 15 1486 Region Code   RU45
no could not convert string to float: .. 12 1487 2013 ..
no could not convert string to float: .. 13 1487 2014 ..
no could not convert string to float: Republic of Tatarstan 14 1487 Region Name Republic of Tatarstan
no could not convert string to float: RU46 15 1487 Region Code   RU46
no could not convert string to float: .. 12 1488 2013 ..
no could not convert string to float: .. 13 1488 2014 ..
no could not convert string to float: Udmurt Republic 14 1488 Region Name Udmurt Republic
no could not convert string to float: RU47 15 1488 Region Code   RU47
no could not convert string to float: .. 12 1489 2013 ..
no could not convert string to float: .. 13 1489 2014 ..
no could not convert string to float: Chuvash Republic 14 1489 Region Name Chuvash Republic
no could not convert string to float: RU48 15 1489 Region Code   RU48
no could not convert string to float: .. 12 1490 2013 ..
no could not convert string to float: .. 13 1490 2014 ..
no could not convert string to float: Perm Krai 14 1490 Region Name Perm Krai
no could not convert string to float: RU49 15 1490 Region Code   RU49
no could not convert string to float: .. 12 1491 2013 ..
no could not convert string to float: .. 13 1491 2014 ..
no could not convert string to float: Kirov Oblast 14 1491 Region Name Kirov Oblast
no could not convert string to float: RU50 15 1491 Region Code   RU50
no could not convert string to float: .. 12 1492 2013 ..
no could not convert string to float: .. 13 1492 2014 ..
no could not convert string to float: Nizhny Novgorod Oblast 14 1492 Region Name Nizhny Novgorod Oblast
no could not convert string to float: RU51 15 1492 Region Code   RU51
no could not convert string to float: .. 12 1493 2013 ..
no could not convert string to float: .. 13 1493 2014 ..
no could not convert string to float: Orenburg Oblast 14 1493 Region Name Orenburg Oblast
no could not convert string to float: RU52 15 1493 Region Code   RU52
no could not convert string to float: .. 12 1494 2013 ..
no could not convert string to float: .. 13 1494 2014 ..
no could not convert string to float: Penza Oblast 14 1494 Region Name Penza Oblast
no could not convert string to float: RU53 15 1494 Region Code   RU53
no could not convert string to float: .. 12 1495 2013 ..
no could not convert string to float: .. 13 1495 2014 ..
no could not convert string to float: Samara Oblast 14 1495 Region Name Samara Oblast
no could not convert string to float: RU54 15 1495 Region Code   RU54
no could not convert string to float: .. 12 1496 2013 ..
no could not convert string to float: .. 13 1496 2014 ..
no could not convert string to float: Saratov Oblast 14 1496 Region Name Saratov Oblast
no could not convert string to float: RU55 15 1496 Region Code   RU55
no could not convert string to float: .. 12 1497 2013 ..
no could not convert string to float: .. 13 1497 2014 ..
no could not convert string to float: Ulianov Oblast 14 1497 Region Name Ulianov Oblast
no could not convert string to float: RU56 15 1497 Region Code   RU56
no could not convert string to float: .. 12 1498 2013 ..
no could not convert string to float: .. 13 1498 2014 ..
no could not convert string to float: Kurgan Oblast 14 1498 Region Name Kurgan Oblast
no could not convert string to float: RU57 15 1498 Region Code   RU57
no could not convert string to float: .. 12 1499 2013 ..
no could not convert string to float: .. 13 1499 2014 ..
no could not convert string to float: Sverdlovsk Oblast 14 1499 Region Name Sverdlovsk Oblast
no could not convert string to float: RU58 15 1499 Region Code   RU58
no could not convert string to float: .. 12 1500 2013 ..
no could not convert string to float: .. 13 1500 2014 ..
no could not convert string to float: Tyumen Oblast 14 1500 Region Name Tyumen Oblast
no could not convert string to float: RU59 15 1500 Region Code   RU59
no could not convert string to float: .. 12 1501 2013 ..
no could not convert string to float: .. 13 1501 2014 ..
no could not convert string to float: Khanty-Mansi Autonomous Okrug - Yugra 14 1501 Region Name Khanty-Mansi Autonomous Okrug - Yugra
no could not convert string to float: RU60 15 1501 Region Code   RU60
no could not convert string to float: .. 12 1502 2013 ..
no could not convert string to float: .. 13 1502 2014 ..
no could not convert string to float: Yamalo-Nenets Autonomous Okrug 14 1502 Region Name Yamalo-Nenets Autonomous Okrug
no could not convert string to float: RU61 15 1502 Region Code   RU61
no could not convert string to float: .. 12 1503 2013 ..
no could not convert string to float: .. 13 1503 2014 ..
no could not convert string to float: Chelyabinsk Oblast 14 1503 Region Name Chelyabinsk Oblast
no could not convert string to float: RU62 15 1503 Region Code   RU62
no could not convert string to float: .. 12 1504 2013 ..
no could not convert string to float: .. 13 1504 2014 ..
no could not convert string to float: Republic of Altai 14 1504 Region Name Republic of Altai
no could not convert string to float: RU63 15 1504 Region Code   RU63
no could not convert string to float: .. 12 1505 2013 ..
no could not convert string to float: .. 13 1505 2014 ..
no could not convert string to float: Buryat Republic 14 1505 Region Name Buryat Republic
no could not convert string to float: RU64 15 1505 Region Code   RU64
no could not convert string to float: .. 12 1506 2013 ..
no could not convert string to float: .. 13 1506 2014 ..
no could not convert string to float: Tyva Republic 14 1506 Region Name Tyva Republic
no could not convert string to float: RU65 15 1506 Region Code   RU65
no could not convert string to float: .. 12 1507 2013 ..
no could not convert string to float: .. 13 1507 2014 ..
no could not convert string to float: Republic of Khakassia 14 1507 Region Name Republic of Khakassia
no could not convert string to float: RU66 15 1507 Region Code   RU66
no could not convert string to float: .. 12 1508 2013 ..
no could not convert string to float: .. 13 1508 2014 ..
no could not convert string to float: Altai Krai 14 1508 Region Name Altai Krai
no could not convert string to float: RU67 15 1508 Region Code   RU67
no could not convert string to float: .. 12 1509 2013 ..
no could not convert string to float: .. 13 1509 2014 ..
no could not convert string to float: Zabaykalsky Krai 14 1509 Region Name Zabaykalsky Krai
no could not convert string to float: RU68 15 1509 Region Code   RU68
no could not convert string to float: .. 12 1510 2013 ..
no could not convert string to float: .. 13 1510 2014 ..
no could not convert string to float: Krasnoyarsk Krai 14 1510 Region Name Krasnoyarsk Krai
no could not convert string to float: RU69 15 1510 Region Code   RU69
no could not convert string to float: .. 12 1511 2013 ..
no could not convert string to float: .. 13 1511 2014 ..
no could not convert string to float: Irkutsk Oblast 14 1511 Region Name Irkutsk Oblast
no could not convert string to float: RU70 15 1511 Region Code   RU70
no could not convert string to float: .. 12 1512 2013 ..
no could not convert string to float: .. 13 1512 2014 ..
no could not convert string to float: Kemerovo oblast 14 1512 Region Name Kemerovo oblast
no could not convert string to float: RU71 15 1512 Region Code   RU71
no could not convert string to float: .. 12 1513 2013 ..
no could not convert string to float: .. 13 1513 2014 ..
no could not convert string to float: Novosibirsk Oblast 14 1513 Region Name Novosibirsk Oblast
no could not convert string to float: RU72 15 1513 Region Code   RU72
no could not convert string to float: .. 12 1514 2013 ..
no could not convert string to float: .. 13 1514 2014 ..
no could not convert string to float: Omsk Oblast 14 1514 Region Name Omsk Oblast
no could not convert string to float: RU73 15 1514 Region Code   RU73
no could not convert string to float: .. 12 1515 2013 ..
no could not convert string to float: .. 13 1515 2014 ..
no could not convert string to float: Tomsk Oblast 14 1515 Region Name Tomsk Oblast
no could not convert string to float: RU74 15 1515 Region Code   RU74
no could not convert string to float: .. 12 1516 2013 ..
no could not convert string to float: .. 13 1516 2014 ..
no could not convert string to float: Sakha Republic (Yakutia) 14 1516 Region Name Sakha Republic (Yakutia)
no could not convert string to float: RU75 15 1516 Region Code   RU75
no could not convert string to float: .. 12 1517 2013 ..
no could not convert string to float: .. 13 1517 2014 ..
no could not convert string to float: Kamchatka Krai 14 1517 Region Name Kamchatka Krai
no could not convert string to float: RU76 15 1517 Region Code   RU76
no could not convert string to float: .. 12 1518 2013 ..
no could not convert string to float: .. 13 1518 2014 ..
no could not convert string to float: Primorsky Krai 14 1518 Region Name Primorsky Krai
no could not convert string to float: RU77 15 1518 Region Code   RU77
no could not convert string to float: .. 12 1519 2013 ..
no could not convert string to float: .. 13 1519 2014 ..
no could not convert string to float: Khabarovsk Krai 14 1519 Region Name Khabarovsk Krai
no could not convert string to float: RU78 15 1519 Region Code   RU78
no could not convert string to float: .. 12 1520 2013 ..
no could not convert string to float: .. 13 1520 2014 ..
no could not convert string to float: Amur Oblast 14 1520 Region Name Amur Oblast
no could not convert string to float: RU79 15 1520 Region Code   RU79
no could not convert string to float: .. 12 1521 2013 ..
no could not convert string to float: .. 13 1521 2014 ..
no could not convert string to float: Magadan Oblast 14 1521 Region Name Magadan Oblast
no could not convert string to float: RU80 15 1521 Region Code   RU80
no could not convert string to float: .. 12 1522 2013 ..
no could not convert string to float: .. 13 1522 2014 ..
no could not convert string to float: Sakhalin Oblast 14 1522 Region Name Sakhalin Oblast
no could not convert string to float: RU81 15 1522 Region Code   RU81
no could not convert string to float: .. 12 1523 2013 ..
no could not convert string to float: .. 13 1523 2014 ..
no could not convert string to float: Jewish Autonomous Oblast 14 1523 Region Name Jewish Autonomous Oblast
no could not convert string to float: RU82 15 1523 Region Code   RU82
no could not convert string to float: .. 12 1524 2013 ..
no could not convert string to float: .. 13 1524 2014 ..
no could not convert string to float: Chukotka Autonomous Okrug 14 1524 Region Name Chukotka Autonomous Okrug
no could not convert string to float: RU83 15 1524 Region Code   RU83
no could not convert string to float: .. 13 1525 2014 ..
no could not convert string to float: South Africa 14 1525 Region Name South Africa
no could not convert string to float: ZAF 15 1525 Region Code ZAF
no could not convert string to float: .. 13 1526 2014 ..
no could not convert string to float: Eastern Cape 14 1526 Region Name Eastern Cape
no could not convert string to float: ZA01 15 1526 Region Code   ZA01
no could not convert string to float: .. 13 1527 2014 ..
no could not convert string to float: Free State 14 1527 Region Name Free State
no could not convert string to float: ZA02 15 1527 Region Code   ZA02
no could not convert string to float: .. 13 1528 2014 ..
no could not convert string to float: Gauteng 14 1528 Region Name Gauteng
no could not convert string to float: ZA03 15 1528 Region Code   ZA03
no could not convert string to float: .. 13 1529 2014 ..
no could not convert string to float: KwaZulu-Natal 14 1529 Region Name KwaZulu-Natal
no could not convert string to float: ZA04 15 1529 Region Code   ZA04
no could not convert string to float: .. 13 1530 2014 ..
no could not convert string to float: Limpopo 14 1530 Region Name Limpopo
no could not convert string to float: ZA05 15 1530 Region Code   ZA05
no could not convert string to float: .. 13 1531 2014 ..
no could not convert string to float: Mpumalanga 14 1531 Region Name Mpumalanga
no could not convert string to float: ZA06 15 1531 Region Code   ZA06
no could not convert string to float: .. 13 1532 2014 ..
no could not convert string to float: Northern Cape 14 1532 Region Name Northern Cape
no could not convert string to float: ZA07 15 1532 Region Code   ZA07
no could not convert string to float: .. 13 1533 2014 ..
no could not convert string to float: North West 14 1533 Region Name North West
no could not convert string to float: ZA08 15 1533 Region Code   ZA08
no could not convert string to float: .. 13 1534 2014 ..
no could not convert string to float: Western Cape 14 1534 Region Name Western Cape
no could not convert string to float: ZA09 15 1534 Region Code   ZA09

In [23]:
region_gdp = region_gdp.drop("2001", 1)
region_gdp = region_gdp.drop("2002", 1)
region_gdp = region_gdp.drop("2003", 1)
region_gdp = region_gdp.drop("2004", 1)
region_gdp = region_gdp.drop("2005", 1)
region_gdp = region_gdp.drop("2006", 1)
region_gdp = region_gdp.drop("2007", 1)
region_gdp = region_gdp.drop("2008", 1)
region_gdp = region_gdp.drop("2009", 1)
region_gdp = region_gdp.drop("2010", 1)
region_gdp = region_gdp.drop("2011", 1)

region_gdp = region_gdp.drop("2013", 1)
region_gdp = region_gdp.drop("2014", 1)

In [24]:
only2012 = region_gdp["2012"].apply(pd.to_numeric, errors='coerce')

In [25]:
without2012 = region_gdp.drop('2012', 1)

In [26]:
region_gdp = pd.concat([without2012, only2012], axis=1)

In [27]:
region_gdp.head()


Out[27]:
Region Name Region Code 2012
0 Australia AUS 999200.0
1 New South Wales AU1 313826.0
2 Victoria AU2 222163.0
3 Queensland AU3 189453.0
4 South Australia AU4 61758.2

In [28]:
region_gdp.to_csv("index/final/region_gdp.csv", encoding="utf-8")

 Region Population


In [29]:
region_pop.head()


Out[29]:
Region Territory Level and Typology 2014
0 AUS: Australia Country 23490700
1 AU1: New South Wales Large regions (TL2) 7518470
2 AU101: Capital Region Small regions (TL3) - predominantly rural 220944
3 AU103: Central West NaN 209850
4 AU104: Coffs Harbour - Grafton NaN 136418

In [30]:
regions1 = []
region_codes1 = []
for i in region_pop.iterrows():
    # Get regions
    current_city = i[1][0]
    if i[1][0][0:2] == "  ":
        current_city = i[1][0][2:]
        print current_city
    current_city_split = current_city.split(": ",1)
    print current_city_split
    regions1.append(current_city_split[1])
    if current_city_split[0][0:2] == "  ":
        region_codes1.append(current_city_split[0][2:])
    else:
        region_codes1.append(current_city_split[0])


[u'AUS', u'Australia']
AU1: New South Wales
[u'AU1', u'New South Wales']
  AU101: Capital Region
[u'  AU101', u'Capital Region']
  AU103: Central West
[u'  AU103', u'Central West']
  AU104: Coffs Harbour - Grafton
[u'  AU104', u'Coffs Harbour - Grafton']
  AU105: Far West and Orana
[u'  AU105', u'Far West and Orana']
  AU106: Hunter Valley Exc Newcastle
[u'  AU106', u'Hunter Valley Exc Newcastle']
  AU107: Illawarra
[u'  AU107', u'Illawarra']
  AU108: Mid North Coast
[u'  AU108', u'Mid North Coast']
  AU109: Murray
[u'  AU109', u'Murray']
  AU110: New England and North West
[u'  AU110', u'New England and North West']
  AU111: Newcastle and Lake Macquarie
[u'  AU111', u'Newcastle and Lake Macquarie']
  AU112: Richmond - Tweed
[u'  AU112', u'Richmond - Tweed']
  AU113: Riverina
[u'  AU113', u'Riverina']
  AU114: Southern Highlands and Shoalhaven
[u'  AU114', u'Southern Highlands and Shoalhaven']
  AU1GS: Sydney
[u'  AU1GS', u'Sydney']
AU2: Victoria
[u'AU2', u'Victoria']
  AU201: Ballarat
[u'  AU201', u'Ballarat']
  AU202: Bendigo
[u'  AU202', u'Bendigo']
  AU203: Geelong
[u'  AU203', u'Geelong']
  AU204: Hume
[u'  AU204', u'Hume']
  AU205: Latrobe - Gippsland
[u'  AU205', u'Latrobe - Gippsland']
  AU215: North West
[u'  AU215', u'North West']
  AU216: Shepparton
[u'  AU216', u'Shepparton']
  AU217: Warrnambool and South West
[u'  AU217', u'Warrnambool and South West']
  AU2GM: Melbourne
[u'  AU2GM', u'Melbourne']
AU3: Queensland
[u'AU3', u'Queensland']
  AU306: Cairns
[u'  AU306', u'Cairns']
  AU307: Darling Downs - Maranoa
[u'  AU307', u'Darling Downs - Maranoa']
  AU308: Fitzroy
[u'  AU308', u'Fitzroy']
  AU309: Gold Coast
[u'  AU309', u'Gold Coast']
  AU312: Mackay
[u'  AU312', u'Mackay']
  AU315: Queensland - Outback
[u'  AU315', u'Queensland - Outback']
  AU316: Sunshine Coast
[u'  AU316', u'Sunshine Coast']
  AU317: Toowoomba
[u'  AU317', u'Toowoomba']
  AU318: Townsville
[u'  AU318', u'Townsville']
  AU319: Wide Bay
[u'  AU319', u'Wide Bay']
  AU3GB: Brisbane
[u'  AU3GB', u'Brisbane']
AU4: South Australia
[u'AU4', u'South Australia']
  AU405: Barossa - Yorke - Mid North
[u'  AU405', u'Barossa - Yorke - Mid North']
  AU406: South Australia - Outback
[u'  AU406', u'South Australia - Outback']
  AU407: South Australia - South East
[u'  AU407', u'South Australia - South East']
  AU4GA: Adelaide
[u'  AU4GA', u'Adelaide']
AU5: Western Australia
[u'AU5', u'Western Australia']
  AU501: Bunbury
[u'  AU501', u'Bunbury']
  AU508: Western Australia - Outback
[u'  AU508', u'Western Australia - Outback']
  AU509: Western Australia - Wheat Belt
[u'  AU509', u'Western Australia - Wheat Belt']
  AU5GP: Perth
[u'  AU5GP', u'Perth']
AU6: Tasmania
[u'AU6', u'Tasmania']
  AU601: Hobart
[u'  AU601', u'Hobart']
  AU602: Launceston and North East
[u'  AU602', u'Launceston and North East']
  AU603: South East
[u'  AU603', u'South East']
  AU604: West and North West
[u'  AU604', u'West and North West']
AU7: Northern Territory (NT)
[u'AU7', u'Northern Territory (NT)']
  AU701: Darwin
[u'  AU701', u'Darwin']
  AU702: Northern Territory - Outback
[u'  AU702', u'Northern Territory - Outback']
AU8: Australian Capital Territory (ACT)
[u'AU8', u'Australian Capital Territory (ACT)']
  AU801: Australian Capital Territory
[u'  AU801', u'Australian Capital Territory']
[u'AUT', u'Austria']
AT11: Burgenland (AT)
[u'AT11', u'Burgenland (AT)']
  AT111: Mittelburgenland
[u'  AT111', u'Mittelburgenland']
  AT112: Nordburgenland
[u'  AT112', u'Nordburgenland']
  AT113: Südburgenland
[u'  AT113', u'S\xfcdburgenland']
AT12: Lower Austria
[u'AT12', u'Lower Austria']
  AT121: Mostviertel-Eisenwurzen
[u'  AT121', u'Mostviertel-Eisenwurzen']
  AT122: Niederösterreich-Süd
[u'  AT122', u'Nieder\xf6sterreich-S\xfcd']
  AT123: Sankt Pölten
[u'  AT123', u'Sankt P\xf6lten']
  AT124: Waldviertel
[u'  AT124', u'Waldviertel']
  AT125: Weinviertel
[u'  AT125', u'Weinviertel']
  AT126: Wiener Umland/Nordteil
[u'  AT126', u'Wiener Umland/Nordteil']
  AT127: Wiener Umland/Südteil
[u'  AT127', u'Wiener Umland/S\xfcdteil']
AT13: Vienna
[u'AT13', u'Vienna']
  AT130: Vienna
[u'  AT130', u'Vienna']
AT21: Carinthia
[u'AT21', u'Carinthia']
  AT211: Klagenfurt-Villach
[u'  AT211', u'Klagenfurt-Villach']
  AT212: Oberkärnten
[u'  AT212', u'Oberk\xe4rnten']
  AT213: Unterkärnten
[u'  AT213', u'Unterk\xe4rnten']
AT22: Styria
[u'AT22', u'Styria']
  AT221: Graz
[u'  AT221', u'Graz']
  AT222: Liezen
[u'  AT222', u'Liezen']
  AT223: Östliche Obersteiermark
[u'  AT223', u'\xd6stliche Obersteiermark']
  AT224: Oststeiermark
[u'  AT224', u'Oststeiermark']
  AT225: West- und Südsteiermark
[u'  AT225', u'West- und S\xfcdsteiermark']
  AT226: Westliche Obersteiermark
[u'  AT226', u'Westliche Obersteiermark']
AT31: Upper Austria
[u'AT31', u'Upper Austria']
  AT311: Innviertel
[u'  AT311', u'Innviertel']
  AT312: Linz-Wels
[u'  AT312', u'Linz-Wels']
  AT313: Mühlviertel
[u'  AT313', u'M\xfchlviertel']
  AT314: Steyr-Kirchdorf
[u'  AT314', u'Steyr-Kirchdorf']
  AT315: Traunviertel
[u'  AT315', u'Traunviertel']
AT32: Salzburg
[u'AT32', u'Salzburg']
  AT321: Lungau
[u'  AT321', u'Lungau']
  AT322: Pinzgau-Pongau
[u'  AT322', u'Pinzgau-Pongau']
  AT323: Salzburg und Umgebung
[u'  AT323', u'Salzburg und Umgebung']
AT33: Tyrol
[u'AT33', u'Tyrol']
  AT331: Außerfern
[u'  AT331', u'Au\xdferfern']
  AT332: Innsbruck
[u'  AT332', u'Innsbruck']
  AT333: Osttirol
[u'  AT333', u'Osttirol']
  AT334: Tyrolean Oberland
[u'  AT334', u'Tyrolean Oberland']
  AT335: Tyrolean Unterland
[u'  AT335', u'Tyrolean Unterland']
AT34: Vorarlberg
[u'AT34', u'Vorarlberg']
  AT341: Bludenz-Bregenzer Wald
[u'  AT341', u'Bludenz-Bregenzer Wald']
  AT342: Rheintal-Bodenseegebiet
[u'  AT342', u'Rheintal-Bodenseegebiet']
[u'BEL', u'Belgium']
BE1: Brussels Capital Region
[u'BE1', u'Brussels Capital Region']
BE2: Flemish Region
[u'BE2', u'Flemish Region']
BE3: Wallonia
[u'BE3', u'Wallonia']
[u'CAN', u'Canada']
CA10: Newfoundland and Labrador
[u'CA10', u'Newfoundland and Labrador']
  CA1001: Division 1, NL
[u'  CA1001', u'Division 1, NL']
  CA1002: Division 2, NL
[u'  CA1002', u'Division 2, NL']
  CA1003: Division 3, NL
[u'  CA1003', u'Division 3, NL']
  CA1004: Division 4, NL
[u'  CA1004', u'Division 4, NL']
  CA1005: Division 5, NL
[u'  CA1005', u'Division 5, NL']
  CA1006: Division 6, NL
[u'  CA1006', u'Division 6, NL']
  CA1007: Division 7, NL
[u'  CA1007', u'Division 7, NL']
  CA1008: Division 8, NL
[u'  CA1008', u'Division 8, NL']
  CA1009: Division 9, NL
[u'  CA1009', u'Division 9, NL']
  CA1010: Division 10, NL
[u'  CA1010', u'Division 10, NL']
  CA1011: Division 11, NL
[u'  CA1011', u'Division 11, NL']
CA11: Prince Edward Island
[u'CA11', u'Prince Edward Island']
  CA1101: Kings, PE
[u'  CA1101', u'Kings, PE']
  CA1102: Queens, PE
[u'  CA1102', u'Queens, PE']
  CA1103: Prince, PE
[u'  CA1103', u'Prince, PE']
CA12: Nova Scotia
[u'CA12', u'Nova Scotia']
  CA1201: Shelburne, NS
[u'  CA1201', u'Shelburne, NS']
  CA1202: Yarmouth, NS
[u'  CA1202', u'Yarmouth, NS']
  CA1203: Digby, NS
[u'  CA1203', u'Digby, NS']
  CA1204: Queens, NS
[u'  CA1204', u'Queens, NS']
  CA1205: Annapolis, NS
[u'  CA1205', u'Annapolis, NS']
  CA1206: Lunenburg, NS
[u'  CA1206', u'Lunenburg, NS']
  CA1207: Kings, NS
[u'  CA1207', u'Kings, NS']
  CA1208: Hants, NS
[u'  CA1208', u'Hants, NS']
  CA1209: Halifax, NS
[u'  CA1209', u'Halifax, NS']
  CA1210: Colchester, NS
[u'  CA1210', u'Colchester, NS']
  CA1211: Cumberland, NS
[u'  CA1211', u'Cumberland, NS']
  CA1212: Pictou, NS
[u'  CA1212', u'Pictou, NS']
  CA1213: Guysborough, NS
[u'  CA1213', u'Guysborough, NS']
  CA1214: Antigonish, NS
[u'  CA1214', u'Antigonish, NS']
  CA1215: Inverness, NS
[u'  CA1215', u'Inverness, NS']
  CA1216: Richmond, NS
[u'  CA1216', u'Richmond, NS']
  CA1217: Cape Breton, NS
[u'  CA1217', u'Cape Breton, NS']
  CA1218: Victoria, NS
[u'  CA1218', u'Victoria, NS']
CA13: New Brunswick
[u'CA13', u'New Brunswick']
  CA1301: Saint John, NB
[u'  CA1301', u'Saint John, NB']
  CA1302: Charlotte, NB
[u'  CA1302', u'Charlotte, NB']
  CA1303: Sunbury, NB
[u'  CA1303', u'Sunbury, NB']
  CA1304: Queens, NB
[u'  CA1304', u'Queens, NB']
  CA1305: Kings, NB
[u'  CA1305', u'Kings, NB']
  CA1306: Albert, NB
[u'  CA1306', u'Albert, NB']
  CA1307: Westmorland, NB
[u'  CA1307', u'Westmorland, NB']
  CA1308: Kent, NB
[u'  CA1308', u'Kent, NB']
  CA1309: Northumberland, NB
[u'  CA1309', u'Northumberland, NB']
  CA1310: York, NB
[u'  CA1310', u'York, NB']
  CA1311: Carleton, NB
[u'  CA1311', u'Carleton, NB']
  CA1312: Victoria, NB
[u'  CA1312', u'Victoria, NB']
  CA1313: Madawaska County, NB
[u'  CA1313', u'Madawaska County, NB']
  CA1314: Restigouche County, NB
[u'  CA1314', u'Restigouche County, NB']
  CA1315: Gloucester County, NB
[u'  CA1315', u'Gloucester County, NB']
CA24: Quebec
[u'CA24', u'Quebec']
  CA2401: Les Îles-de-la-Madeleine, QC
[u'  CA2401', u'Les \xceles-de-la-Madeleine, QC']
  CA2402: Le Rocher-Percé, QC
[u'  CA2402', u'Le Rocher-Perc\xe9, QC']
  CA2403: La Côte-de-Gaspé, QC
[u'  CA2403', u'La C\xf4te-de-Gasp\xe9, QC']
  CA2404: La Haute-Gaspésie, QC
[u'  CA2404', u'La Haute-Gasp\xe9sie, QC']
  CA2405: Bonaventure, QC
[u'  CA2405', u'Bonaventure, QC']
  CA2406: Avignon, QC
[u'  CA2406', u'Avignon, QC']
  CA2407: La Matapédia, QC
[u'  CA2407', u'La Matap\xe9dia, QC']
  CA2408: Matane, QC
[u'  CA2408', u'Matane, QC']
  CA2409: La Mitis, QC
[u'  CA2409', u'La Mitis, QC']
  CA2410: Rimouski-Neigette, QC
[u'  CA2410', u'Rimouski-Neigette, QC']
  CA2411: Les Basques, QC
[u'  CA2411', u'Les Basques, QC']
  CA2412: Rivière-du-Loup, QC
[u'  CA2412', u'Rivi\xe8re-du-Loup, QC']
  CA2413: Témiscouata, QC
[u'  CA2413', u'T\xe9miscouata, QC']
  CA2414: Kamouraska, QC
[u'  CA2414', u'Kamouraska, QC']
  CA2415: Charlevoix-Est, QC
[u'  CA2415', u'Charlevoix-Est, QC']
  CA2416: Charlevoix, QC
[u'  CA2416', u'Charlevoix, QC']
  CA2417: L'Islet, QC
[u'  CA2417', u"L'Islet, QC"]
  CA2418: Montmagny, QC
[u'  CA2418', u'Montmagny, QC']
  CA2419: Bellechasse, QC
[u'  CA2419', u'Bellechasse, QC']
  CA2420: L'Île-d'Orléans, QC
[u'  CA2420', u"L'\xcele-d'Orl\xe9ans, QC"]
  CA2421: La Côte-de-Beaupré, QC
[u'  CA2421', u'La C\xf4te-de-Beaupr\xe9, QC']
  CA2422: La Jacques-Cartier, QC
[u'  CA2422', u'La Jacques-Cartier, QC']
  CA2423: Communauté-Urbaine-de-Québec, QC
[u'  CA2423', u'Communaut\xe9-Urbaine-de-Qu\xe9bec, QC']
  CA2425: Lévis, QC
[u'  CA2425', u'L\xe9vis, QC']
  CA2426: La Nouvelle-Beauce, QC
[u'  CA2426', u'La Nouvelle-Beauce, QC']
  CA2427: Robert-Cliche, QC
[u'  CA2427', u'Robert-Cliche, QC']
  CA2428: Les Etchemins, QC
[u'  CA2428', u'Les Etchemins, QC']
  CA2429: Beauce-Sartigan, QC
[u'  CA2429', u'Beauce-Sartigan, QC']
  CA2430: Le Granit, QC
[u'  CA2430', u'Le Granit, QC']
  CA2431: L'Amiante, QC
[u'  CA2431', u"L'Amiante, QC"]
  CA2432: L'Érable, QC
[u'  CA2432', u"L'\xc9rable, QC"]
  CA2433: Lotbinière, QC
[u'  CA2433', u'Lotbini\xe8re, QC']
  CA2434: Portneuf, QC
[u'  CA2434', u'Portneuf, QC']
  CA2435: Mékinac, QC
[u'  CA2435', u'M\xe9kinac, QC']
  CA2436: Shawinigan, QC
[u'  CA2436', u'Shawinigan, QC']
  CA2437: Francheville, QC
[u'  CA2437', u'Francheville, QC']
  CA2438: Bécancour, QC
[u'  CA2438', u'B\xe9cancour, QC']
  CA2439: Arthabaska, QC
[u'  CA2439', u'Arthabaska, QC']
  CA2440: Asbestos, QC
[u'  CA2440', u'Asbestos, QC']
  CA2441: Le Haut-Saint-François, QC
[u'  CA2441', u'Le Haut-Saint-Fran\xe7ois, QC']
  CA2442: Le Val-Saint-François, QC
[u'  CA2442', u'Le Val-Saint-Fran\xe7ois, QC']
  CA2443: Sherbrooke, QC
[u'  CA2443', u'Sherbrooke, QC']
  CA2444: Coaticook, QC
[u'  CA2444', u'Coaticook, QC']
  CA2445: Memphrémagog, QC
[u'  CA2445', u'Memphr\xe9magog, QC']
  CA2446: Brome-Missisquoi, QC
[u'  CA2446', u'Brome-Missisquoi, QC']
  CA2447: La Haute-Yamaska, QC
[u'  CA2447', u'La Haute-Yamaska, QC']
  CA2448: Acton, QC
[u'  CA2448', u'Acton, QC']
  CA2449: Drummond, QC
[u'  CA2449', u'Drummond, QC']
  CA2450: Nicolet-Yamaska, QC
[u'  CA2450', u'Nicolet-Yamaska, QC']
  CA2451: Maskinongé, QC
[u'  CA2451', u'Maskinong\xe9, QC']
  CA2452: D'Autray, QC
[u'  CA2452', u"D'Autray, QC"]
  CA2453: Le Bas-Richelieu, QC
[u'  CA2453', u'Le Bas-Richelieu, QC']
  CA2454: Les Maskoutains, QC
[u'  CA2454', u'Les Maskoutains, QC']
  CA2455: Rouville, QC
[u'  CA2455', u'Rouville, QC']
  CA2456: Le Haut-Richelieu, QC
[u'  CA2456', u'Le Haut-Richelieu, QC']
  CA2457: La Vallée-du-Richelieu, QC
[u'  CA2457', u'La Vall\xe9e-du-Richelieu, QC']
  CA2458: Longueuil, QC
[u'  CA2458', u'Longueuil, QC']
  CA2459: Lajemmerais, QC
[u'  CA2459', u'Lajemmerais, QC']
  CA2460: L'Assomption, QC
[u'  CA2460', u"L'Assomption, QC"]
  CA2461: Joliette, QC
[u'  CA2461', u'Joliette, QC']
  CA2462: Matawinie, QC
[u'  CA2462', u'Matawinie, QC']
  CA2463: Montcalm, QC
[u'  CA2463', u'Montcalm, QC']
  CA2464: Les Moulins, QC
[u'  CA2464', u'Les Moulins, QC']
  CA2465: Laval, QC
[u'  CA2465', u'Laval, QC']
  CA2466: Communauté-Urbaine-de-Montréal, QC
[u'  CA2466', u'Communaut\xe9-Urbaine-de-Montr\xe9al, QC']
  CA2467: Roussillon, QC
[u'  CA2467', u'Roussillon, QC']
  CA2468: Les Jardins-de-Napierville, QC
[u'  CA2468', u'Les Jardins-de-Napierville, QC']
  CA2469: Le Haut-Saint-Laurent, QC
[u'  CA2469', u'Le Haut-Saint-Laurent, QC']
  CA2470: Beauharnois-Salaberry, QC
[u'  CA2470', u'Beauharnois-Salaberry, QC']
  CA2471: Vaudreuil-Soulanges, QC
[u'  CA2471', u'Vaudreuil-Soulanges, QC']
  CA2472: Deux-Montagnes, QC
[u'  CA2472', u'Deux-Montagnes, QC']
  CA2473: Thérèse-De Blainville, QC
[u'  CA2473', u'Th\xe9r\xe8se-De Blainville, QC']
  CA2474: Mirabel, QC
[u'  CA2474', u'Mirabel, QC']
  CA2475: La Rivière-du-Nord, QC
[u'  CA2475', u'La Rivi\xe8re-du-Nord, QC']
  CA2476: Argenteuil, QC
[u'  CA2476', u'Argenteuil, QC']
  CA2477: Les Pays-d'en-Haut, QC
[u'  CA2477', u"Les Pays-d'en-Haut, QC"]
  CA2478: Les Laurentides, QC
[u'  CA2478', u'Les Laurentides, QC']
  CA2479: Antoine-Labelle, QC
[u'  CA2479', u'Antoine-Labelle, QC']
  CA2480: Papineau, QC
[u'  CA2480', u'Papineau, QC']
  CA2481: Gatineau, QC
[u'  CA2481', u'Gatineau, QC']
  CA2482: Les Collines-de-l'Outaouais, QC
[u'  CA2482', u"Les Collines-de-l'Outaouais, QC"]
  CA2483: La Vallée-de-la-Gatineau, QC
[u'  CA2483', u'La Vall\xe9e-de-la-Gatineau, QC']
  CA2484: Pontiac, QC
[u'  CA2484', u'Pontiac, QC']
  CA2485: Témiscamingue, QC
[u'  CA2485', u'T\xe9miscamingue, QC']
  CA2486: Rouyn-Noranda, QC
[u'  CA2486', u'Rouyn-Noranda, QC']
  CA2487: Abitibi-Ouest, QC
[u'  CA2487', u'Abitibi-Ouest, QC']
  CA2488: Abitibi, QC
[u'  CA2488', u'Abitibi, QC']
  CA2489: Vallée-de-l'Or, QC
[u'  CA2489', u"Vall\xe9e-de-l'Or, QC"]
  CA2490: La Tuque, QC
[u'  CA2490', u'La Tuque, QC']
  CA2491: Le Domaine-du-Roy, QC
[u'  CA2491', u'Le Domaine-du-Roy, QC']
  CA2492: Maria-Chapdelaine, QC
[u'  CA2492', u'Maria-Chapdelaine, QC']
  CA2493: Lac-Saint-Jean-Est, QC
[u'  CA2493', u'Lac-Saint-Jean-Est, QC']
  CA2494: Le Saguenay-et-son-Fjord, QC
[u'  CA2494', u'Le Saguenay-et-son-Fjord, QC']
  CA2495: La Haute-Côte-Nord, QC
[u'  CA2495', u'La Haute-C\xf4te-Nord, QC']
  CA2496: Manicouagan, QC
[u'  CA2496', u'Manicouagan, QC']
  CA2497: Sept-Rivières-Caniapiscau, QC
[u'  CA2497', u'Sept-Rivi\xe8res-Caniapiscau, QC']
  CA2498: Minganie-Basse-Côte-Nord, QC
[u'  CA2498', u'Minganie-Basse-C\xf4te-Nord, QC']
  CA2499: Nord-du-Québec, QC
[u'  CA2499', u'Nord-du-Qu\xe9bec, QC']
CA35: Ontario
[u'CA35', u'Ontario']
  CA3501: Stormont, Dundas and Glengarry, ON
[u'  CA3501', u'Stormont, Dundas and Glengarry, ON']
  CA3502: Prescott and Russell, ON
[u'  CA3502', u'Prescott and Russell, ON']
  CA3506: Ottawa-Carleton, ON
[u'  CA3506', u'Ottawa-Carleton, ON']
  CA3507: Leeds and Grenville, ON
[u'  CA3507', u'Leeds and Grenville, ON']
  CA3509: Lanark, ON
[u'  CA3509', u'Lanark, ON']
  CA3510: Frontenac, ON
[u'  CA3510', u'Frontenac, ON']
  CA3511: Lennox and Addington, ON
[u'  CA3511', u'Lennox and Addington, ON']
  CA3512: Hastings, ON
[u'  CA3512', u'Hastings, ON']
  CA3513: Prince Edward, ON
[u'  CA3513', u'Prince Edward, ON']
  CA3514: Northumberland, ON
[u'  CA3514', u'Northumberland, ON']
  CA3515: Peterborough, ON
[u'  CA3515', u'Peterborough, ON']
  CA3516: Kawartha Lakes, ON
[u'  CA3516', u'Kawartha Lakes, ON']
  CA3518: Durham, ON
[u'  CA3518', u'Durham, ON']
  CA3519: York, ON
[u'  CA3519', u'York, ON']
  CA3520: Toronto, ON
[u'  CA3520', u'Toronto, ON']
  CA3521: Peel, ON
[u'  CA3521', u'Peel, ON']
  CA3522: Dufferin, ON
[u'  CA3522', u'Dufferin, ON']
  CA3523: Wellington, ON
[u'  CA3523', u'Wellington, ON']
  CA3524: Halton, ON
[u'  CA3524', u'Halton, ON']
  CA3525: Hamilton, ON
[u'  CA3525', u'Hamilton, ON']
  CA3526: Niagara, ON
[u'  CA3526', u'Niagara, ON']
  CA3528: Haldimand-Norfolk, ON
[u'  CA3528', u'Haldimand-Norfolk, ON']
  CA3529: Brant, ON
[u'  CA3529', u'Brant, ON']
  CA3530: Waterloo, ON
[u'  CA3530', u'Waterloo, ON']
  CA3531: Perth, ON
[u'  CA3531', u'Perth, ON']
  CA3532: Oxford, ON
[u'  CA3532', u'Oxford, ON']
  CA3534: Elgin, ON
[u'  CA3534', u'Elgin, ON']
  CA3536: Chatham-Kent, ON
[u'  CA3536', u'Chatham-Kent, ON']
  CA3537: Essex, ON
[u'  CA3537', u'Essex, ON']
  CA3538: Lambton, ON
[u'  CA3538', u'Lambton, ON']
  CA3539: Middlesex, ON
[u'  CA3539', u'Middlesex, ON']
  CA3540: Huron, ON
[u'  CA3540', u'Huron, ON']
  CA3541: Bruce, ON
[u'  CA3541', u'Bruce, ON']
  CA3542: Grey, ON
[u'  CA3542', u'Grey, ON']
  CA3543: Simcoe, ON
[u'  CA3543', u'Simcoe, ON']
  CA3544: Muskoka, ON
[u'  CA3544', u'Muskoka, ON']
  CA3546: Haliburton, ON
[u'  CA3546', u'Haliburton, ON']
  CA3547: Renfrew, ON
[u'  CA3547', u'Renfrew, ON']
  CA3548: Nipissing, ON
[u'  CA3548', u'Nipissing, ON']
  CA3549: Parry Sound, ON
[u'  CA3549', u'Parry Sound, ON']
  CA3551: Manitoulin, ON
[u'  CA3551', u'Manitoulin, ON']
  CA3552: Sudbury (District), ON
[u'  CA3552', u'Sudbury (District), ON']
  CA3553: Greater Sudbury / Grand Sudbury, ON
[u'  CA3553', u'Greater Sudbury / Grand Sudbury, ON']
  CA3554: Timiskaming, ON
[u'  CA3554', u'Timiskaming, ON']
  CA3556: Cochrane, ON
[u'  CA3556', u'Cochrane, ON']
  CA3557: Algoma, ON
[u'  CA3557', u'Algoma, ON']
  CA3558: Thunder Bay, ON
[u'  CA3558', u'Thunder Bay, ON']
  CA3559: Rainy River, ON
[u'  CA3559', u'Rainy River, ON']
  CA3560: Kenora, ON
[u'  CA3560', u'Kenora, ON']
CA46: Manitoba
[u'CA46', u'Manitoba']
  CA4601: Division 1, MB
[u'  CA4601', u'Division 1, MB']
  CA4602: Division 2, MB
[u'  CA4602', u'Division 2, MB']
  CA4603: Division 3, MB
[u'  CA4603', u'Division 3, MB']
  CA4604: Division 4, MB
[u'  CA4604', u'Division 4, MB']
  CA4605: Division 5, MB
[u'  CA4605', u'Division 5, MB']
  CA4606: Division 6, MB
[u'  CA4606', u'Division 6, MB']
  CA4607: Division 7, MB
[u'  CA4607', u'Division 7, MB']
  CA4608: Division 8, MB
[u'  CA4608', u'Division 8, MB']
  CA4609: Division 9, MB
[u'  CA4609', u'Division 9, MB']
  CA4610: Division 10, MB
[u'  CA4610', u'Division 10, MB']
  CA4611: Division 11, MB
[u'  CA4611', u'Division 11, MB']
  CA4612: Division 12, MB
[u'  CA4612', u'Division 12, MB']
  CA4613: Division 13, MB
[u'  CA4613', u'Division 13, MB']
  CA4614: Division 14, MB
[u'  CA4614', u'Division 14, MB']
  CA4615: Division 15, MB
[u'  CA4615', u'Division 15, MB']
  CA4616: Division 16, MB
[u'  CA4616', u'Division 16, MB']
  CA4617: Division 17, MB
[u'  CA4617', u'Division 17, MB']
  CA4618: Division 18, MB
[u'  CA4618', u'Division 18, MB']
  CA4619: Division 19, MB
[u'  CA4619', u'Division 19, MB']
  CA4620: Division 20, MB
[u'  CA4620', u'Division 20, MB']
  CA4621: Division 21, MB
[u'  CA4621', u'Division 21, MB']
  CA4622: Division 22, MB
[u'  CA4622', u'Division 22, MB']
  CA4623: Division 23, MB
[u'  CA4623', u'Division 23, MB']
CA47: Saskatchewan
[u'CA47', u'Saskatchewan']
  CA4701: Division 1, SK
[u'  CA4701', u'Division 1, SK']
  CA4702: Division 2, SK
[u'  CA4702', u'Division 2, SK']
  CA4703: Division 3, SK
[u'  CA4703', u'Division 3, SK']
  CA4704: Division 4, SK
[u'  CA4704', u'Division 4, SK']
  CA4705: Division 5, SK
[u'  CA4705', u'Division 5, SK']
  CA4706: Division 6, SK
[u'  CA4706', u'Division 6, SK']
  CA4707: Division 7, SK
[u'  CA4707', u'Division 7, SK']
  CA4708: Division 8, SK
[u'  CA4708', u'Division 8, SK']
  CA4709: Division 9, SK
[u'  CA4709', u'Division 9, SK']
  CA4710: Division 10, SK
[u'  CA4710', u'Division 10, SK']
  CA4711: Division 11, SK
[u'  CA4711', u'Division 11, SK']
  CA4712: Division 12, SK
[u'  CA4712', u'Division 12, SK']
  CA4713: Division 13, SK
[u'  CA4713', u'Division 13, SK']
  CA4714: Division 14, SK
[u'  CA4714', u'Division 14, SK']
  CA4715: Division 15, SK
[u'  CA4715', u'Division 15, SK']
  CA4716: Division 16, SK
[u'  CA4716', u'Division 16, SK']
  CA4717: Division 17, SK
[u'  CA4717', u'Division 17, SK']
  CA4718: Division 18, SK
[u'  CA4718', u'Division 18, SK']
CA48: Alberta
[u'CA48', u'Alberta']
  CA4801: Division 1, AB
[u'  CA4801', u'Division 1, AB']
  CA4802: Division 2, AB
[u'  CA4802', u'Division 2, AB']
  CA4803: Division 3, AB
[u'  CA4803', u'Division 3, AB']
  CA4804: Division 4, AB
[u'  CA4804', u'Division 4, AB']
  CA4805: Division 5, AB
[u'  CA4805', u'Division 5, AB']
  CA4806: Division 6, AB
[u'  CA4806', u'Division 6, AB']
  CA4807: Division 7, AB
[u'  CA4807', u'Division 7, AB']
  CA4808: Division 8, AB
[u'  CA4808', u'Division 8, AB']
  CA4809: Division 9, AB
[u'  CA4809', u'Division 9, AB']
  CA4810: Division 10, AB
[u'  CA4810', u'Division 10, AB']
  CA4811: Division 11, AB
[u'  CA4811', u'Division 11, AB']
  CA4812: Division 12, AB
[u'  CA4812', u'Division 12, AB']
  CA4813: Division 13, AB
[u'  CA4813', u'Division 13, AB']
  CA4814: Division 14, AB
[u'  CA4814', u'Division 14, AB']
  CA4815: Division 15, AB
[u'  CA4815', u'Division 15, AB']
  CA4816: Division 16, AB
[u'  CA4816', u'Division 16, AB']
  CA4817: Division 17, AB
[u'  CA4817', u'Division 17, AB']
  CA4818: Division 18, AB
[u'  CA4818', u'Division 18, AB']
  CA4819: Division 19, AB
[u'  CA4819', u'Division 19, AB']
CA59: British Columbia
[u'CA59', u'British Columbia']
  CA5901: East Kootenay, BC
[u'  CA5901', u'East Kootenay, BC']
  CA5903: Central Kootenay, BC
[u'  CA5903', u'Central Kootenay, BC']
  CA5905: Kootenay Boundary, BC
[u'  CA5905', u'Kootenay Boundary, BC']
  CA5907: Okanagan-Similkameen, BC
[u'  CA5907', u'Okanagan-Similkameen, BC']
  CA5909: Fraser Valley, BC
[u'  CA5909', u'Fraser Valley, BC']
  CA5915: Greater Vancouver, BC
[u'  CA5915', u'Greater Vancouver, BC']
  CA5917: Capital, BC
[u'  CA5917', u'Capital, BC']
  CA5919: Cowichan Valley, BC
[u'  CA5919', u'Cowichan Valley, BC']
  CA5921: Nanaimo, BC
[u'  CA5921', u'Nanaimo, BC']
  CA5923: Alberni-Clayoquot, BC
[u'  CA5923', u'Alberni-Clayoquot, BC']
  CA5924: Strathcona BC
[u'  CA5924', u'Strathcona BC']
  CA5925: Comox Valley BC
[u'  CA5925', u'Comox Valley BC']
  CA5927: Powell River, BC
[u'  CA5927', u'Powell River, BC']
  CA5929: Sunshine Coast, BC
[u'  CA5929', u'Sunshine Coast, BC']
  CA5931: Squamish-Lillooet, BC
[u'  CA5931', u'Squamish-Lillooet, BC']
  CA5933: Thompson-Nicola, BC
[u'  CA5933', u'Thompson-Nicola, BC']
  CA5935: Central Okanagan, BC
[u'  CA5935', u'Central Okanagan, BC']
  CA5937: North Okanagan, BC
[u'  CA5937', u'North Okanagan, BC']
  CA5939: Columbia-Shuswap, BC
[u'  CA5939', u'Columbia-Shuswap, BC']
  CA5941: Cariboo, BC
[u'  CA5941', u'Cariboo, BC']
  CA5943: Mount Waddington, BC
[u'  CA5943', u'Mount Waddington, BC']
  CA5945: Central Coast, BC
[u'  CA5945', u'Central Coast, BC']
  CA5947: Skeena-Queen Charlotte, BC
[u'  CA5947', u'Skeena-Queen Charlotte, BC']
  CA5949: Kitimat-Stikine, BC
[u'  CA5949', u'Kitimat-Stikine, BC']
  CA5951: Bulkley-Nechako, BC
[u'  CA5951', u'Bulkley-Nechako, BC']
  CA5953: Fraser-Fort George, BC
[u'  CA5953', u'Fraser-Fort George, BC']
  CA5955: Peace River, BC
[u'  CA5955', u'Peace River, BC']
  CA5957: Stikine, BC
[u'  CA5957', u'Stikine, BC']
  CA5959: Northern Rockies, BC
[u'  CA5959', u'Northern Rockies, BC']
CA60: Yukon
[u'CA60', u'Yukon']
  CA6001: Yukon, YT
[u'  CA6001', u'Yukon, YT']
CA61: Northwest Territories
[u'CA61', u'Northwest Territories']
  CA6101: Region 1 NT
[u'  CA6101', u'Region 1 NT']
  CA6102: Region 2 NT
[u'  CA6102', u'Region 2 NT']
  CA6103: Region 3 NT
[u'  CA6103', u'Region 3 NT']
  CA6104: Region 4 NT
[u'  CA6104', u'Region 4 NT']
  CA6105: Region 5 NT
[u'  CA6105', u'Region 5 NT']
  CA6106: Region 6 NT
[u'  CA6106', u'Region 6 NT']
  CA6107: Inuvik, NT
[u'  CA6107', u'Inuvik, NT']
CA62: Nunavut
[u'CA62', u'Nunavut']
  CA6204: Baffin, NU
[u'  CA6204', u'Baffin, NU']
  CA6205: Keewatin, NU
[u'  CA6205', u'Keewatin, NU']
  CA6208: Kitikmeot, NU
[u'  CA6208', u'Kitikmeot, NU']
[u'CHL', u'Chile']
CL01: Tarapacá
[u'CL01', u'Tarapac\xe1']
  CL011: Iquique
[u'  CL011', u'Iquique']
  CL012: Tamarugal
[u'  CL012', u'Tamarugal']
CL02: Antofagasta
[u'CL02', u'Antofagasta']
  CL021: Antofagasta
[u'  CL021', u'Antofagasta']
  CL022: El Loa
[u'  CL022', u'El Loa']
  CL023: Tocopilla
[u'  CL023', u'Tocopilla']
CL03: Atacama
[u'CL03', u'Atacama']
  CL031: Copiapó
[u'  CL031', u'Copiap\xf3']
  CL032: Chañaral
[u'  CL032', u'Cha\xf1aral']
  CL033: Huasco
[u'  CL033', u'Huasco']
CL04: Coquimbo
[u'CL04', u'Coquimbo']
  CL041: Elqui
[u'  CL041', u'Elqui']
  CL042: Choapa
[u'  CL042', u'Choapa']
  CL043: Limarí
[u'  CL043', u'Limar\xed']
CL05: Valparaíso
[u'CL05', u'Valpara\xedso']
  CL051: Valparaíso
[u'  CL051', u'Valpara\xedso']
  CL052: Isla De Pascua
[u'  CL052', u'Isla De Pascua']
  CL053: Los Andes
[u'  CL053', u'Los Andes']
  CL054: Petorca
[u'  CL054', u'Petorca']
  CL055: Quillota
[u'  CL055', u'Quillota']
  CL056: San Antonio
[u'  CL056', u'San Antonio']
  CL057: San Felipe de Aconcagua
[u'  CL057', u'San Felipe de Aconcagua']
  CL058: Marga Marga
[u'  CL058', u'Marga Marga']
CL06: O'Higgins
[u'CL06', u"O'Higgins"]
  CL061: Cachapoal
[u'  CL061', u'Cachapoal']
  CL062: Cardenal Caro
[u'  CL062', u'Cardenal Caro']
  CL063: Colchagua
[u'  CL063', u'Colchagua']
CL07: Maule
[u'CL07', u'Maule']
  CL071: Talca
[u'  CL071', u'Talca']
  CL072: Cauquenes
[u'  CL072', u'Cauquenes']
  CL073: Curicó
[u'  CL073', u'Curic\xf3']
  CL074: Linares
[u'  CL074', u'Linares']
CL08: Bío-Bío
[u'CL08', u'B\xedo-B\xedo']
  CL081: Concepción
[u'  CL081', u'Concepci\xf3n']
  CL082: Arauco
[u'  CL082', u'Arauco']
  CL083: Bío-Bío
[u'  CL083', u'B\xedo-B\xedo']
  CL084: Ñuble
[u'  CL084', u'\xd1uble']
CL09: Araucanía
[u'CL09', u'Araucan\xeda']
  CL091: Cautín
[u'  CL091', u'Caut\xedn']
  CL092: Malleco
[u'  CL092', u'Malleco']
CL10: Los Lagos
[u'CL10', u'Los Lagos']
  CL101: Llanquihue
[u'  CL101', u'Llanquihue']
  CL102: Chiloé
[u'  CL102', u'Chilo\xe9']
  CL103: Osorno
[u'  CL103', u'Osorno']
  CL104: Palena
[u'  CL104', u'Palena']
CL11: Aysén
[u'CL11', u'Ays\xe9n']
  CL111: Coihaique
[u'  CL111', u'Coihaique']
  CL112: Aysen
[u'  CL112', u'Aysen']
  CL113: Capitán Prat
[u'  CL113', u'Capit\xe1n Prat']
  CL114: General Carrera
[u'  CL114', u'General Carrera']
CL12: Magallanes y Antártica
[u'CL12', u'Magallanes y Ant\xe1rtica']
  CL121: Magallanes
[u'  CL121', u'Magallanes']
  CL122: Antártica Chilena
[u'  CL122', u'Ant\xe1rtica Chilena']
  CL123: Tierra Del Fuego
[u'  CL123', u'Tierra Del Fuego']
  CL124: Última Esperanza
[u'  CL124', u'\xdaltima Esperanza']
CL13: Santiago Metropolitan
[u'CL13', u'Santiago Metropolitan']
  CL131: Santiago
[u'  CL131', u'Santiago']
  CL132: Cordillera
[u'  CL132', u'Cordillera']
  CL133: Chacabuco
[u'  CL133', u'Chacabuco']
  CL134: Maipo
[u'  CL134', u'Maipo']
  CL135: Melipilla
[u'  CL135', u'Melipilla']
  CL136: Talagante
[u'  CL136', u'Talagante']
CL14: Los Rios
[u'CL14', u'Los Rios']
  CL141: Valdivia
[u'  CL141', u'Valdivia']
  CL142: Ranco
[u'  CL142', u'Ranco']
CL15: Arica Y Parinacota
[u'CL15', u'Arica Y Parinacota']
  CL151: Arica
[u'  CL151', u'Arica']
  CL152: Parinacota
[u'  CL152', u'Parinacota']
[u'CZE', u'Czech Republic']
CZ01: Prague
[u'CZ01', u'Prague']
  CZ010: Prague
[u'  CZ010', u'Prague']
CZ02: Central Bohemian Region
[u'CZ02', u'Central Bohemian Region']
  CZ020: Central Bohemia
[u'  CZ020', u'Central Bohemia']
CZ03: Southwest
[u'CZ03', u'Southwest']
  CZ031: South Bohemia
[u'  CZ031', u'South Bohemia']
  CZ032: Plzen
[u'  CZ032', u'Plzen']
CZ04: Northwest
[u'CZ04', u'Northwest']
  CZ041: Karlovy Vary
[u'  CZ041', u'Karlovy Vary']
  CZ042: Ústí nad Labem
[u'  CZ042', u'\xdast\xed nad Labem']
CZ05: Northeast
[u'CZ05', u'Northeast']
  CZ051: Liberec
[u'  CZ051', u'Liberec']
  CZ052: Hradec Králové
[u'  CZ052', u'Hradec Kr\xe1lov\xe9']
  CZ053: Pardubice
[u'  CZ053', u'Pardubice']
CZ06: Southeast
[u'CZ06', u'Southeast']
  CZ063: Vysocina
[u'  CZ063', u'Vysocina']
  CZ064: South Moravia
[u'  CZ064', u'South Moravia']
CZ07: Central Moravia
[u'CZ07', u'Central Moravia']
  CZ071: Olomouc
[u'  CZ071', u'Olomouc']
  CZ072: Zlín
[u'  CZ072', u'Zl\xedn']
CZ08: Moravia-Silesia
[u'CZ08', u'Moravia-Silesia']
  CZ080: Moravia-Silesia
[u'  CZ080', u'Moravia-Silesia']
[u'DNK', u'Denmark']
DK01: Capital (DK)
[u'DK01', u'Capital (DK)']
  DK011: City of Copenhagen
[u'  DK011', u'City of Copenhagen']
  DK012: Copenhagen suburbs
[u'  DK012', u'Copenhagen suburbs']
  DK013: North Zealand
[u'  DK013', u'North Zealand']
  DK014: Bornholm
[u'  DK014', u'Bornholm']
DK02: Zealand
[u'DK02', u'Zealand']
  DK021: East Zealand
[u'  DK021', u'East Zealand']
  DK022: West and South Zealand
[u'  DK022', u'West and South Zealand']
DK03: Southern Denmark
[u'DK03', u'Southern Denmark']
  DK031: Fyn
[u'  DK031', u'Fyn']
  DK032: South Jutland
[u'  DK032', u'South Jutland']
DK04: Central Jutland
[u'DK04', u'Central Jutland']
  DK041: West Jutland
[u'  DK041', u'West Jutland']
  DK042: East Jutland
[u'  DK042', u'East Jutland']
DK05: Northern Jutland
[u'DK05', u'Northern Jutland']
  DK050: North Jutland
[u'  DK050', u'North Jutland']
[u'EST', u'Estonia']
EE00: Estonia
[u'EE00', u'Estonia']
  EE001: North Estonia
[u'  EE001', u'North Estonia']
  EE004: West Estonia
[u'  EE004', u'West Estonia']
  EE006: Central Estonia
[u'  EE006', u'Central Estonia']
  EE007: Northeast Estonia
[u'  EE007', u'Northeast Estonia']
  EE008: Southern Estonia
[u'  EE008', u'Southern Estonia']
[u'FIN', u'Finland']
FI19: Western Finland
[u'FI19', u'Western Finland']
  FI193: Central Finland
[u'  FI193', u'Central Finland']
  FI194: Southern Ostrobothnia
[u'  FI194', u'Southern Ostrobothnia']
  FI195: Ostrobothnia
[u'  FI195', u'Ostrobothnia']
  FI196: Satakunta
[u'  FI196', u'Satakunta']
  FI197: Pirkanmaa
[u'  FI197', u'Pirkanmaa']
FI1B: Helsinki-Uusimaa
[u'FI1B', u'Helsinki-Uusimaa']
  FI1B1: Helsinki-Uusimaa
[u'  FI1B1', u'Helsinki-Uusimaa']
FI1C: Southern Finland
[u'FI1C', u'Southern Finland']
  FI1C1: Finland Proper
[u'  FI1C1', u'Finland Proper']
  FI1C2: Tavastia Proper
[u'  FI1C2', u'Tavastia Proper']
  FI1C3: Päijät-Häme
[u'  FI1C3', u'P\xe4ij\xe4t-H\xe4me']
  FI1C4: Kymenlaakso
[u'  FI1C4', u'Kymenlaakso']
  FI1C5: South Karelia
[u'  FI1C5', u'South Karelia']
FI1D: Eastern and Northern Finland
[u'FI1D', u'Eastern and Northern Finland']
  FI1D1: Southern Savonia
[u'  FI1D1', u'Southern Savonia']
  FI1D2: Northern Savonia
[u'  FI1D2', u'Northern Savonia']
  FI1D3: North Karelia
[u'  FI1D3', u'North Karelia']
  FI1D4: Kainuu
[u'  FI1D4', u'Kainuu']
  FI1D5: Central Ostrobothnia
[u'  FI1D5', u'Central Ostrobothnia']
  FI1D6: North Ostrobothnia
[u'  FI1D6', u'North Ostrobothnia']
  FI1D7: Lapland
[u'  FI1D7', u'Lapland']
FI20: Åland
[u'FI20', u'\xc5land']
  FI200: Åland
[u'  FI200', u'\xc5land']
[u'FRA', u'France']
FR10: Ile-de-France
[u'FR10', u'Ile-de-France']
  FR101: Paris
[u'  FR101', u'Paris']
  FR102: Seine-et-Marne
[u'  FR102', u'Seine-et-Marne']
  FR103: Yvelines
[u'  FR103', u'Yvelines']
  FR104: Essonne
[u'  FR104', u'Essonne']
  FR105: Hauts-de-Seine
[u'  FR105', u'Hauts-de-Seine']
  FR106: Seine-Saint-Denis
[u'  FR106', u'Seine-Saint-Denis']
  FR107: Val-de-Marne
[u'  FR107', u'Val-de-Marne']
  FR108: Val-d'Oise
[u'  FR108', u"Val-d'Oise"]
FR21: Champagne-Ardenne
[u'FR21', u'Champagne-Ardenne']
  FR211: Ardennes
[u'  FR211', u'Ardennes']
  FR212: Aube
[u'  FR212', u'Aube']
  FR213: Marne
[u'  FR213', u'Marne']
  FR214: Haute-Marne
[u'  FR214', u'Haute-Marne']
FR22: Picardy
[u'FR22', u'Picardy']
  FR221: Aisne
[u'  FR221', u'Aisne']
  FR222: Oise
[u'  FR222', u'Oise']
  FR223: Somme
[u'  FR223', u'Somme']
FR23: Upper Normandy
[u'FR23', u'Upper Normandy']
  FR231: Eure
[u'  FR231', u'Eure']
  FR232: Seine-Maritime
[u'  FR232', u'Seine-Maritime']
FR24: Centre-Val de Loire
[u'FR24', u'Centre-Val de Loire']
  FR241: Cher
[u'  FR241', u'Cher']
  FR242: Eure-et-Loir
[u'  FR242', u'Eure-et-Loir']
  FR243: Indre
[u'  FR243', u'Indre']
  FR244: Indre-et-Loire
[u'  FR244', u'Indre-et-Loire']
  FR245: Loir-et-Cher
[u'  FR245', u'Loir-et-Cher']
  FR246: Loiret
[u'  FR246', u'Loiret']
FR25: Lower Normandy
[u'FR25', u'Lower Normandy']
  FR251: Calvados
[u'  FR251', u'Calvados']
  FR252: Manche
[u'  FR252', u'Manche']
  FR253: Orne
[u'  FR253', u'Orne']
FR26: Burgundy
[u'FR26', u'Burgundy']
  FR261: Côte-d'Or
[u'  FR261', u"C\xf4te-d'Or"]
  FR262: Nièvre
[u'  FR262', u'Ni\xe8vre']
  FR263: Saône-et-Loire
[u'  FR263', u'Sa\xf4ne-et-Loire']
  FR264: Yonne
[u'  FR264', u'Yonne']
FR30: Nord-Pas-de-Calais
[u'FR30', u'Nord-Pas-de-Calais']
  FR301: Nord (FR)
[u'  FR301', u'Nord (FR)']
  FR302: Pas-de-Calais
[u'  FR302', u'Pas-de-Calais']
FR41: Lorraine
[u'FR41', u'Lorraine']
  FR411: Meurthe-et-Moselle
[u'  FR411', u'Meurthe-et-Moselle']
  FR412: Meuse
[u'  FR412', u'Meuse']
  FR413: Moselle
[u'  FR413', u'Moselle']
  FR414: Vosges
[u'  FR414', u'Vosges']
FR42: Alsace
[u'FR42', u'Alsace']
  FR421: Bas-Rhin
[u'  FR421', u'Bas-Rhin']
  FR422: Haut-Rhin
[u'  FR422', u'Haut-Rhin']
FR43: Franche-Comté
[u'FR43', u'Franche-Comt\xe9']
  FR431: Doubs
[u'  FR431', u'Doubs']
  FR432: Jura
[u'  FR432', u'Jura']
  FR433: Haute-Saône
[u'  FR433', u'Haute-Sa\xf4ne']
  FR434: Territoire de Belfort
[u'  FR434', u'Territoire de Belfort']
FR51: Pays de la Loire
[u'FR51', u'Pays de la Loire']
  FR511: Loire-Atlantique
[u'  FR511', u'Loire-Atlantique']
  FR512: Maine-et-Loire
[u'  FR512', u'Maine-et-Loire']
  FR513: Mayenne
[u'  FR513', u'Mayenne']
  FR514: Sarthe
[u'  FR514', u'Sarthe']
  FR515: Vendée
[u'  FR515', u'Vend\xe9e']
FR52: Brittany
[u'FR52', u'Brittany']
  FR521: Côtes-d'Armor
[u'  FR521', u"C\xf4tes-d'Armor"]
  FR522: Finistère
[u'  FR522', u'Finist\xe8re']
  FR523: Ille-et-Vilaine
[u'  FR523', u'Ille-et-Vilaine']
  FR524: Morbihan
[u'  FR524', u'Morbihan']
FR53: Poitou-Charentes
[u'FR53', u'Poitou-Charentes']
  FR531: Charente
[u'  FR531', u'Charente']
  FR532: Charente-Maritime
[u'  FR532', u'Charente-Maritime']
  FR533: Deux-Sèvres
[u'  FR533', u'Deux-S\xe8vres']
  FR534: Vienne
[u'  FR534', u'Vienne']
FR61: Aquitaine
[u'FR61', u'Aquitaine']
  FR611: Dordogne
[u'  FR611', u'Dordogne']
  FR612: Gironde
[u'  FR612', u'Gironde']
  FR613: Landes
[u'  FR613', u'Landes']
  FR614: Lot-et-Garonne
[u'  FR614', u'Lot-et-Garonne']
  FR615: Pyrénées-Atlantiques
[u'  FR615', u'Pyr\xe9n\xe9es-Atlantiques']
FR62: Midi-Pyrénées
[u'FR62', u'Midi-Pyr\xe9n\xe9es']
  FR621: Ariège
[u'  FR621', u'Ari\xe8ge']
  FR622: Aveyron
[u'  FR622', u'Aveyron']
  FR623: Haute-Garonne
[u'  FR623', u'Haute-Garonne']
  FR624: Gers
[u'  FR624', u'Gers']
  FR625: Lot
[u'  FR625', u'Lot']
  FR626: Hautes-Pyrénées
[u'  FR626', u'Hautes-Pyr\xe9n\xe9es']
  FR627: Tarn
[u'  FR627', u'Tarn']
  FR628: Tarn-et-Garonne
[u'  FR628', u'Tarn-et-Garonne']
FR63: Limousin
[u'FR63', u'Limousin']
  FR631: Corrèze
[u'  FR631', u'Corr\xe8ze']
  FR632: Creuse
[u'  FR632', u'Creuse']
  FR633: Haute-Vienne
[u'  FR633', u'Haute-Vienne']
FR71: Rhône-Alpes
[u'FR71', u'Rh\xf4ne-Alpes']
  FR711: Ain
[u'  FR711', u'Ain']
  FR712: Ardèche
[u'  FR712', u'Ard\xe8che']
  FR713: Drôme
[u'  FR713', u'Dr\xf4me']
  FR714: Isère
[u'  FR714', u'Is\xe8re']
  FR715: Loire
[u'  FR715', u'Loire']
  FR716: Rhône
[u'  FR716', u'Rh\xf4ne']
  FR717: Savoie
[u'  FR717', u'Savoie']
  FR718: Haute-Savoie
[u'  FR718', u'Haute-Savoie']
FR72: Auvergne
[u'FR72', u'Auvergne']
  FR721: Allier
[u'  FR721', u'Allier']
  FR722: Cantal
[u'  FR722', u'Cantal']
  FR723: Haute-Loire
[u'  FR723', u'Haute-Loire']
  FR724: Puy-de-Dôme
[u'  FR724', u'Puy-de-D\xf4me']
FR81: Languedoc-Roussillon
[u'FR81', u'Languedoc-Roussillon']
  FR811: Aude
[u'  FR811', u'Aude']
  FR812: Gard
[u'  FR812', u'Gard']
  FR813: Hérault
[u'  FR813', u'H\xe9rault']
  FR814: Lozère
[u'  FR814', u'Loz\xe8re']
  FR815: Pyrénées-Orientales
[u'  FR815', u'Pyr\xe9n\xe9es-Orientales']
FR82: Provence-Alpes-Côte d'Azur
[u'FR82', u"Provence-Alpes-C\xf4te d'Azur"]
  FR821: Alpes-de-Haute-Provence
[u'  FR821', u'Alpes-de-Haute-Provence']
  FR822: Hautes-Alpes
[u'  FR822', u'Hautes-Alpes']
  FR823: Alpes-Maritimes
[u'  FR823', u'Alpes-Maritimes']
  FR824: Bouches-du-Rhône
[u'  FR824', u'Bouches-du-Rh\xf4ne']
  FR825: Var
[u'  FR825', u'Var']
  FR826: Vaucluse
[u'  FR826', u'Vaucluse']
FR83: Corsica
[u'FR83', u'Corsica']
  FR831: Corse-du-Sud
[u'  FR831', u'Corse-du-Sud']
  FR832: Haute-Corse
[u'  FR832', u'Haute-Corse']
[u'DEU', u'Germany']
DE1: Baden-Württemberg
[u'DE1', u'Baden-W\xfcrttemberg']
DE2: Bavaria
[u'DE2', u'Bavaria']
DE3: Berlin
[u'DE3', u'Berlin']
DE4: Brandenburg
[u'DE4', u'Brandenburg']
DE5: Bremen
[u'DE5', u'Bremen']
DE6: Hamburg
[u'DE6', u'Hamburg']
DE7: Hesse
[u'DE7', u'Hesse']
DE8: Mecklenburg-Vorpommern
[u'DE8', u'Mecklenburg-Vorpommern']
DE9: Lower Saxony
[u'DE9', u'Lower Saxony']
DEA: North Rhine-Westphalia
[u'DEA', u'North Rhine-Westphalia']
DEB: Rhineland-Palatinate
[u'DEB', u'Rhineland-Palatinate']
DEC: Saarland
[u'DEC', u'Saarland']
DED: Saxony
[u'DED', u'Saxony']
DEE: Saxony-Anhalt
[u'DEE', u'Saxony-Anhalt']
DEF: Schleswig-Holstein
[u'DEF', u'Schleswig-Holstein']
DEG: Thuringia
[u'DEG', u'Thuringia']
[u'GRC', u'Greece']
  GR11: East Macedonia - Thrace
[u'  GR11', u'East Macedonia - Thrace']
  GR12: Central Macedonia
[u'  GR12', u'Central Macedonia']
  GR13: West Macedonia
[u'  GR13', u'West Macedonia']
  GR14: Thessaly
[u'  GR14', u'Thessaly']
  GR21: Epirus
[u'  GR21', u'Epirus']
  GR22: Ionian Islands
[u'  GR22', u'Ionian Islands']
  GR23: West Greece
[u'  GR23', u'West Greece']
  GR24: Central Greece
[u'  GR24', u'Central Greece']
  GR25: Peloponnese
[u'  GR25', u'Peloponnese']
  GR30: Attica
[u'  GR30', u'Attica']
  GR41: North Aegean
[u'  GR41', u'North Aegean']
  GR42: South Aegean
[u'  GR42', u'South Aegean']
  GR43: Crete
[u'  GR43', u'Crete']
[u'HUN', u'Hungary']
HU10: Central Hungary
[u'HU10', u'Central Hungary']
  HU101: Budapest
[u'  HU101', u'Budapest']
  HU102: Pest
[u'  HU102', u'Pest']
HU21: Central Transdanubia
[u'HU21', u'Central Transdanubia']
  HU211: Fejér
[u'  HU211', u'Fej\xe9r']
  HU212: Komárom-Esztergom
[u'  HU212', u'Kom\xe1rom-Esztergom']
  HU213: Veszprém
[u'  HU213', u'Veszpr\xe9m']
HU22: Western Transdanubia
[u'HU22', u'Western Transdanubia']
  HU221: Gyor-Moson-Sopron
[u'  HU221', u'Gyor-Moson-Sopron']
  HU222: Vas
[u'  HU222', u'Vas']
  HU223: Zala
[u'  HU223', u'Zala']
HU23: Southern Transdanubia
[u'HU23', u'Southern Transdanubia']
  HU231: Baranya
[u'  HU231', u'Baranya']
  HU232: Somogy
[u'  HU232', u'Somogy']
  HU233: Tolna
[u'  HU233', u'Tolna']
HU31: Northern Hungary
[u'HU31', u'Northern Hungary']
  HU311: Borsod-Abaúj-Zemplén
[u'  HU311', u'Borsod-Aba\xfaj-Zempl\xe9n']
  HU312: Heves
[u'  HU312', u'Heves']
  HU313: Nógrád
[u'  HU313', u'N\xf3gr\xe1d']
HU32: Northern Great Plain
[u'HU32', u'Northern Great Plain']
  HU321: Hajdú-Bihar
[u'  HU321', u'Hajd\xfa-Bihar']
  HU322: Jász-Nagykun-Szolnok
[u'  HU322', u'J\xe1sz-Nagykun-Szolnok']
  HU323: Szabolcs-Szatmár-Bereg
[u'  HU323', u'Szabolcs-Szatm\xe1r-Bereg']
HU33: Southern Great Plain
[u'HU33', u'Southern Great Plain']
  HU331: Bács-Kiskun
[u'  HU331', u'B\xe1cs-Kiskun']
  HU332: Békés
[u'  HU332', u'B\xe9k\xe9s']
  HU333: Csongrád
[u'  HU333', u'Csongr\xe1d']
[u'ISL', u'Iceland']
IS01: Capital Region
[u'IS01', u'Capital Region']
  IS011: Capital Region
[u'  IS011', u'Capital Region']
IS02: Other Regions
[u'IS02', u'Other Regions']
  IS021: Southern Peninsula
[u'  IS021', u'Southern Peninsula']
  IS022: Western Region (IS)
[u'  IS022', u'Western Region (IS)']
  IS023: Westfjords
[u'  IS023', u'Westfjords']
  IS024: Northwestern Region (IS)
[u'  IS024', u'Northwestern Region (IS)']
  IS025: Southern Region (IS)
[u'  IS025', u'Southern Region (IS)']
  IS026: Northeastern Region (IS)
[u'  IS026', u'Northeastern Region (IS)']
  IS027: Austurland
[u'  IS027', u'Austurland']
[u'IRL', u'Ireland']
IE01: Border, Midland and Western
[u'IE01', u'Border, Midland and Western']
  IE011: Border
[u'  IE011', u'Border']
  IE012: Midlands
[u'  IE012', u'Midlands']
  IE013: West
[u'  IE013', u'West']
IE02: Southern and Eastern
[u'IE02', u'Southern and Eastern']
  IE021: Dublin
[u'  IE021', u'Dublin']
  IE022: Mid-East
[u'  IE022', u'Mid-East']
  IE023: Mid-West
[u'  IE023', u'Mid-West']
  IE024: South-East (IE)
[u'  IE024', u'South-East (IE)']
  IE025: South-West (IE)
[u'  IE025', u'South-West (IE)']
[u'ISR', u'Israel']
IL01: Jerusalem District
[u'IL01', u'Jerusalem District']
IL02: Northern District
[u'IL02', u'Northern District']
IL03: Haifa District
[u'IL03', u'Haifa District']
IL04: Central District
[u'IL04', u'Central District']
IL05: Tel Aviv District
[u'IL05', u'Tel Aviv District']
[u'ITA', u'Italy']
IL06: Southern District
[u'IL06', u'Southern District']
ITC1: Piedmont
[u'ITC1', u'Piedmont']
  ITC11: Turin
[u'  ITC11', u'Turin']
  ITC12: Vercelli
[u'  ITC12', u'Vercelli']
  ITC13: Biella
[u'  ITC13', u'Biella']
  ITC14: Verbano-Cusio-Ossola
[u'  ITC14', u'Verbano-Cusio-Ossola']
  ITC15: Novara
[u'  ITC15', u'Novara']
  ITC16: Cuneo
[u'  ITC16', u'Cuneo']
  ITC17: Asti
[u'  ITC17', u'Asti']
  ITC18: Alessandria
[u'  ITC18', u'Alessandria']
ITC2: Aosta Valley
[u'ITC2', u'Aosta Valley']
  ITC20: Aosta Valley
[u'  ITC20', u'Aosta Valley']
ITC3: Liguria
[u'ITC3', u'Liguria']
  ITC31: Imperia
[u'  ITC31', u'Imperia']
  ITC32: Savona
[u'  ITC32', u'Savona']
  ITC33: Genoa
[u'  ITC33', u'Genoa']
  ITC34: La Spezia
[u'  ITC34', u'La Spezia']
ITC4: Lombardy
[u'ITC4', u'Lombardy']
  ITC41: Varese
[u'  ITC41', u'Varese']
  ITC42: Como
[u'  ITC42', u'Como']
  ITC43: Lecco
[u'  ITC43', u'Lecco']
  ITC44: Sondrio
[u'  ITC44', u'Sondrio']
  ITC46: Bergamo
[u'  ITC46', u'Bergamo']
  ITC47: Brescia
[u'  ITC47', u'Brescia']
  ITC48: Pavia
[u'  ITC48', u'Pavia']
  ITC49: Lodi
[u'  ITC49', u'Lodi']
  ITC4A: Cremona
[u'  ITC4A', u'Cremona']
  ITC4B: Mantua
[u'  ITC4B', u'Mantua']
  ITC4C: Milan
[u'  ITC4C', u'Milan']
  ITC4D: Monza and Brianza
[u'  ITC4D', u'Monza and Brianza']
ITF1: Abruzzo
[u'ITF1', u'Abruzzo']
  ITF11: L'Aquila
[u'  ITF11', u"L'Aquila"]
  ITF12: Teramo
[u'  ITF12', u'Teramo']
  ITF13: Pescara
[u'  ITF13', u'Pescara']
  ITF14: Chieti
[u'  ITF14', u'Chieti']
ITF2: Molise
[u'ITF2', u'Molise']
  ITF21: Isernia
[u'  ITF21', u'Isernia']
  ITF22: Campobasso
[u'  ITF22', u'Campobasso']
ITF3: Campania
[u'ITF3', u'Campania']
  ITF31: Caserta
[u'  ITF31', u'Caserta']
  ITF32: Benevento
[u'  ITF32', u'Benevento']
  ITF33: Naples
[u'  ITF33', u'Naples']
  ITF34: Avellino
[u'  ITF34', u'Avellino']
  ITF35: Salerno
[u'  ITF35', u'Salerno']
ITF4: Apulia
[u'ITF4', u'Apulia']
  ITF43: Taranto
[u'  ITF43', u'Taranto']
  ITF44: Brindisi
[u'  ITF44', u'Brindisi']
  ITF45: Lecce
[u'  ITF45', u'Lecce']
  ITF46: Foggia
[u'  ITF46', u'Foggia']
  ITF47: Bari
[u'  ITF47', u'Bari']
  ITF48: Barletta-Andria-Trani
[u'  ITF48', u'Barletta-Andria-Trani']
ITF5: Basilicata
[u'ITF5', u'Basilicata']
  ITF51: Potenza
[u'  ITF51', u'Potenza']
  ITF52: Matera
[u'  ITF52', u'Matera']
ITF6: Calabria
[u'ITF6', u'Calabria']
  ITF61: Cosenza
[u'  ITF61', u'Cosenza']
  ITF62: Crotone
[u'  ITF62', u'Crotone']
  ITF63: Catanzaro
[u'  ITF63', u'Catanzaro']
  ITF64: Vibo Valentia
[u'  ITF64', u'Vibo Valentia']
  ITF65: Reggio di Calabria
[u'  ITF65', u'Reggio di Calabria']
ITG1: Sicily
[u'ITG1', u'Sicily']
  ITG11: Trapani
[u'  ITG11', u'Trapani']
  ITG12: Palermo
[u'  ITG12', u'Palermo']
  ITG13: Messina
[u'  ITG13', u'Messina']
  ITG14: Agrigento
[u'  ITG14', u'Agrigento']
  ITG15: Caltanissetta
[u'  ITG15', u'Caltanissetta']
  ITG16: Enna
[u'  ITG16', u'Enna']
  ITG17: Catania
[u'  ITG17', u'Catania']
  ITG18: Ragusa
[u'  ITG18', u'Ragusa']
  ITG19: Siracusa
[u'  ITG19', u'Siracusa']
ITG2: Sardinia
[u'ITG2', u'Sardinia']
  ITG25: Sassari
[u'  ITG25', u'Sassari']
  ITG26: Nuoro
[u'  ITG26', u'Nuoro']
  ITG27: Cagliari
[u'  ITG27', u'Cagliari']
  ITG28: Oristano
[u'  ITG28', u'Oristano']
  ITG29: Olbia-Tempio
[u'  ITG29', u'Olbia-Tempio']
  ITG2A: Ogliastra
[u'  ITG2A', u'Ogliastra']
  ITG2B: Medio Campidano
[u'  ITG2B', u'Medio Campidano']
  ITG2C: Carbonia-Iglesias
[u'  ITG2C', u'Carbonia-Iglesias']
ITH1: Province of Bolzano-Bozen
[u'ITH1', u'Province of Bolzano-Bozen']
  ITH10: Bolzano-Bozen
[u'  ITH10', u'Bolzano-Bozen']
ITH2: Province of Trento
[u'ITH2', u'Province of Trento']
  ITH20: Trento
[u'  ITH20', u'Trento']
ITH3: Veneto
[u'ITH3', u'Veneto']
  ITH31: Verona
[u'  ITH31', u'Verona']
  ITH32: Vicenza
[u'  ITH32', u'Vicenza']
  ITH33: Belluno
[u'  ITH33', u'Belluno']
  ITH34: Treviso
[u'  ITH34', u'Treviso']
  ITH35: Venice
[u'  ITH35', u'Venice']
  ITH36: Padua
[u'  ITH36', u'Padua']
  ITH37: Rovigo
[u'  ITH37', u'Rovigo']
ITH4: Friuli-Venezia Giulia
[u'ITH4', u'Friuli-Venezia Giulia']
  ITH41: Pordenone
[u'  ITH41', u'Pordenone']
  ITH42: Udine
[u'  ITH42', u'Udine']
  ITH43: Gorizia
[u'  ITH43', u'Gorizia']
  ITH44: Trieste
[u'  ITH44', u'Trieste']
ITH5: Emilia-Romagna
[u'ITH5', u'Emilia-Romagna']
  ITH51: Piacenza
[u'  ITH51', u'Piacenza']
  ITH52: Parma
[u'  ITH52', u'Parma']
  ITH53: Reggio Nell'Emilia
[u'  ITH53', u"Reggio Nell'Emilia"]
  ITH54: Modena
[u'  ITH54', u'Modena']
  ITH55: Bologna
[u'  ITH55', u'Bologna']
  ITH56: Ferrara
[u'  ITH56', u'Ferrara']
  ITH57: Ravenna
[u'  ITH57', u'Ravenna']
  ITH58: Forlì-Cesena
[u'  ITH58', u'Forl\xec-Cesena']
  ITH59: Rimini
[u'  ITH59', u'Rimini']
ITI1: Tuscany
[u'ITI1', u'Tuscany']
  ITI11: Massa-Carrara
[u'  ITI11', u'Massa-Carrara']
  ITI12: Lucca
[u'  ITI12', u'Lucca']
  ITI13: Pistoia
[u'  ITI13', u'Pistoia']
  ITI14: Florence
[u'  ITI14', u'Florence']
  ITI15: Prato
[u'  ITI15', u'Prato']
  ITI16: Livorno
[u'  ITI16', u'Livorno']
  ITI17: Pisa
[u'  ITI17', u'Pisa']
  ITI18: Arezzo
[u'  ITI18', u'Arezzo']
  ITI19: Siena
[u'  ITI19', u'Siena']
  ITI1A: Grosseto
[u'  ITI1A', u'Grosseto']
ITI2: Umbria
[u'ITI2', u'Umbria']
  ITI21: Perugia
[u'  ITI21', u'Perugia']
  ITI22: Terni
[u'  ITI22', u'Terni']
ITI3: Marche
[u'ITI3', u'Marche']
  ITI31: Pesaro e Urbino
[u'  ITI31', u'Pesaro e Urbino']
  ITI32: Ancona
[u'  ITI32', u'Ancona']
  ITI33: Macerata
[u'  ITI33', u'Macerata']
  ITI34: Ascoli Piceno
[u'  ITI34', u'Ascoli Piceno']
  ITI35: Fermo
[u'  ITI35', u'Fermo']
ITI4: Lazio
[u'ITI4', u'Lazio']
  ITI41: Viterbo
[u'  ITI41', u'Viterbo']
  ITI42: Rieti
[u'  ITI42', u'Rieti']
  ITI43: Rome
[u'  ITI43', u'Rome']
  ITI44: Latina
[u'  ITI44', u'Latina']
  ITI45: Frosinone
[u'  ITI45', u'Frosinone']
[u'JPN', u'Japan']
JPA: Hokkaido
[u'JPA', u'Hokkaido']
  JPA01: Hokkaido
[u'  JPA01', u'Hokkaido']
JPB: Tohoku
[u'JPB', u'Tohoku']
  JPB02: Aomori
[u'  JPB02', u'Aomori']
  JPB03: Iwate
[u'  JPB03', u'Iwate']
  JPB04: Miyagi
[u'  JPB04', u'Miyagi']
  JPB05: Akita
[u'  JPB05', u'Akita']
  JPB06: Yamagata
[u'  JPB06', u'Yamagata']
  JPB07: Fukushima
[u'  JPB07', u'Fukushima']
JPC: Northern-Kanto, Koshin
[u'JPC', u'Northern-Kanto, Koshin']
  JPC08: Ibaraki
[u'  JPC08', u'Ibaraki']
  JPC09: Tochigi
[u'  JPC09', u'Tochigi']
  JPC10: Gumma
[u'  JPC10', u'Gumma']
  JPC19: Yamanashi
[u'  JPC19', u'Yamanashi']
  JPC20: Nagano
[u'  JPC20', u'Nagano']
JPD: Southern-Kanto
[u'JPD', u'Southern-Kanto']
  JPD11: Saitama
[u'  JPD11', u'Saitama']
  JPD12: Chiba
[u'  JPD12', u'Chiba']
  JPD13: Tokyo
[u'  JPD13', u'Tokyo']
  JPD14: Kanagawa
[u'  JPD14', u'Kanagawa']
JPE: Hokuriku
[u'JPE', u'Hokuriku']
  JPE15: Niigata
[u'  JPE15', u'Niigata']
  JPE16: Toyama
[u'  JPE16', u'Toyama']
  JPE17: Ishikawa
[u'  JPE17', u'Ishikawa']
  JPE18: Fukui
[u'  JPE18', u'Fukui']
JPF: Toukai
[u'JPF', u'Toukai']
  JPF21: Gifu
[u'  JPF21', u'Gifu']
  JPF22: Shizuoka
[u'  JPF22', u'Shizuoka']
  JPF23: Aichi
[u'  JPF23', u'Aichi']
  JPF24: Mie
[u'  JPF24', u'Mie']
JPG: Kansai region
[u'JPG', u'Kansai region']
  JPG25: Shiga
[u'  JPG25', u'Shiga']
  JPG26: Kyoto
[u'  JPG26', u'Kyoto']
  JPG27: Osaka
[u'  JPG27', u'Osaka']
  JPG28: Hyogo
[u'  JPG28', u'Hyogo']
  JPG29: Nara
[u'  JPG29', u'Nara']
  JPG30: Wakayama
[u'  JPG30', u'Wakayama']
JPH: Chugoku
[u'JPH', u'Chugoku']
  JPH31: Tottori
[u'  JPH31', u'Tottori']
  JPH32: Shimane
[u'  JPH32', u'Shimane']
  JPH33: Okayama
[u'  JPH33', u'Okayama']
  JPH34: Hiroshima
[u'  JPH34', u'Hiroshima']
  JPH35: Yamaguchi
[u'  JPH35', u'Yamaguchi']
JPI: Shikoku
[u'JPI', u'Shikoku']
  JPI36: Tokushima
[u'  JPI36', u'Tokushima']
  JPI37: Kagawa
[u'  JPI37', u'Kagawa']
  JPI38: Ehime
[u'  JPI38', u'Ehime']
  JPI39: Kochi
[u'  JPI39', u'Kochi']
JPJ: Kyushu, Okinawa
[u'JPJ', u'Kyushu, Okinawa']
  JPJ40: Fukuoka
[u'  JPJ40', u'Fukuoka']
  JPJ41: Saga
[u'  JPJ41', u'Saga']
  JPJ42: Nagasaki
[u'  JPJ42', u'Nagasaki']
  JPJ43: Kumamoto
[u'  JPJ43', u'Kumamoto']
  JPJ44: Oita
[u'  JPJ44', u'Oita']
  JPJ45: Miyazaki
[u'  JPJ45', u'Miyazaki']
  JPJ46: Kagoshima
[u'  JPJ46', u'Kagoshima']
  JPJ47: Okinawa
[u'  JPJ47', u'Okinawa']
[u'KOR', u'Korea']
KR01: Capital Region (KR)
[u'KR01', u'Capital Region (KR)']
  KR011: Seoul
[u'  KR011', u'Seoul']
  KR012: Incheon
[u'  KR012', u'Incheon']
  KR013: Gyeonggi-do
[u'  KR013', u'Gyeonggi-do']
KR02: Gyeongnam Region
[u'KR02', u'Gyeongnam Region']
  KR021: Busan
[u'  KR021', u'Busan']
  KR022: Ulsan
[u'  KR022', u'Ulsan']
  KR023: Gyeongsangnam-do
[u'  KR023', u'Gyeongsangnam-do']
KR03: Gyeongbuk Region
[u'KR03', u'Gyeongbuk Region']
  KR031: Daegu
[u'  KR031', u'Daegu']
  KR032: Gyeonsangbuk-do
[u'  KR032', u'Gyeonsangbuk-do']
KR04: Jeolla Region
[u'KR04', u'Jeolla Region']
  KR041: Gwangju
[u'  KR041', u'Gwangju']
  KR042: Jeollabuk-do
[u'  KR042', u'Jeollabuk-do']
  KR043: Jeollanam-do
[u'  KR043', u'Jeollanam-do']
KR05: Chungcheong Region
[u'KR05', u'Chungcheong Region']
  KR051: Daejeon
[u'  KR051', u'Daejeon']
  KR052: Chungcheongbuk-do
[u'  KR052', u'Chungcheongbuk-do']
  KR053: Chungcheongnam-do
[u'  KR053', u'Chungcheongnam-do']
KR06: Gangwon Region
[u'KR06', u'Gangwon Region']
  KR061: Gangwon-do
[u'  KR061', u'Gangwon-do']
KR07: Jeju
[u'KR07', u'Jeju']
  KR071: Jeju-do
[u'  KR071', u'Jeju-do']
[u'LUX', u'Luxembourg']
LU00: Luxembourg
[u'LU00', u'Luxembourg']
  LU000: Luxembourg
[u'  LU000', u'Luxembourg']
[u'MEX', u'Mexico']
ME01: Aguascalientes
[u'ME01', u'Aguascalientes']
  ME01R1: Aguacalientes, R1
[u'  ME01R1', u'Aguacalientes, R1']
  ME01R2: Aguacalientes, R2
[u'  ME01R2', u'Aguacalientes, R2']
ME02: Baja California Norte
[u'ME02', u'Baja California Norte']
  ME02R1: Baja California Norte, R1
[u'  ME02R1', u'Baja California Norte, R1']
  ME02R2: Baja California Norte, R2
[u'  ME02R2', u'Baja California Norte, R2']
  ME02R3: Baja California Norte, R3
[u'  ME02R3', u'Baja California Norte, R3']
  ME02R4: Baja California Norte, R4
[u'  ME02R4', u'Baja California Norte, R4']
ME03: Baja California Sur
[u'ME03', u'Baja California Sur']
  ME03R1: Baja California Sur, R1
[u'  ME03R1', u'Baja California Sur, R1']
  ME03R2: Baja California Sur, R2
[u'  ME03R2', u'Baja California Sur, R2']
  ME03R3: Baja California Sur, R3
[u'  ME03R3', u'Baja California Sur, R3']
  ME03R4: Baja California Sur, R4
[u'  ME03R4', u'Baja California Sur, R4']
ME04: Campeche
[u'ME04', u'Campeche']
  ME04R1: Campeche, R1
[u'  ME04R1', u'Campeche, R1']
  ME04R2: Campeche, R2
[u'  ME04R2', u'Campeche, R2']
  ME04R3: Campeche, R3
[u'  ME04R3', u'Campeche, R3']
  ME04R4: Campeche, R4
[u'  ME04R4', u'Campeche, R4']
ME05: Coahuila
[u'ME05', u'Coahuila']
  ME05R1: Coahuila, R1
[u'  ME05R1', u'Coahuila, R1']
  ME05R2: Coahuila, R2
[u'  ME05R2', u'Coahuila, R2']
  ME05R3: Coahuila, R3
[u'  ME05R3', u'Coahuila, R3']
  ME05R4: Coahuila, R4
[u'  ME05R4', u'Coahuila, R4']
  ME05R5: Coahuila, R5
[u'  ME05R5', u'Coahuila, R5']
  ME05R6: Coahuila, R6
[u'  ME05R6', u'Coahuila, R6']
ME06: Colima
[u'ME06', u'Colima']
  ME06R1: Colima, R1
[u'  ME06R1', u'Colima, R1']
  ME06R2: Colima, R2
[u'  ME06R2', u'Colima, R2']
  ME06R3: Colima, R3
[u'  ME06R3', u'Colima, R3']
ME07: Chiapas
[u'ME07', u'Chiapas']
  ME07R1: Chiapas, R1
[u'  ME07R1', u'Chiapas, R1']
  ME07R2: Chiapas, R2
[u'  ME07R2', u'Chiapas, R2']
  ME07R3: Chiapas, R3
[u'  ME07R3', u'Chiapas, R3']
  ME07R4: Chiapas, R4
[u'  ME07R4', u'Chiapas, R4']
  ME07R5: Chiapas, R5
[u'  ME07R5', u'Chiapas, R5']
  ME07R6: Chiapas, R6
[u'  ME07R6', u'Chiapas, R6']
  ME07R7: Chiapas, R7
[u'  ME07R7', u'Chiapas, R7']
  ME07R8: Chiapas, R8
[u'  ME07R8', u'Chiapas, R8']
  ME07R9: Chiapas, R9
[u'  ME07R9', u'Chiapas, R9']
ME08: Chihuahua
[u'ME08', u'Chihuahua']
  ME08R1: Chihuahua, R1
[u'  ME08R1', u'Chihuahua, R1']
  ME08R10: Chihuahua, R10
[u'  ME08R10', u'Chihuahua, R10']
  ME08R11: Chihuahua, R11
[u'  ME08R11', u'Chihuahua, R11']
  ME08R12: Chihuahua, R12
[u'  ME08R12', u'Chihuahua, R12']
  ME08R13: Chihuahua, R13
[u'  ME08R13', u'Chihuahua, R13']
  ME08R2: Chihuahua, R2
[u'  ME08R2', u'Chihuahua, R2']
  ME08R3: Chihuahua, R3
[u'  ME08R3', u'Chihuahua, R3']
  ME08R4: Chihuahua, R4
[u'  ME08R4', u'Chihuahua, R4']
  ME08R5: Chihuahua, R5
[u'  ME08R5', u'Chihuahua, R5']
  ME08R6: Chihuahua, R6
[u'  ME08R6', u'Chihuahua, R6']
  ME08R7: Chihuahua, R7
[u'  ME08R7', u'Chihuahua, R7']
  ME08R8: Chihuahua, R8
[u'  ME08R8', u'Chihuahua, R8']
  ME08R9: Chihuahua, R9
[u'  ME08R9', u'Chihuahua, R9']
ME09: Federal District (MX)
[u'ME09', u'Federal District (MX)']
  ME09R1: Distrito Federal (MX), R1
[u'  ME09R1', u'Distrito Federal (MX), R1']
  ME09R2: Distrito Federal (MX), R2
[u'  ME09R2', u'Distrito Federal (MX), R2']
ME10: Durango
[u'ME10', u'Durango']
  ME10R1: Durango, R1
[u'  ME10R1', u'Durango, R1']
  ME10R2: Durango, R2
[u'  ME10R2', u'Durango, R2']
  ME10R3: Durango, R3
[u'  ME10R3', u'Durango, R3']
  ME10R4: Durango, R4
[u'  ME10R4', u'Durango, R4']
  ME10R5: Durango, R5
[u'  ME10R5', u'Durango, R5']
  ME10R6: Durango, R6
[u'  ME10R6', u'Durango, R6']
  ME10R7: Durango, R7
[u'  ME10R7', u'Durango, R7']
  ME10R8: Durango, R8
[u'  ME10R8', u'Durango, R8']
  ME10R9: Durango, R9
[u'  ME10R9', u'Durango, R9']
ME11: Guanajuato
[u'ME11', u'Guanajuato']
  ME11R1: Guanajuato, R1
[u'  ME11R1', u'Guanajuato, R1']
  ME11R2: Guanajuato, R2
[u'  ME11R2', u'Guanajuato, R2']
  ME11R3: Guanajuato, R3
[u'  ME11R3', u'Guanajuato, R3']
  ME11R4: Guanajuato, R4
[u'  ME11R4', u'Guanajuato, R4']
ME12: Guerrero
[u'ME12', u'Guerrero']
  ME12R1: Guerrero, R1
[u'  ME12R1', u'Guerrero, R1']
  ME12R2: Guerrero, R2
[u'  ME12R2', u'Guerrero, R2']
  ME12R3: Guerrero, R3
[u'  ME12R3', u'Guerrero, R3']
  ME12R4: Guerrero, R4
[u'  ME12R4', u'Guerrero, R4']
  ME12R5: Guerrero, R5
[u'  ME12R5', u'Guerrero, R5']
  ME12R6: Guerrero, R6
[u'  ME12R6', u'Guerrero, R6']
  ME12R7: Guerrero, R7
[u'  ME12R7', u'Guerrero, R7']
ME13: Hidalgo
[u'ME13', u'Hidalgo']
  ME13R1: Hidalgo, R1
[u'  ME13R1', u'Hidalgo, R1']
  ME13R10: Hidalgo, R10
[u'  ME13R10', u'Hidalgo, R10']
  ME13R11: Hidalgo, R11
[u'  ME13R11', u'Hidalgo, R11']
  ME13R12: Hidalgo, R12
[u'  ME13R12', u'Hidalgo, R12']
  ME13R13: Hidalgo, R13
[u'  ME13R13', u'Hidalgo, R13']
  ME13R2: Hidalgo, R2
[u'  ME13R2', u'Hidalgo, R2']
  ME13R3: Hidalgo, R3
[u'  ME13R3', u'Hidalgo, R3']
  ME13R4: Hidalgo, R4
[u'  ME13R4', u'Hidalgo, R4']
  ME13R5: Hidalgo, R5
[u'  ME13R5', u'Hidalgo, R5']
  ME13R6: Hidalgo, R6
[u'  ME13R6', u'Hidalgo, R6']
  ME13R7: Hidalgo, R7
[u'  ME13R7', u'Hidalgo, R7']
  ME13R8: Hidalgo, R8
[u'  ME13R8', u'Hidalgo, R8']
  ME13R9: Hidalgo, R9
[u'  ME13R9', u'Hidalgo, R9']
ME14: Jalisco
[u'ME14', u'Jalisco']
  ME14R1: Jalisco, R1
[u'  ME14R1', u'Jalisco, R1']
  ME14R10: Jalisco, R10
[u'  ME14R10', u'Jalisco, R10']
  ME14R2: Jalisco, R2
[u'  ME14R2', u'Jalisco, R2']
  ME14R3: Jalisco, R3
[u'  ME14R3', u'Jalisco, R3']
  ME14R4: Jalisco, R4
[u'  ME14R4', u'Jalisco, R4']
  ME14R5: Jalisco, R5
[u'  ME14R5', u'Jalisco, R5']
  ME14R6: Jalisco, R6
[u'  ME14R6', u'Jalisco, R6']
  ME14R7: Jalisco, R7
[u'  ME14R7', u'Jalisco, R7']
  ME14R8: Jalisco, R8
[u'  ME14R8', u'Jalisco, R8']
  ME14R9: Jalisco, R9
[u'  ME14R9', u'Jalisco, R9']
ME15: Mexico
[u'ME15', u'Mexico']
  ME15R1: Mexico, R1
[u'  ME15R1', u'Mexico, R1']
  ME15R2: Mexico, R2
[u'  ME15R2', u'Mexico, R2']
  ME15R3: Mexico, R3
[u'  ME15R3', u'Mexico, R3']
  ME15R4: Mexico, R4
[u'  ME15R4', u'Mexico, R4']
  ME15R5: Mexico, R5
[u'  ME15R5', u'Mexico, R5']
  ME15R6: Mexico, R6
[u'  ME15R6', u'Mexico, R6']
  ME15R7: Mexico, R7
[u'  ME15R7', u'Mexico, R7']
  ME15R8: Mexico, R8
[u'  ME15R8', u'Mexico, R8']
ME16: Michoacan
[u'ME16', u'Michoacan']
  ME16R1: Michoacan, R1
[u'  ME16R1', u'Michoacan, R1']
  ME16R2: Michoacan, R2
[u'  ME16R2', u'Michoacan, R2']
  ME16R3: Michoacan, R3
[u'  ME16R3', u'Michoacan, R3']
  ME16R4: Michoacan, R4
[u'  ME16R4', u'Michoacan, R4']
  ME16R5: Michoacan, R5
[u'  ME16R5', u'Michoacan, R5']
  ME16R6: Michoacan, R6
[u'  ME16R6', u'Michoacan, R6']
ME17: Morelos
[u'ME17', u'Morelos']
  ME17R1: Morelos, R1
[u'  ME17R1', u'Morelos, R1']
  ME17R2: Morelos, R2
[u'  ME17R2', u'Morelos, R2']
  ME17R3: Morelos, R3
[u'  ME17R3', u'Morelos, R3']
  ME17R4: Morelos, R4
[u'  ME17R4', u'Morelos, R4']
  ME17R5: Morelos, R5
[u'  ME17R5', u'Morelos, R5']
  ME17R6: Morelos, R6
[u'  ME17R6', u'Morelos, R6']
  ME17R7: Morelos, R7
[u'  ME17R7', u'Morelos, R7']
ME18: Nayarit
[u'ME18', u'Nayarit']
  ME18R1: Nayarit, R1
[u'  ME18R1', u'Nayarit, R1']
  ME18R2: Nayarit, R2
[u'  ME18R2', u'Nayarit, R2']
  ME18R3: Nayarit, R3
[u'  ME18R3', u'Nayarit, R3']
  ME18R4: Nayarit, R4
[u'  ME18R4', u'Nayarit, R4']
  ME18R5: Nayarit, R5
[u'  ME18R5', u'Nayarit, R5']
ME19: Nuevo Leon
[u'ME19', u'Nuevo Leon']
  ME19R1: Nuevo Leon, R1
[u'  ME19R1', u'Nuevo Leon, R1']
  ME19R2: Nuevo Leon, R2
[u'  ME19R2', u'Nuevo Leon, R2']
  ME19R3: Nuevo Leon, R3
[u'  ME19R3', u'Nuevo Leon, R3']
  ME19R4: Nuevo Leon, R4
[u'  ME19R4', u'Nuevo Leon, R4']
  ME19R5: Nuevo Leon, R5
[u'  ME19R5', u'Nuevo Leon, R5']
  ME19R6: Nuevo Leon, R6
[u'  ME19R6', u'Nuevo Leon, R6']
  ME19R7: Nuevo Leon, R7
[u'  ME19R7', u'Nuevo Leon, R7']
ME20: Oaxaca
[u'ME20', u'Oaxaca']
  ME20R1: Oaxaca, R1
[u'  ME20R1', u'Oaxaca, R1']
  ME20R2: Oaxaca, R2
[u'  ME20R2', u'Oaxaca, R2']
  ME20R3: Oaxaca, R3
[u'  ME20R3', u'Oaxaca, R3']
  ME20R4: Oaxaca, R4
[u'  ME20R4', u'Oaxaca, R4']
  ME20R5: Oaxaca, R5
[u'  ME20R5', u'Oaxaca, R5']
  ME20R6: Oaxaca, R6
[u'  ME20R6', u'Oaxaca, R6']
  ME20R7: Oaxaca, R7
[u'  ME20R7', u'Oaxaca, R7']
  ME20R8: Oaxaca, R8
[u'  ME20R8', u'Oaxaca, R8']
ME21: Puebla
[u'ME21', u'Puebla']
  ME21R1: Puebla, R1
[u'  ME21R1', u'Puebla, R1']
  ME21R2: Puebla, R2
[u'  ME21R2', u'Puebla, R2']
  ME21R3: Puebla, R3
[u'  ME21R3', u'Puebla, R3']
  ME21R4: Puebla, R4
[u'  ME21R4', u'Puebla, R4']
  ME21R5: Puebla, R5
[u'  ME21R5', u'Puebla, R5']
  ME21R6: Puebla, R6
[u'  ME21R6', u'Puebla, R6']
  ME21R7: Puebla, R7
[u'  ME21R7', u'Puebla, R7']
ME22: Queretaro
[u'ME22', u'Queretaro']
  ME22R1: Queretaro, R1
[u'  ME22R1', u'Queretaro, R1']
  ME22R2: Queretaro, R2
[u'  ME22R2', u'Queretaro, R2']
  ME22R3: Queretaro, R3
[u'  ME22R3', u'Queretaro, R3']
  ME22R4: Queretaro, R4
[u'  ME22R4', u'Queretaro, R4']
  ME22R5: Queretaro, R5
[u'  ME22R5', u'Queretaro, R5']
ME23: Quintana Roo
[u'ME23', u'Quintana Roo']
  ME23R1: Quintana Roo, R1
[u'  ME23R1', u'Quintana Roo, R1']
  ME23R2: Quintana Roo, R2
[u'  ME23R2', u'Quintana Roo, R2']
  ME23R3: Quintana Roo, R3
[u'  ME23R3', u'Quintana Roo, R3']
  ME23R4: Quintana Roo, R4
[u'  ME23R4', u'Quintana Roo, R4']
ME24: San Luis Potosi
[u'ME24', u'San Luis Potosi']
  ME24R1: San Luis Potosi, R1
[u'  ME24R1', u'San Luis Potosi, R1']
  ME24R2: San Luis Potosi, R2
[u'  ME24R2', u'San Luis Potosi, R2']
  ME24R3: San Luis Potosi, R3
[u'  ME24R3', u'San Luis Potosi, R3']
  ME24R4: San Luis Potosi, R4
[u'  ME24R4', u'San Luis Potosi, R4']
ME25: Sinaloa
[u'ME25', u'Sinaloa']
  ME25R1: Sinaloa, R1
[u'  ME25R1', u'Sinaloa, R1']
  ME25R2: Sinaloa, R2
[u'  ME25R2', u'Sinaloa, R2']
  ME25R3: Sinaloa, R3
[u'  ME25R3', u'Sinaloa, R3']
  ME25R4: Sinaloa, R4
[u'  ME25R4', u'Sinaloa, R4']
  ME25R5: Sinaloa, R5
[u'  ME25R5', u'Sinaloa, R5']
ME26: Sonora
[u'ME26', u'Sonora']
  ME26R1: Sonora, R1
[u'  ME26R1', u'Sonora, R1']
  ME26R10: Sonora, R10
[u'  ME26R10', u'Sonora, R10']
  ME26R11: Sonora, R11
[u'  ME26R11', u'Sonora, R11']
  ME26R12: Sonora, R12
[u'  ME26R12', u'Sonora, R12']
  ME26R2: Sonora, R2
[u'  ME26R2', u'Sonora, R2']
  ME26R3: Sonora, R3
[u'  ME26R3', u'Sonora, R3']
  ME26R4: Sonora, R4
[u'  ME26R4', u'Sonora, R4']
  ME26R5: Sonora, R5
[u'  ME26R5', u'Sonora, R5']
  ME26R6: Sonora, R6
[u'  ME26R6', u'Sonora, R6']
  ME26R7: Sonora, R7
[u'  ME26R7', u'Sonora, R7']
  ME26R8: Sonora, R8
[u'  ME26R8', u'Sonora, R8']
  ME26R9: Sonora, R9
[u'  ME26R9', u'Sonora, R9']
ME27: Tabasco
[u'ME27', u'Tabasco']
  ME27R1: Tabasco, R1
[u'  ME27R1', u'Tabasco, R1']
  ME27R2: Tabasco, R2
[u'  ME27R2', u'Tabasco, R2']
  ME27R3: Tabasco, R3
[u'  ME27R3', u'Tabasco, R3']
  ME27R4: Tabasco, R4
[u'  ME27R4', u'Tabasco, R4']
ME28: Tamaulipas
[u'ME28', u'Tamaulipas']
  ME28R1: Tamaulipas, R1
[u'  ME28R1', u'Tamaulipas, R1']
  ME28R2: Tamaulipas, R2
[u'  ME28R2', u'Tamaulipas, R2']
  ME28R3: Tamaulipas, R3
[u'  ME28R3', u'Tamaulipas, R3']
  ME28R4: Tamaulipas, R4
[u'  ME28R4', u'Tamaulipas, R4']
ME29: Tlaxcala
[u'ME29', u'Tlaxcala']
  ME29R1: Tlaxcala, R1
[u'  ME29R1', u'Tlaxcala, R1']
  ME29R2: Tlaxcala, R2
[u'  ME29R2', u'Tlaxcala, R2']
  ME29R3: Tlaxcala, R3
[u'  ME29R3', u'Tlaxcala, R3']
  ME29R4: Tlaxcala, R4
[u'  ME29R4', u'Tlaxcala, R4']
  ME29R5: Tlaxcala, R5
[u'  ME29R5', u'Tlaxcala, R5']
  ME29R6: Tlaxcala, R6
[u'  ME29R6', u'Tlaxcala, R6']
  ME29R7: Tlaxcala, R7
[u'  ME29R7', u'Tlaxcala, R7']
  ME29R8: Tlaxcala, R8
[u'  ME29R8', u'Tlaxcala, R8']
  ME29R9: Tlaxcala, R9
[u'  ME29R9', u'Tlaxcala, R9']
ME30: Veracruz
[u'ME30', u'Veracruz']
  ME30R1: Veracruz, R1
[u'  ME30R1', u'Veracruz, R1']
  ME30R2: Veracruz, R2
[u'  ME30R2', u'Veracruz, R2']
  ME30R3: Veracruz, R3
[u'  ME30R3', u'Veracruz, R3']
  ME30R4: Veracruz, R4
[u'  ME30R4', u'Veracruz, R4']
  ME30R5: Veracruz, R5
[u'  ME30R5', u'Veracruz, R5']
  ME30R6: Veracruz, R6
[u'  ME30R6', u'Veracruz, R6']
  ME30R7: Veracruz, R7
[u'  ME30R7', u'Veracruz, R7']
ME31: Yucatan
[u'ME31', u'Yucatan']
  ME31R1: Yucatan, R1
[u'  ME31R1', u'Yucatan, R1']
  ME31R2: Yucatan, R2
[u'  ME31R2', u'Yucatan, R2']
  ME31R3: Yucatan, R3
[u'  ME31R3', u'Yucatan, R3']
  ME31R4: Yucatan, R4
[u'  ME31R4', u'Yucatan, R4']
  ME31R5: Yucatan, R5
[u'  ME31R5', u'Yucatan, R5']
  ME31R6: Yucatan, R6
[u'  ME31R6', u'Yucatan, R6']
  ME31R7: Yucatan, R7
[u'  ME31R7', u'Yucatan, R7']
  ME31R8: Yucatan, R8
[u'  ME31R8', u'Yucatan, R8']
ME32: Zacatecas
[u'ME32', u'Zacatecas']
  ME32R1: Zacatecas, R1
[u'  ME32R1', u'Zacatecas, R1']
  ME32R2: Zacatecas, R2
[u'  ME32R2', u'Zacatecas, R2']
  ME32R3: Zacatecas, R3
[u'  ME32R3', u'Zacatecas, R3']
  ME32R4: Zacatecas, R4
[u'  ME32R4', u'Zacatecas, R4']
  ME32R5: Zacatecas, R5
[u'  ME32R5', u'Zacatecas, R5']
  ME32R6: Zacatecas, R6
[u'  ME32R6', u'Zacatecas, R6']
  ME32R7: Zacatecas, R7
[u'  ME32R7', u'Zacatecas, R7']
  ME32R8: Zacatecas, R8
[u'  ME32R8', u'Zacatecas, R8']
  ME32R9: Zacatecas, R9
[u'  ME32R9', u'Zacatecas, R9']
[u'NLD', u'Netherlands']
NL11: Groningen
[u'NL11', u'Groningen']
NL12: Friesland
[u'NL12', u'Friesland']
NL13: Drenthe
[u'NL13', u'Drenthe']
  NL21: Overijssel
[u'  NL21', u'Overijssel']
  NL22: Gelderland
[u'  NL22', u'Gelderland']
  NL23: Flevoland
[u'  NL23', u'Flevoland']
  NL31: Utrecht
[u'  NL31', u'Utrecht']
  NL32: North Holland
[u'  NL32', u'North Holland']
  NL33: South Holland
[u'  NL33', u'South Holland']
  NL34: Zeeland
[u'  NL34', u'Zeeland']
  NL41: North Brabant
[u'  NL41', u'North Brabant']
  NL42: Limburg (NL)
[u'  NL42', u'Limburg (NL)']
[u'NZL', u'New Zealand']
  NZ011: Northland Region
[u'  NZ011', u'Northland Region']
  NZ012: Auckland Region
[u'  NZ012', u'Auckland Region']
  NZ013: Waikato Region
[u'  NZ013', u'Waikato Region']
  NZ014: Bay of Plenty Region
[u'  NZ014', u'Bay of Plenty Region']
  NZ015: Gisborne Region
[u'  NZ015', u'Gisborne Region']
  NZ016: Hawke's Bay Region
[u'  NZ016', u"Hawke's Bay Region"]
  NZ017: Taranaki Region
[u'  NZ017', u'Taranaki Region']
  NZ018: Manawatu-Wanganui Region
[u'  NZ018', u'Manawatu-Wanganui Region']
  NZ019: Wellington Region
[u'  NZ019', u'Wellington Region']
  NZ021: Tasman-Nelson-Marlborough
[u'  NZ021', u'Tasman-Nelson-Marlborough']
  NZ022: West Coast Region
[u'  NZ022', u'West Coast Region']
  NZ023: Canterbury Region
[u'  NZ023', u'Canterbury Region']
  NZ024: Otago Region
[u'  NZ024', u'Otago Region']
  NZ025: Southland Region
[u'  NZ025', u'Southland Region']
[u'NOR', u'Norway']
NO01: Oslo and Akershus
[u'NO01', u'Oslo and Akershus']
  NO011: Oslo
[u'  NO011', u'Oslo']
  NO012: Akershus
[u'  NO012', u'Akershus']
NO02: Hedmark and Oppland
[u'NO02', u'Hedmark and Oppland']
  NO021: Hedmark
[u'  NO021', u'Hedmark']
  NO022: Oppland
[u'  NO022', u'Oppland']
NO03: South-Eastern Norway
[u'NO03', u'South-Eastern Norway']
  NO031: Østfold
[u'  NO031', u'\xd8stfold']
  NO032: Buskerud
[u'  NO032', u'Buskerud']
  NO033: Vestfold
[u'  NO033', u'Vestfold']
  NO034: Telemark
[u'  NO034', u'Telemark']
NO04: Agder and Rogaland
[u'NO04', u'Agder and Rogaland']
  NO041: Aust-Agder
[u'  NO041', u'Aust-Agder']
  NO042: Vest-Agder
[u'  NO042', u'Vest-Agder']
  NO043: Rogaland
[u'  NO043', u'Rogaland']
NO05: Western Norway
[u'NO05', u'Western Norway']
  NO051: Hordaland
[u'  NO051', u'Hordaland']
  NO052: Sogn og Fjordane
[u'  NO052', u'Sogn og Fjordane']
  NO053: Møre og Romsdal
[u'  NO053', u'M\xf8re og Romsdal']
NO06: Trøndelag
[u'NO06', u'Tr\xf8ndelag']
  NO061: Sør-Trøndelag
[u'  NO061', u'S\xf8r-Tr\xf8ndelag']
  NO062: Nord-Trøndelag
[u'  NO062', u'Nord-Tr\xf8ndelag']
NO07: Northern Norway
[u'NO07', u'Northern Norway']
  NO071: Nordland
[u'  NO071', u'Nordland']
  NO072: Troms
[u'  NO072', u'Troms']
  NO073: Finnmark
[u'  NO073', u'Finnmark']
[u'POL', u'Poland']
PL11: Lodzkie
[u'PL11', u'Lodzkie']
  PL113: City of Lódz
[u'  PL113', u'City of L\xf3dz']
  PL114: Lódzki
[u'  PL114', u'L\xf3dzki']
  PL115: Piotrkowski
[u'  PL115', u'Piotrkowski']
  PL116: Sieradzki
[u'  PL116', u'Sieradzki']
  PL117: Skierniewicki
[u'  PL117', u'Skierniewicki']
PL12: Mazovia
[u'PL12', u'Mazovia']
  PL121: Ciechanowsko-Plocki
[u'  PL121', u'Ciechanowsko-Plocki']
  PL122: Ostrolecko-Siedlecki
[u'  PL122', u'Ostrolecko-Siedlecki']
  PL127: City of Warsaw
[u'  PL127', u'City of Warsaw']
  PL128: Radomski
[u'  PL128', u'Radomski']
  PL129: Warsaw-East
[u'  PL129', u'Warsaw-East']
  PL12A: Warsaw-West
[u'  PL12A', u'Warsaw-West']
PL21: Lesser Poland
[u'PL21', u'Lesser Poland']
  PL213: City of Krakow
[u'  PL213', u'City of Krakow']
  PL214: Krakowski
[u'  PL214', u'Krakowski']
  PL215: Nowosadecki
[u'  PL215', u'Nowosadecki']
  PL216: Oswiecimski
[u'  PL216', u'Oswiecimski']
  PL217: Tarnowski
[u'  PL217', u'Tarnowski']
PL22: Silesia
[u'PL22', u'Silesia']
  PL224: Czestochowski
[u'  PL224', u'Czestochowski']
  PL225: Bielski
[u'  PL225', u'Bielski']
  PL227: Rybnicki
[u'  PL227', u'Rybnicki']
  PL228: Bytomski
[u'  PL228', u'Bytomski']
  PL229: Gliwicki
[u'  PL229', u'Gliwicki']
  PL22A: Katowicki
[u'  PL22A', u'Katowicki']
  PL22B: Sosnowiecki
[u'  PL22B', u'Sosnowiecki']
  PL22C: Tyski
[u'  PL22C', u'Tyski']
PL31: Lublin Province
[u'PL31', u'Lublin Province']
  PL311: Bialski
[u'  PL311', u'Bialski']
  PL312: Chelmsko-Zamojski
[u'  PL312', u'Chelmsko-Zamojski']
  PL314: Lubelski
[u'  PL314', u'Lubelski']
  PL315: Pulawski
[u'  PL315', u'Pulawski']
PL32: Podkarpacia
[u'PL32', u'Podkarpacia']
  PL323: Krosnienski
[u'  PL323', u'Krosnienski']
  PL324: Przemyski
[u'  PL324', u'Przemyski']
  PL325: Rzeszowski
[u'  PL325', u'Rzeszowski']
  PL326: Tarnobrzeski
[u'  PL326', u'Tarnobrzeski']
PL33: Swietokrzyskie
[u'PL33', u'Swietokrzyskie']
  PL331: Kielecki
[u'  PL331', u'Kielecki']
  PL332: Sandomiersko-Jedrzejowski
[u'  PL332', u'Sandomiersko-Jedrzejowski']
PL34: Podlasie
[u'PL34', u'Podlasie']
  PL343: Bialostocki
[u'  PL343', u'Bialostocki']
  PL344: Lomzynski
[u'  PL344', u'Lomzynski']
  PL345: Suwalski
[u'  PL345', u'Suwalski']
PL41: Greater Poland
[u'PL41', u'Greater Poland']
  PL411: Pilski
[u'  PL411', u'Pilski']
  PL414: Koninski
[u'  PL414', u'Koninski']
  PL415: City of Poznan
[u'  PL415', u'City of Poznan']
  PL416: Kaliski
[u'  PL416', u'Kaliski']
  PL417: Leszczynski
[u'  PL417', u'Leszczynski']
  PL418: Poznanski
[u'  PL418', u'Poznanski']
PL42: West Pomerania
[u'PL42', u'West Pomerania']
  PL422: Koszalinski
[u'  PL422', u'Koszalinski']
  PL423: Stargardzki
[u'  PL423', u'Stargardzki']
  PL424: City of Szczecin
[u'  PL424', u'City of Szczecin']
  PL425: Szczecinski
[u'  PL425', u'Szczecinski']
PL43: Lubusz
[u'PL43', u'Lubusz']
  PL431: Gorzowski
[u'  PL431', u'Gorzowski']
  PL432: Zielonogórski
[u'  PL432', u'Zielonog\xf3rski']
PL51: Lower Silesia
[u'PL51', u'Lower Silesia']
  PL514: City of Wroclaw
[u'  PL514', u'City of Wroclaw']
  PL515: Jeleniogórski
[u'  PL515', u'Jeleniog\xf3rski']
  PL516: Legnicko-Glogowski
[u'  PL516', u'Legnicko-Glogowski']
  PL517: Walbrzyski
[u'  PL517', u'Walbrzyski']
  PL518: Wroclawski
[u'  PL518', u'Wroclawski']
PL52: Opole region
[u'PL52', u'Opole region']
  PL521: Nyski
[u'  PL521', u'Nyski']
  PL522: Opolski
[u'  PL522', u'Opolski']
PL61: Kuyavian-Pomerania
[u'PL61', u'Kuyavian-Pomerania']
  PL613: Bydgosko-Torunski
[u'  PL613', u'Bydgosko-Torunski']
  PL614: Grudziadzki
[u'  PL614', u'Grudziadzki']
  PL615: Wloclawski
[u'  PL615', u'Wloclawski']
PL62: Warmian-Masuria
[u'PL62', u'Warmian-Masuria']
  PL621: Elblaski
[u'  PL621', u'Elblaski']
  PL622: Olsztynski
[u'  PL622', u'Olsztynski']
  PL623: Elcki
[u'  PL623', u'Elcki']
PL63: Pomerania
[u'PL63', u'Pomerania']
  PL631: Slupski
[u'  PL631', u'Slupski']
  PL633: Trojmiejski
[u'  PL633', u'Trojmiejski']
  PL634: Gdanski
[u'  PL634', u'Gdanski']
  PL635: Starogardzki
[u'  PL635', u'Starogardzki']
[u'PRT', u'Portugal']
PT11: North (PT)
[u'PT11', u'North (PT)']
  PT111: Alto Minho
[u'  PT111', u'Alto Minho']
  PT112: Cávado
[u'  PT112', u'C\xe1vado']
  PT119: Ave
[u'  PT119', u'Ave']
  PT11A: Metropolitan area of Porto
[u'  PT11A', u'Metropolitan area of Porto']
  PT11B: Alto Tâmega
[u'  PT11B', u'Alto T\xe2mega']
  PT11C: Tâmega e Sousa
[u'  PT11C', u'T\xe2mega e Sousa']
  PT11D: Douro
[u'  PT11D', u'Douro']
  PT11E: Terras de Trás-os-Montes
[u'  PT11E', u'Terras de Tr\xe1s-os-Montes']
PT15: Algarve
[u'PT15', u'Algarve']
  PT150: Algarve
[u'  PT150', u'Algarve']
PT16: Central Portugal
[u'PT16', u'Central Portugal']
  PT16B: Oeste
[u'  PT16B', u'Oeste']
  PT16D: Região de Aveiro
[u'  PT16D', u'Regi\xe3o de Aveiro']
  PT16E: Região de Coimbra
[u'  PT16E', u'Regi\xe3o de Coimbra']
  PT16F: Região de Leiria
[u'  PT16F', u'Regi\xe3o de Leiria']
  PT16G: Viseu Dão Lafões
[u'  PT16G', u'Viseu D\xe3o Laf\xf5es']
  PT16H: Beira Baixa
[u'  PT16H', u'Beira Baixa']
  PT16I: Médio Tejo
[u'  PT16I', u'M\xe9dio Tejo']
  PT16J: Beiras e Serra da Estrela
[u'  PT16J', u'Beiras e Serra da Estrela']
PT17: Lisbon
[u'PT17', u'Lisbon']
  PT170: Metropolitan area of Lisbon
[u'  PT170', u'Metropolitan area of Lisbon']
PT18: Alentejo
[u'PT18', u'Alentejo']
  PT181: Alentejo Litoral
[u'  PT181', u'Alentejo Litoral']
  PT184: Baixo Alentejo
[u'  PT184', u'Baixo Alentejo']
  PT185: Lezíria do Tejo
[u'  PT185', u'Lez\xedria do Tejo']
  PT186: Alto Alentejo
[u'  PT186', u'Alto Alentejo']
  PT187: Alentejo Central
[u'  PT187', u'Alentejo Central']
PT20: Azores (PT)
[u'PT20', u'Azores (PT)']
  PT200: R. A. Açores
[u'  PT200', u'R. A. A\xe7ores']
PT30: Madeira (PT)
[u'PT30', u'Madeira (PT)']
  PT300: R. A. Madeira
[u'  PT300', u'R. A. Madeira']
  PT111_2002: Minho-Lima
[u'  PT111_2002', u'Minho-Lima']
  PT112_2002: Cávado
[u'  PT112_2002', u'C\xe1vado']
  PT113_2002: Ave
[u'  PT113_2002', u'Ave']
  PT114_2002: Grande Porto
[u'  PT114_2002', u'Grande Porto']
  PT115_2002: Tâmega
[u'  PT115_2002', u'T\xe2mega']
  PT116_2002: Entre Douro e Vouga
[u'  PT116_2002', u'Entre Douro e Vouga']
  PT117_2002: Douro
[u'  PT117_2002', u'Douro']
  PT118_2002: Alto Trás-os-Montes
[u'  PT118_2002', u'Alto Tr\xe1s-os-Montes']
  PT150_2002: Algarve
[u'  PT150_2002', u'Algarve']
  PT161_2002: Baixo Vouga
[u'  PT161_2002', u'Baixo Vouga']
  PT162_2002: Baixo Mondego
[u'  PT162_2002', u'Baixo Mondego']
  PT163_2002: Pinhal Litoral
[u'  PT163_2002', u'Pinhal Litoral']
  PT164_2002: Pinhal Interior Norte
[u'  PT164_2002', u'Pinhal Interior Norte']
  PT165_2002: Dão-Lafões
[u'  PT165_2002', u'D\xe3o-Laf\xf5es']
  PT166_2002: Pinhal Interior Sul
[u'  PT166_2002', u'Pinhal Interior Sul']
  PT167_2002: Serra da Estrela
[u'  PT167_2002', u'Serra da Estrela']
  PT168_2002: Beira Interior Norte
[u'  PT168_2002', u'Beira Interior Norte']
  PT169_2002: Beira Interior Sul
[u'  PT169_2002', u'Beira Interior Sul']
  PT16A_2002: Cova da Beira
[u'  PT16A_2002', u'Cova da Beira']
  PT16B_2002: Oeste
[u'  PT16B_2002', u'Oeste']
  PT16C_2002: Médio Tejo
[u'  PT16C_2002', u'M\xe9dio Tejo']
  PT171_2002: Grande Lisboa
[u'  PT171_2002', u'Grande Lisboa']
  PT172_2002: Península de Setúbal
[u'  PT172_2002', u'Pen\xednsula de Set\xfabal']
  PT181_2002: Alentejo Litoral
[u'  PT181_2002', u'Alentejo Litoral']
  PT182_2002: Alto Alentejo
[u'  PT182_2002', u'Alto Alentejo']
  PT183_2002: Alentejo Central
[u'  PT183_2002', u'Alentejo Central']
  PT184_2002: Baixo Alentejo
[u'  PT184_2002', u'Baixo Alentejo']
  PT185_2002: Lezíria do Tejo
[u'  PT185_2002', u'Lez\xedria do Tejo']
  PT200_2002: Azores (PT)
[u'  PT200_2002', u'Azores (PT)']
  PT300_2002: Madeira (PT)
[u'  PT300_2002', u'Madeira (PT)']
[u'SVK', u'Slovak Republic']
SK01: Bratislava Region
[u'SK01', u'Bratislava Region']
  SK010: Bratislava Region
[u'  SK010', u'Bratislava Region']
SK02: West Slovakia
[u'SK02', u'West Slovakia']
  SK021: Trnava Region
[u'  SK021', u'Trnava Region']
  SK022: Trencín Region
[u'  SK022', u'Trenc\xedn Region']
  SK023: Nitra Region
[u'  SK023', u'Nitra Region']
SK03: Central Slovakia
[u'SK03', u'Central Slovakia']
  SK031: Žilina Region
[u'  SK031', u'\u017dilina Region']
  SK032: Banská Bystrica Region
[u'  SK032', u'Bansk\xe1 Bystrica Region']
SK04: East Slovakia
[u'SK04', u'East Slovakia']
  SK041: Prešov Region
[u'  SK041', u'Pre\u0161ov Region']
  SK042: Košice Region
[u'  SK042', u'Ko\u0161ice Region']
[u'SVN', u'Slovenia']
SI01: Eastern Slovenia
[u'SI01', u'Eastern Slovenia']
  SI011: Mura
[u'  SI011', u'Mura']
  SI012: Drava
[u'  SI012', u'Drava']
  SI013: Carinthia
[u'  SI013', u'Carinthia']
  SI014: Savinja
[u'  SI014', u'Savinja']
  SI015: Central Sava
[u'  SI015', u'Central Sava']
  SI016: Lower Sava
[u'  SI016', u'Lower Sava']
  SI017: Southeast Slovenia
[u'  SI017', u'Southeast Slovenia']
  SI018: Inner-Karst
[u'  SI018', u'Inner-Karst']
SI02: Western Slovenia
[u'SI02', u'Western Slovenia']
  SI021: Central Slovenia
[u'  SI021', u'Central Slovenia']
  SI022: Upper Carniola
[u'  SI022', u'Upper Carniola']
  SI023: Goriska
[u'  SI023', u'Goriska']
  SI024: Coastal-Karst
[u'  SI024', u'Coastal-Karst']
[u'ESP', u'Spain']
ES11: Galicia
[u'ES11', u'Galicia']
  ES111: La Corunna
[u'  ES111', u'La Corunna']
  ES112: Lugo
[u'  ES112', u'Lugo']
  ES113: Orense
[u'  ES113', u'Orense']
  ES114: Pontevedra
[u'  ES114', u'Pontevedra']
ES12: Asturias
[u'ES12', u'Asturias']
  ES120: Asturias
[u'  ES120', u'Asturias']
ES13: Cantabria
[u'ES13', u'Cantabria']
  ES130: Cantabria
[u'  ES130', u'Cantabria']
ES21: Basque Country
[u'ES21', u'Basque Country']
  ES211: Álava
[u'  ES211', u'\xc1lava']
  ES212: Guipuscoa
[u'  ES212', u'Guipuscoa']
  ES213: Biscay
[u'  ES213', u'Biscay']
ES22: Navarra
[u'ES22', u'Navarra']
  ES220: Navarre
[u'  ES220', u'Navarre']
ES23: La Rioja
[u'ES23', u'La Rioja']
  ES230: La Rioja (ES)
[u'  ES230', u'La Rioja (ES)']
ES24: Aragon
[u'ES24', u'Aragon']
  ES241: Huesca
[u'  ES241', u'Huesca']
  ES242: Teruel
[u'  ES242', u'Teruel']
  ES243: Saragossa
[u'  ES243', u'Saragossa']
ES30: Madrid
[u'ES30', u'Madrid']
  ES300: Madrid
[u'  ES300', u'Madrid']
ES41: Castile and León
[u'ES41', u'Castile and Le\xf3n']
  ES411: Ávila
[u'  ES411', u'\xc1vila']
  ES412: Burgos
[u'  ES412', u'Burgos']
  ES413: León
[u'  ES413', u'Le\xf3n']
  ES414: Palencia
[u'  ES414', u'Palencia']
  ES415: Salamanca
[u'  ES415', u'Salamanca']
  ES416: Segovia
[u'  ES416', u'Segovia']
  ES417: Soria
[u'  ES417', u'Soria']
  ES418: Valladolid
[u'  ES418', u'Valladolid']
  ES419: Zamora
[u'  ES419', u'Zamora']
ES42: Castile-La Mancha
[u'ES42', u'Castile-La Mancha']
  ES421: Albacete
[u'  ES421', u'Albacete']
  ES422: Ciudad Real
[u'  ES422', u'Ciudad Real']
  ES423: Cuenca
[u'  ES423', u'Cuenca']
  ES424: Guadalajara
[u'  ES424', u'Guadalajara']
  ES425: Toledo
[u'  ES425', u'Toledo']
ES43: Extremadura
[u'ES43', u'Extremadura']
  ES431: Badajoz
[u'  ES431', u'Badajoz']
  ES432: Cáceres
[u'  ES432', u'C\xe1ceres']
ES51: Catalonia
[u'ES51', u'Catalonia']
  ES511: Barcelona
[u'  ES511', u'Barcelona']
  ES512: Gerona
[u'  ES512', u'Gerona']
  ES513: Lérida
[u'  ES513', u'L\xe9rida']
  ES514: Tarragona
[u'  ES514', u'Tarragona']
ES52: Valencia
[u'ES52', u'Valencia']
  ES521: Alicante
[u'  ES521', u'Alicante']
  ES522: Castellón
[u'  ES522', u'Castell\xf3n']
  ES523: Valencia
[u'  ES523', u'Valencia']
ES53: Balearic Islands
[u'ES53', u'Balearic Islands']
  ES531: Eivissa Y Formentera
[u'  ES531', u'Eivissa Y Formentera']
  ES532: Mallorca
[u'  ES532', u'Mallorca']
  ES533: Menorca
[u'  ES533', u'Menorca']
ES61: Andalusia
[u'ES61', u'Andalusia']
  ES611: Almería
[u'  ES611', u'Almer\xeda']
  ES612: Cádiz
[u'  ES612', u'C\xe1diz']
  ES613: Cordoba (ES)
[u'  ES613', u'Cordoba (ES)']
  ES614: Granada
[u'  ES614', u'Granada']
  ES615: Huelva
[u'  ES615', u'Huelva']
  ES616: Jaén
[u'  ES616', u'Ja\xe9n']
  ES617: Málaga
[u'  ES617', u'M\xe1laga']
  ES618: Seville
[u'  ES618', u'Seville']
ES62: Murcia
[u'ES62', u'Murcia']
  ES620: Murcia
[u'  ES620', u'Murcia']
ES63: Ceuta
[u'ES63', u'Ceuta']
  ES630: Ceuta (ES)
[u'  ES630', u'Ceuta (ES)']
ES64: Melilla
[u'ES64', u'Melilla']
  ES640: Melilla (ES)
[u'  ES640', u'Melilla (ES)']
ES70: Canary Islands
[u'ES70', u'Canary Islands']
  ES703: El Hierro
[u'  ES703', u'El Hierro']
  ES704: Fuerteventura
[u'  ES704', u'Fuerteventura']
  ES705: Gran Canaria
[u'  ES705', u'Gran Canaria']
  ES706: La Gomera
[u'  ES706', u'La Gomera']
  ES707: La Palma
[u'  ES707', u'La Palma']
  ES708: Lanzarote
[u'  ES708', u'Lanzarote']
  ES709: Tenerife
[u'  ES709', u'Tenerife']
[u'SWE', u'Sweden']
SE11: Stockholm
[u'SE11', u'Stockholm']
  SE110: Stockholm County
[u'  SE110', u'Stockholm County']
SE12: East Middle Sweden
[u'SE12', u'East Middle Sweden']
  SE121: Uppsala County
[u'  SE121', u'Uppsala County']
  SE122: Södermanland County
[u'  SE122', u'S\xf6dermanland County']
  SE123: Östergötland County
[u'  SE123', u'\xd6sterg\xf6tland County']
  SE124: Örebro County
[u'  SE124', u'\xd6rebro County']
  SE125: Västmanland County
[u'  SE125', u'V\xe4stmanland County']
SE21: Småland with Islands
[u'SE21', u'Sm\xe5land with Islands']
  SE211: Jönköping County
[u'  SE211', u'J\xf6nk\xf6ping County']
  SE212: Kronoberg County
[u'  SE212', u'Kronoberg County']
  SE213: Kalmar County
[u'  SE213', u'Kalmar County']
  SE214: Gotland County
[u'  SE214', u'Gotland County']
SE22: South Sweden
[u'SE22', u'South Sweden']
  SE221: Blekinge County
[u'  SE221', u'Blekinge County']
  SE224: Skåne County
[u'  SE224', u'Sk\xe5ne County']
SE23: West Sweden
[u'SE23', u'West Sweden']
  SE231: Halland County
[u'  SE231', u'Halland County']
  SE232: Västra Götaland County
[u'  SE232', u'V\xe4stra G\xf6taland County']
SE31: North Middle Sweden
[u'SE31', u'North Middle Sweden']
  SE311: Värmlands County
[u'  SE311', u'V\xe4rmlands County']
  SE312: Dalarna County
[u'  SE312', u'Dalarna County']
  SE313: Gävleborg County
[u'  SE313', u'G\xe4vleborg County']
SE32: Central Norrland
[u'SE32', u'Central Norrland']
  SE321: Västernorrland County
[u'  SE321', u'V\xe4sternorrland County']
  SE322: Jämtland County
[u'  SE322', u'J\xe4mtland County']
SE33: Upper Norrland
[u'SE33', u'Upper Norrland']
  SE331: Västerbottens County
[u'  SE331', u'V\xe4sterbottens County']
  SE332: Norrbottens County
[u'  SE332', u'Norrbottens County']
[u'CHE', u'Switzerland']
CH01: Lake Geneva Region
[u'CH01', u'Lake Geneva Region']
  CH011: Vaud
[u'  CH011', u'Vaud']
  CH012: Valais
[u'  CH012', u'Valais']
  CH013: Genève
[u'  CH013', u'Gen\xe8ve']
CH02: Espace Mittelland
[u'CH02', u'Espace Mittelland']
  CH021: Bern
[u'  CH021', u'Bern']
  CH022: Fribourg (CH)
[u'  CH022', u'Fribourg (CH)']
  CH023: Solothurn
[u'  CH023', u'Solothurn']
  CH024: Neuchâtel
[u'  CH024', u'Neuch\xe2tel']
  CH025: Jura (CH)
[u'  CH025', u'Jura (CH)']
CH03: Northwestern Switzerland
[u'CH03', u'Northwestern Switzerland']
  CH031: Basel-Stadt
[u'  CH031', u'Basel-Stadt']
  CH032: Basel-Landschaft
[u'  CH032', u'Basel-Landschaft']
  CH033: Aargau
[u'  CH033', u'Aargau']
CH04: Zurich
[u'CH04', u'Zurich']
  CH040: Zürich
[u'  CH040', u'Z\xfcrich']
CH05: Eastern Switzerland
[u'CH05', u'Eastern Switzerland']
  CH051: Glarus
[u'  CH051', u'Glarus']
  CH052: Schaffhausen
[u'  CH052', u'Schaffhausen']
  CH053: Appenzell Ausserrhoden
[u'  CH053', u'Appenzell Ausserrhoden']
  CH054: Appenzell Innerrhoden
[u'  CH054', u'Appenzell Innerrhoden']
  CH055: St. Gallen
[u'  CH055', u'St. Gallen']
  CH056: Graubünden
[u'  CH056', u'Graub\xfcnden']
  CH057: Thurgau
[u'  CH057', u'Thurgau']
CH06: Central Switzerland
[u'CH06', u'Central Switzerland']
  CH061: Lucerne
[u'  CH061', u'Lucerne']
  CH062: Uri
[u'  CH062', u'Uri']
  CH063: Schwyz
[u'  CH063', u'Schwyz']
  CH064: Obwalden
[u'  CH064', u'Obwalden']
  CH065: Nidwalden
[u'  CH065', u'Nidwalden']
  CH066: Zug
[u'  CH066', u'Zug']
CH07: Ticino
[u'CH07', u'Ticino']
  CH070: Ticino
[u'  CH070', u'Ticino']
[u'TUR', u'Turkey']
TR10: Istanbul
[u'TR10', u'Istanbul']
  TR100: Istanbul
[u'  TR100', u'Istanbul']
TR21: Thrace
[u'TR21', u'Thrace']
  TR211: Tekirdag
[u'  TR211', u'Tekirdag']
  TR212: Edirne
[u'  TR212', u'Edirne']
  TR213: Kirklareli
[u'  TR213', u'Kirklareli']
TR22: Southern Marmara - West
[u'TR22', u'Southern Marmara - West']
  TR221: Balikesir
[u'  TR221', u'Balikesir']
  TR222: Çanakkale
[u'  TR222', u'\xc7anakkale']
TR31: Izmir
[u'TR31', u'Izmir']
  TR310: Izmir
[u'  TR310', u'Izmir']
TR32: Southern Aegean
[u'TR32', u'Southern Aegean']
  TR321: Aydin
[u'  TR321', u'Aydin']
  TR322: Denizli
[u'  TR322', u'Denizli']
  TR323: Mugla
[u'  TR323', u'Mugla']
TR33: Northern Aegean
[u'TR33', u'Northern Aegean']
  TR331: Manisa
[u'  TR331', u'Manisa']
  TR332: Afyon
[u'  TR332', u'Afyon']
  TR333: Kütahya
[u'  TR333', u'K\xfctahya']
  TR334: Usak
[u'  TR334', u'Usak']
TR41: Eastern Marmara - South
[u'TR41', u'Eastern Marmara - South']
  TR411: Bursa
[u'  TR411', u'Bursa']
  TR412: Eskisehir
[u'  TR412', u'Eskisehir']
  TR413: Bilecik
[u'  TR413', u'Bilecik']
TR42: Eastern Marmara - North
[u'TR42', u'Eastern Marmara - North']
  TR421: Kocaeli
[u'  TR421', u'Kocaeli']
  TR422: Sakarya
[u'  TR422', u'Sakarya']
  TR423: Düzce
[u'  TR423', u'D\xfczce']
  TR424: Bolu
[u'  TR424', u'Bolu']
  TR425: Yalova
[u'  TR425', u'Yalova']
TR51: Ankara
[u'TR51', u'Ankara']
  TR510: Ankara
[u'  TR510', u'Ankara']
TR52: Central Anatolia - West and South
[u'TR52', u'Central Anatolia - West and South']
  TR521: Konya
[u'  TR521', u'Konya']
  TR522: Karaman
[u'  TR522', u'Karaman']
TR61: Mediterranean region - West
[u'TR61', u'Mediterranean region - West']
  TR611: Antalya
[u'  TR611', u'Antalya']
  TR612: Isparta
[u'  TR612', u'Isparta']
  TR613: Burdur
[u'  TR613', u'Burdur']
TR62: Mediterranean region - Middle
[u'TR62', u'Mediterranean region - Middle']
  TR621: Adana
[u'  TR621', u'Adana']
  TR622: Mersin
[u'  TR622', u'Mersin']
TR63: Mediterranean region - East
[u'TR63', u'Mediterranean region - East']
  TR631: Hatay
[u'  TR631', u'Hatay']
  TR632: Kahramanmaras
[u'  TR632', u'Kahramanmaras']
  TR633: Osmaniye
[u'  TR633', u'Osmaniye']
TR71: Central Anatolia - Middle
[u'TR71', u'Central Anatolia - Middle']
  TR711: Kirikkale
[u'  TR711', u'Kirikkale']
  TR712: Aksaray
[u'  TR712', u'Aksaray']
  TR713: Nigde
[u'  TR713', u'Nigde']
  TR714: Nevsehir
[u'  TR714', u'Nevsehir']
  TR715: Kirsehir
[u'  TR715', u'Kirsehir']
TR72: Central Anatolia - East
[u'TR72', u'Central Anatolia - East']
  TR721: Kayseri
[u'  TR721', u'Kayseri']
  TR722: Sivas
[u'  TR722', u'Sivas']
  TR723: Yozgat
[u'  TR723', u'Yozgat']
TR81: Western Black Sea - West
[u'TR81', u'Western Black Sea - West']
  TR811: Zonguldak
[u'  TR811', u'Zonguldak']
  TR812: Karabük
[u'  TR812', u'Karab\xfck']
  TR813: Bartin
[u'  TR813', u'Bartin']
TR82: Western Black Sea - Middle and East
[u'TR82', u'Western Black Sea - Middle and East']
  TR821: Kastamonu
[u'  TR821', u'Kastamonu']
  TR822: Çankiri
[u'  TR822', u'\xc7ankiri']
  TR823: Sinop
[u'  TR823', u'Sinop']
TR83: Middle Black Sea
[u'TR83', u'Middle Black Sea']
  TR831: Samsun
[u'  TR831', u'Samsun']
  TR832: Tokat
[u'  TR832', u'Tokat']
  TR833: Çorum
[u'  TR833', u'\xc7orum']
  TR834: Amasya
[u'  TR834', u'Amasya']
TR90: Eastern Black Sea
[u'TR90', u'Eastern Black Sea']
  TR901: Trabzon
[u'  TR901', u'Trabzon']
  TR902: Ordu
[u'  TR902', u'Ordu']
  TR903: Giresun
[u'  TR903', u'Giresun']
  TR904: Rize
[u'  TR904', u'Rize']
  TR905: Artvin
[u'  TR905', u'Artvin']
  TR906: Gümüshane
[u'  TR906', u'G\xfcm\xfcshane']
TRA1: Northeastern Anatolia - West
[u'TRA1', u'Northeastern Anatolia - West']
  TRA11: Erzurum
[u'  TRA11', u'Erzurum']
  TRA12: Erzincan
[u'  TRA12', u'Erzincan']
  TRA13: Bayburt
[u'  TRA13', u'Bayburt']
TRA2: Northeastern Anatolia - East
[u'TRA2', u'Northeastern Anatolia - East']
  TRA21: Agri
[u'  TRA21', u'Agri']
  TRA22: Kars
[u'  TRA22', u'Kars']
  TRA23: Igdir
[u'  TRA23', u'Igdir']
  TRA24: Ardahan
[u'  TRA24', u'Ardahan']
TRB1: Eastern Anatolia - West
[u'TRB1', u'Eastern Anatolia - West']
  TRB11: Malatya
[u'  TRB11', u'Malatya']
  TRB12: Elazig
[u'  TRB12', u'Elazig']
  TRB13: Bingöl
[u'  TRB13', u'Bing\xf6l']
  TRB14: Tunceli
[u'  TRB14', u'Tunceli']
TRB2: Eastern Anatolia - East
[u'TRB2', u'Eastern Anatolia - East']
  TRB21: Van
[u'  TRB21', u'Van']
  TRB22: Mus
[u'  TRB22', u'Mus']
  TRB23: Bitlis
[u'  TRB23', u'Bitlis']
  TRB24: Hakkari
[u'  TRB24', u'Hakkari']
TRC1: Southeastern Anatolia - West
[u'TRC1', u'Southeastern Anatolia - West']
  TRC11: Gaziantep
[u'  TRC11', u'Gaziantep']
  TRC12: Adiyaman
[u'  TRC12', u'Adiyaman']
  TRC13: Kilis
[u'  TRC13', u'Kilis']
TRC2: Southeastern Anatolia - Middle
[u'TRC2', u'Southeastern Anatolia - Middle']
  TRC21: Sanliurfa
[u'  TRC21', u'Sanliurfa']
  TRC22: Diyarbakir
[u'  TRC22', u'Diyarbakir']
TRC3: Southeastern Anatolia - East
[u'TRC3', u'Southeastern Anatolia - East']
  TRC31: Mardin
[u'  TRC31', u'Mardin']
  TRC32: Batman
[u'  TRC32', u'Batman']
  TRC33: Sirnak
[u'  TRC33', u'Sirnak']
  TRC34: Siirt
[u'  TRC34', u'Siirt']
[u'GBR', u'United Kingdom']
UKC: North East England
[u'UKC', u'North East England']
  UKC11: Hartlepool and Stockton-on-Tees
[u'  UKC11', u'Hartlepool and Stockton-on-Tees']
  UKC12: South Teesside
[u'  UKC12', u'South Teesside']
  UKC13: Darlington
[u'  UKC13', u'Darlington']
  UKC14: Durham CC
[u'  UKC14', u'Durham CC']
  UKC21: Northumberland
[u'  UKC21', u'Northumberland']
  UKC22: Tyneside
[u'  UKC22', u'Tyneside']
  UKC23: Sunderland
[u'  UKC23', u'Sunderland']
UKD: North West England
[u'UKD', u'North West England']
  UKD11: West Cumbria
[u'  UKD11', u'West Cumbria']
  UKD12: East Cumbria
[u'  UKD12', u'East Cumbria']
  UKD31: Greater Manchester South
[u'  UKD31', u'Greater Manchester South']
  UKD32: Greater Manchester North
[u'  UKD32', u'Greater Manchester North']
  UKD41: Blackburn with Darwen
[u'  UKD41', u'Blackburn with Darwen']
  UKD42: Blackpool
[u'  UKD42', u'Blackpool']
  UKD43: Lancashire CC
[u'  UKD43', u'Lancashire CC']
  UKD61: Warrington
[u'  UKD61', u'Warrington']
  UKD62: Cheshire East
[u'  UKD62', u'Cheshire East']
  UKD63: Cheshire West and Chester
[u'  UKD63', u'Cheshire West and Chester']
  UKD71: East Merseyside
[u'  UKD71', u'East Merseyside']
  UKD72: Liverpool
[u'  UKD72', u'Liverpool']
  UKD73: Sefton
[u'  UKD73', u'Sefton']
  UKD74: Wirral
[u'  UKD74', u'Wirral']
UKE: Yorkshire and The Humber
[u'UKE', u'Yorkshire and The Humber']
  UKE11: City Of Kingston Upon Hull
[u'  UKE11', u'City Of Kingston Upon Hull']
  UKE12: East Riding of Yorkshire
[u'  UKE12', u'East Riding of Yorkshire']
  UKE13: North and North East Lincolnshire
[u'  UKE13', u'North and North East Lincolnshire']
  UKE21: York
[u'  UKE21', u'York']
  UKE22: North Yorkshire CC
[u'  UKE22', u'North Yorkshire CC']
  UKE31: Barnsley Doncaster And Rotherham
[u'  UKE31', u'Barnsley Doncaster And Rotherham']
  UKE32: Sheffield
[u'  UKE32', u'Sheffield']
  UKE41: Bradford
[u'  UKE41', u'Bradford']
  UKE42: Leeds
[u'  UKE42', u'Leeds']
  UKE44: Calderdale and Kirklees
[u'  UKE44', u'Calderdale and Kirklees']
  UKE45: Wakefield
[u'  UKE45', u'Wakefield']
UKF: East Midlands
[u'UKF', u'East Midlands']
  UKF11: Derby
[u'  UKF11', u'Derby']
  UKF12: East Derbyshire
[u'  UKF12', u'East Derbyshire']
  UKF13: South and West Derbyshire
[u'  UKF13', u'South and West Derbyshire']
  UKF14: Nottingham
[u'  UKF14', u'Nottingham']
  UKF15: North Nottinghamshire
[u'  UKF15', u'North Nottinghamshire']
  UKF16: South Nottinghamshire
[u'  UKF16', u'South Nottinghamshire']
  UKF21: Leicester City
[u'  UKF21', u'Leicester City']
  UKF22: Leicestershire CC and Rutland
[u'  UKF22', u'Leicestershire CC and Rutland']
  UKF24: West Northamptonshire
[u'  UKF24', u'West Northamptonshire']
  UKF25: North Northamptonshire
[u'  UKF25', u'North Northamptonshire']
  UKF30: Lincolnshire
[u'  UKF30', u'Lincolnshire']
UKG: West Midlands
[u'UKG', u'West Midlands']
  UKG11: Herefordshire
[u'  UKG11', u'Herefordshire']
  UKG12: Worcestershire
[u'  UKG12', u'Worcestershire']
  UKG13: Warwickshire
[u'  UKG13', u'Warwickshire']
  UKG21: Telford and Wrekin
[u'  UKG21', u'Telford and Wrekin']
  UKG22: Shropshire CC
[u'  UKG22', u'Shropshire CC']
  UKG23: Stoke-on-Trent
[u'  UKG23', u'Stoke-on-Trent']
  UKG24: Staffordshire CC
[u'  UKG24', u'Staffordshire CC']
  UKG31: Birmingham
[u'  UKG31', u'Birmingham']
  UKG32: Solihull
[u'  UKG32', u'Solihull']
  UKG33: Coventry
[u'  UKG33', u'Coventry']
  UKG36: Dudley
[u'  UKG36', u'Dudley']
  UKG37: Sandwell
[u'  UKG37', u'Sandwell']
  UKG38: Walsall
[u'  UKG38', u'Walsall']
  UKG39: Wolverhampton
[u'  UKG39', u'Wolverhampton']
UKH: East of England
[u'UKH', u'East of England']
  UKH11: Peterborough
[u'  UKH11', u'Peterborough']
  UKH12: Cambridgeshire CC
[u'  UKH12', u'Cambridgeshire CC']
  UKH13: Norfolk
[u'  UKH13', u'Norfolk']
  UKH14: Suffolk
[u'  UKH14', u'Suffolk']
  UKH21: Luton
[u'  UKH21', u'Luton']
  UKH23: Hertfordshire
[u'  UKH23', u'Hertfordshire']
  UKH24: Bedford
[u'  UKH24', u'Bedford']
  UKH25: Central Bedfordshire
[u'  UKH25', u'Central Bedfordshire']
  UKH31: Southend-on-Sea
[u'  UKH31', u'Southend-on-Sea']
  UKH32: Thurrock
[u'  UKH32', u'Thurrock']
  UKH33: Essex CC
[u'  UKH33', u'Essex CC']
UKI: Greater London
[u'UKI', u'Greater London']
  UKI11: Inner London - West
[u'  UKI11', u'Inner London - West']
  UKI12: Inner London - East
[u'  UKI12', u'Inner London - East']
  UKI21: Outer London - East and North East
[u'  UKI21', u'Outer London - East and North East']
  UKI22: Outer London - South
[u'  UKI22', u'Outer London - South']
  UKI23: Outer London - West and North West
[u'  UKI23', u'Outer London - West and North West']
UKJ: South East England
[u'UKJ', u'South East England']
  UKJ11: Berkshire
[u'  UKJ11', u'Berkshire']
  UKJ12: Milton Keynes
[u'  UKJ12', u'Milton Keynes']
  UKJ13: Buckinghamshire CC
[u'  UKJ13', u'Buckinghamshire CC']
  UKJ14: Oxfordshire
[u'  UKJ14', u'Oxfordshire']
  UKJ21: Brighton and Hove
[u'  UKJ21', u'Brighton and Hove']
  UKJ22: East Sussex CC
[u'  UKJ22', u'East Sussex CC']
  UKJ23: Surrey
[u'  UKJ23', u'Surrey']
  UKJ24: West Sussex
[u'  UKJ24', u'West Sussex']
  UKJ31: Portsmouth
[u'  UKJ31', u'Portsmouth']
  UKJ32: Southampton
[u'  UKJ32', u'Southampton']
  UKJ33: Hampshire CC
[u'  UKJ33', u'Hampshire CC']
  UKJ34: Isle of Wight
[u'  UKJ34', u'Isle of Wight']
  UKJ41: Medway
[u'  UKJ41', u'Medway']
  UKJ42: Kent CC
[u'  UKJ42', u'Kent CC']
UKK: South West England
[u'UKK', u'South West England']
  UKK11: City of Bristol
[u'  UKK11', u'City of Bristol']
  UKK12: Bath and North East Somerset, North Somerset and South Gloucestershire
[u'  UKK12', u'Bath and North East Somerset, North Somerset and South Gloucestershire']
  UKK13: Gloucestershire
[u'  UKK13', u'Gloucestershire']
  UKK14: Swindon
[u'  UKK14', u'Swindon']
  UKK15: Wiltshire CC
[u'  UKK15', u'Wiltshire CC']
  UKK21: Bournemouth and Poole
[u'  UKK21', u'Bournemouth and Poole']
  UKK22: Dorset CC
[u'  UKK22', u'Dorset CC']
  UKK23: Somerset
[u'  UKK23', u'Somerset']
  UKK30: Cornwall and Isles of Scilly
[u'  UKK30', u'Cornwall and Isles of Scilly']
  UKK41: Plymouth
[u'  UKK41', u'Plymouth']
  UKK42: Torbay
[u'  UKK42', u'Torbay']
  UKK43: Devon CC
[u'  UKK43', u'Devon CC']
UKL: Wales
[u'UKL', u'Wales']
  UKL11: Isle of Anglesey
[u'  UKL11', u'Isle of Anglesey']
  UKL12: Gwynedd
[u'  UKL12', u'Gwynedd']
  UKL13: Conwy and Denbighshire
[u'  UKL13', u'Conwy and Denbighshire']
  UKL14: South West Wales
[u'  UKL14', u'South West Wales']
  UKL15: Central Valleys
[u'  UKL15', u'Central Valleys']
  UKL16: Gwent Valleys
[u'  UKL16', u'Gwent Valleys']
  UKL17: Bridgend and Neath Port Talbot
[u'  UKL17', u'Bridgend and Neath Port Talbot']
  UKL18: Swansea
[u'  UKL18', u'Swansea']
  UKL21: Monmouthshire and Newport
[u'  UKL21', u'Monmouthshire and Newport']
  UKL22: Cardiff and Vale of Glamorgan
[u'  UKL22', u'Cardiff and Vale of Glamorgan']
  UKL23: Flintshire and Wrexham
[u'  UKL23', u'Flintshire and Wrexham']
  UKL24: Powys
[u'  UKL24', u'Powys']
UKM: Scotland
[u'UKM', u'Scotland']
  UKM21: Angus and Dundee City
[u'  UKM21', u'Angus and Dundee City']
  UKM22: Clackmannanshire and Fife
[u'  UKM22', u'Clackmannanshire and Fife']
  UKM23: East Lothian and Midlothian
[u'  UKM23', u'East Lothian and Midlothian']
  UKM24: Scottish Borders
[u'  UKM24', u'Scottish Borders']
  UKM25: Edinburgh City Of
[u'  UKM25', u'Edinburgh City Of']
  UKM26: Falkirk
[u'  UKM26', u'Falkirk']
  UKM27: Perth & Kinross and Stirling
[u'  UKM27', u'Perth & Kinross and Stirling']
  UKM28: West Lothian
[u'  UKM28', u'West Lothian']
  UKM31: East Dunbartonshire, West Dunbartonshire and Helensburgh & Lomond
[u'  UKM31', u'East Dunbartonshire, West Dunbartonshire and Helensburgh & Lomond']
  UKM32: Dumfries & Galloway
[u'  UKM32', u'Dumfries & Galloway']
  UKM33: East Ayrshire and North Ayrshire mainland
[u'  UKM33', u'East Ayrshire and North Ayrshire mainland']
  UKM34: Glasgow City
[u'  UKM34', u'Glasgow City']
  UKM35: Inverclyde, East Renfrewshire and Renfrewshire
[u'  UKM35', u'Inverclyde, East Renfrewshire and Renfrewshire']
  UKM36: North Lanarkshire
[u'  UKM36', u'North Lanarkshire']
  UKM37: South Ayrshire
[u'  UKM37', u'South Ayrshire']
  UKM38: South Lanarkshire
[u'  UKM38', u'South Lanarkshire']
  UKM50: Aberdeen City and Aberdeenshire
[u'  UKM50', u'Aberdeen City and Aberdeenshire']
  UKM61: Caithness & Sutherland and Ross & Cromarty
[u'  UKM61', u'Caithness & Sutherland and Ross & Cromarty']
  UKM62: Inverness & Nairn and Moray, Badenoch & Strathspey
[u'  UKM62', u'Inverness & Nairn and Moray, Badenoch & Strathspey']
  UKM63: Lochaber, Skye & Lochalsh, Arran & Cumbrae and Argyll & Bute
[u'  UKM63', u'Lochaber, Skye & Lochalsh, Arran & Cumbrae and Argyll & Bute']
  UKM64: Eilean Siar (Western Isles)
[u'  UKM64', u'Eilean Siar (Western Isles)']
  UKM65: Orkney Islands
[u'  UKM65', u'Orkney Islands']
  UKM66: Shetland Islands
[u'  UKM66', u'Shetland Islands']
UKN: Northern Ireland
[u'UKN', u'Northern Ireland']
  UKN01: Belfast
[u'  UKN01', u'Belfast']
  UKN02: Outer Belfast
[u'  UKN02', u'Outer Belfast']
  UKN03: East of Northern Ireland (UK)
[u'  UKN03', u'East of Northern Ireland (UK)']
  UKN04: North of Northern Ireland (UK)
[u'  UKN04', u'North of Northern Ireland (UK)']
  UKN05: West and South of Northern Ireland (UK)
[u'  UKN05', u'West and South of Northern Ireland (UK)']
[u'USA', u'United States']
US01: Alabama
[u'US01', u'Alabama']
US02: Alaska
[u'US02', u'Alaska']
US04: Arizona
[u'US04', u'Arizona']
US05: Arkansas
[u'US05', u'Arkansas']
US06: California
[u'US06', u'California']
US08: Colorado
[u'US08', u'Colorado']
US09: Connecticut
[u'US09', u'Connecticut']
US10: Delaware
[u'US10', u'Delaware']
US11: District of Columbia
[u'US11', u'District of Columbia']
US12: Florida
[u'US12', u'Florida']
US13: Georgia
[u'US13', u'Georgia']
US15: Hawaii
[u'US15', u'Hawaii']
US16: Idaho
[u'US16', u'Idaho']
US17: Illinois
[u'US17', u'Illinois']
US18: Indiana
[u'US18', u'Indiana']
US19: Iowa
[u'US19', u'Iowa']
US20: Kansas
[u'US20', u'Kansas']
US21: Kentucky
[u'US21', u'Kentucky']
US22: Louisiana
[u'US22', u'Louisiana']
US23: Maine
[u'US23', u'Maine']
US24: Maryland
[u'US24', u'Maryland']
US25: Massachusetts
[u'US25', u'Massachusetts']
US26: Michigan
[u'US26', u'Michigan']
US27: Minnesota
[u'US27', u'Minnesota']
US28: Mississippi
[u'US28', u'Mississippi']
US29: Missouri
[u'US29', u'Missouri']
US30: Montana (US)
[u'US30', u'Montana (US)']
US31: Nebraska
[u'US31', u'Nebraska']
US32: Nevada
[u'US32', u'Nevada']
US33: New Hampshire
[u'US33', u'New Hampshire']
US34: New Jersey
[u'US34', u'New Jersey']
US35: New Mexico
[u'US35', u'New Mexico']
US36: New York
[u'US36', u'New York']
US37: North Carolina
[u'US37', u'North Carolina']
US38: North Dakota
[u'US38', u'North Dakota']
US39: Ohio
[u'US39', u'Ohio']
US40: Oklahoma
[u'US40', u'Oklahoma']
US41: Oregon
[u'US41', u'Oregon']
US42: Pennsylvania
[u'US42', u'Pennsylvania']
US44: Rhode Island
[u'US44', u'Rhode Island']
US45: South Carolina
[u'US45', u'South Carolina']
US46: South Dakota
[u'US46', u'South Dakota']
US47: Tennessee
[u'US47', u'Tennessee']
US48: Texas
[u'US48', u'Texas']
US49: Utah
[u'US49', u'Utah']
US50: Vermont
[u'US50', u'Vermont']
US51: Virginia
[u'US51', u'Virginia']
US53: Washington
[u'US53', u'Washington']
US54: West Virginia
[u'US54', u'West Virginia']
US55: Wisconsin
[u'US55', u'Wisconsin']
US56: Wyoming
[u'US56', u'Wyoming']
  US001: Aberdeen, SD
[u'  US001', u'Aberdeen, SD']
  US002: Abilene, TX
[u'  US002', u'Abilene, TX']
  US003: Albany, GA
[u'  US003', u'Albany, GA']
  US004: Albany-Schenectady-Amsterdam, NY
[u'  US004', u'Albany-Schenectady-Amsterdam, NY']
  US005: Albuquerque, NM
[u'  US005', u'Albuquerque, NM']
  US006: Alpena, MI
[u'  US006', u'Alpena, MI']
  US007: Amarillo, TX
[u'  US007', u'Amarillo, TX']
  US008: Anchorage, AK
[u'  US008', u'Anchorage, AK']
  US009: Appleton-Oshkosh-Neenah, WI
[u'  US009', u'Appleton-Oshkosh-Neenah, WI']
  US010: Asheville-Brevard, NC
[u'  US010', u'Asheville-Brevard, NC']
  US011: Atlanta-Sandy Springs-Gainesville, GA-AL
[u'  US011', u'Atlanta-Sandy Springs-Gainesville, GA-AL']
  US012: Augusta-Richmond County, GA-SC
[u'  US012', u'Augusta-Richmond County, GA-SC']
  US013: Austin-Round Rock, TX
[u'  US013', u'Austin-Round Rock, TX']
  US014: Bangor, ME
[u'  US014', u'Bangor, ME']
  US015: Baton Rouge-Pierre Part, LA
[u'  US015', u'Baton Rouge-Pierre Part, LA']
  US016: Beaumont-Port Arthur, TX
[u'  US016', u'Beaumont-Port Arthur, TX']
  US017: Bend-Prineville, OR
[u'  US017', u'Bend-Prineville, OR']
  US018: Billings, MT
[u'  US018', u'Billings, MT']
  US019: Birmingham-Hoover-Cullman, AL
[u'  US019', u'Birmingham-Hoover-Cullman, AL']
  US020: Bismarck, ND
[u'  US020', u'Bismarck, ND']
  US021: Boise City-Nampa, ID
[u'  US021', u'Boise City-Nampa, ID']
  US022: Boston-Worcester-Manchester, MA-NH
[u'  US022', u'Boston-Worcester-Manchester, MA-NH']
  US023: Buffalo-Niagara-Cattaraugus, NY
[u'  US023', u'Buffalo-Niagara-Cattaraugus, NY']
  US024: Burlington-South Burlington, VT
[u'  US024', u'Burlington-South Burlington, VT']
  US025: Cape Girardeau-Jackson, MO-IL
[u'  US025', u'Cape Girardeau-Jackson, MO-IL']
  US026: Casper, WY
[u'  US026', u'Casper, WY']
  US027: Cedar Rapids, IA
[u'  US027', u'Cedar Rapids, IA']
  US028: Champaign-Urbana, IL
[u'  US028', u'Champaign-Urbana, IL']
  US029: Charleston, WV
[u'  US029', u'Charleston, WV']
  US030: Charleston-North Charleston, SC
[u'  US030', u'Charleston-North Charleston, SC']
  US031: Charlotte-Gastonia-Salisbury, NC-SC
[u'  US031', u'Charlotte-Gastonia-Salisbury, NC-SC']
  US032: Chicago-Naperville-Michigan City, IL-IN-WI
[u'  US032', u'Chicago-Naperville-Michigan City, IL-IN-WI']
  US033: Cincinnati-Middletown-Wilmington, OH-KY-IN
[u'  US033', u'Cincinnati-Middletown-Wilmington, OH-KY-IN']
  US034: Clarksburg, WV + Morgantown, WV
[u'  US034', u'Clarksburg, WV + Morgantown, WV']
  US035: Cleveland-Akron-Elyria, OH
[u'  US035', u'Cleveland-Akron-Elyria, OH']
  US036: Colorado Springs, CO
[u'  US036', u'Colorado Springs, CO']
  US037: Columbia, MO
[u'  US037', u'Columbia, MO']
  US038: Columbia-Newberry, SC
[u'  US038', u'Columbia-Newberry, SC']
  US039: Columbus-Auburn-Opelika, GA-AL
[u'  US039', u'Columbus-Auburn-Opelika, GA-AL']
  US040: Columbus-Marion-Chillicothe, OH
[u'  US040', u'Columbus-Marion-Chillicothe, OH']
  US041: Corpus Christi-Kingsville, TX
[u'  US041', u'Corpus Christi-Kingsville, TX']
  US042: Dallas-Fort Worth, TX
[u'  US042', u'Dallas-Fort Worth, TX']
  US043: Davenport-Moline-Rock Island, IA-IL
[u'  US043', u'Davenport-Moline-Rock Island, IA-IL']
  US044: Dayton-Springfield-Greenville, OH
[u'  US044', u'Dayton-Springfield-Greenville, OH']
  US045: Denver-Aurora-Boulder, CO
[u'  US045', u'Denver-Aurora-Boulder, CO']
  US046: Des Moines-Newton-Pella, IA
[u'  US046', u'Des Moines-Newton-Pella, IA']
  US047: Detroit-Warren-Flint, MI
[u'  US047', u'Detroit-Warren-Flint, MI']
  US048: Dothan-Enterprise-Ozark, AL
[u'  US048', u'Dothan-Enterprise-Ozark, AL']
  US049: Dover, DE
[u'  US049', u'Dover, DE']
  US050: Duluth, MN-WI
[u'  US050', u'Duluth, MN-WI']
  US051: El Paso, TX
[u'  US051', u'El Paso, TX']
  US052: Erie, PA
[u'  US052', u'Erie, PA']
  US053: Eugene-Springfield, OR
[u'  US053', u'Eugene-Springfield, OR']
  US054: Evansville, IN-KY
[u'  US054', u'Evansville, IN-KY']
  US055: Fargo-Wahpeton, ND-MN
[u'  US055', u'Fargo-Wahpeton, ND-MN']
  US056: Farmington, NM
[u'  US056', u'Farmington, NM']
  US057: Fayetteville-Springdale-Rogers, AR-MO
[u'  US057', u'Fayetteville-Springdale-Rogers, AR-MO']
  US058: Flagstaff, AZ
[u'  US058', u'Flagstaff, AZ']
  US059: Fort Smith, AR-OK
[u'  US059', u'Fort Smith, AR-OK']
  US060: Fort Wayne-Huntington-Auburn, IN
[u'  US060', u'Fort Wayne-Huntington-Auburn, IN']
  US061: Fresno-Madera, CA
[u'  US061', u'Fresno-Madera, CA']
  US062: Gainesville, FL
[u'  US062', u'Gainesville, FL']
  US063: Grand Forks, ND-MN
[u'  US063', u'Grand Forks, ND-MN']
  US064: Grand Rapids-Muskegon-Holland, MI
[u'  US064', u'Grand Rapids-Muskegon-Holland, MI']
  US065: Great Falls, MT
[u'  US065', u'Great Falls, MT']
  US066: Greensboro--Winston-Salem--High Point, NC
[u'  US066', u'Greensboro--Winston-Salem--High Point, NC']
  US067: Greenville, NC
[u'  US067', u'Greenville, NC']
  US068: Greenville-Spartanburg-Anderson, SC
[u'  US068', u'Greenville-Spartanburg-Anderson, SC']
  US069: Gulfport-Biloxi-Pascagoula, MS
[u'  US069', u'Gulfport-Biloxi-Pascagoula, MS']
  US070: Harrisburg-Carlisle-Lebanon, PA
[u'  US070', u'Harrisburg-Carlisle-Lebanon, PA']
  US071: Harrisonburg, VA
[u'  US071', u'Harrisonburg, VA']
  US072: Hartford-West Hartford-Willimantic, CT
[u'  US072', u'Hartford-West Hartford-Willimantic, CT']
  US073: Helena, MT
[u'  US073', u'Helena, MT']
  US074: Honolulu, HI
[u'  US074', u'Honolulu, HI']
  US075: Houston-Baytown-Huntsville, TX
[u'  US075', u'Houston-Baytown-Huntsville, TX']
  US076: Huntsville-Decatur, AL
[u'  US076', u'Huntsville-Decatur, AL']
  US077: Idaho Falls-Blackfoot, ID
[u'  US077', u'Idaho Falls-Blackfoot, ID']
  US078: Indianapolis-Anderson-Columbus, IN
[u'  US078', u'Indianapolis-Anderson-Columbus, IN']
  US079: Jacksonville, FL
[u'  US079', u'Jacksonville, FL']
  US080: Jackson-Yazoo City, MS
[u'  US080', u'Jackson-Yazoo City, MS']
  US081: Johnson City-Kingsport-Bristol (Tri-Cities), TN-VA
[u'  US081', u'Johnson City-Kingsport-Bristol (Tri-Cities), TN-VA']
  US082: Jonesboro, AR
[u'  US082', u'Jonesboro, AR']
  US083: Joplin, MO
[u'  US083', u'Joplin, MO']
  US084: Kansas City-Overland Park-Kansas City, MO-KS
[u'  US084', u'Kansas City-Overland Park-Kansas City, MO-KS']
  US085: Kearney, NE
[u'  US085', u'Kearney, NE']
  US086: Kennewick-Richland-Pasco, WA
[u'  US086', u'Kennewick-Richland-Pasco, WA']
  US087: Killeen-Temple-Fort Hood, TX
[u'  US087', u'Killeen-Temple-Fort Hood, TX']
  US088: Knoxville-Sevierville-La Follette, TN
[u'  US088', u'Knoxville-Sevierville-La Follette, TN']
  US089: La Crosse, WI-MN
[u'  US089', u'La Crosse, WI-MN']
  US090: Lafayette-Acadiana, LA
[u'  US090', u'Lafayette-Acadiana, LA']
  US091: Lake Charles-Jennings, LA
[u'  US091', u'Lake Charles-Jennings, LA']
  US092: Las Vegas-Paradise-Pahrump, NV
[u'  US092', u'Las Vegas-Paradise-Pahrump, NV']
  US093: Lewiston, ID-WA
[u'  US093', u'Lewiston, ID-WA']
  US094: Lexington-Fayette--Frankfort--Richmond, KY
[u'  US094', u'Lexington-Fayette--Frankfort--Richmond, KY']
  US095: Lincoln, NE
[u'  US095', u'Lincoln, NE']
  US096: Little Rock-North Little Rock-Pine Bluff, AR
[u'  US096', u'Little Rock-North Little Rock-Pine Bluff, AR']
  US097: Los Angeles-Long Beach-Riverside, CA
[u'  US097', u'Los Angeles-Long Beach-Riverside, CA']
  US098: Louisville-Elizabethtown-Scottsburg, KY-IN
[u'  US098', u'Louisville-Elizabethtown-Scottsburg, KY-IN']
  US099: Lubbock-Levelland, TX
[u'  US099', u'Lubbock-Levelland, TX']
  US100: Macon-Warner Robins-Fort Valley, GA
[u'  US100', u'Macon-Warner Robins-Fort Valley, GA']
  US101: Madison-Baraboo, WI
[u'  US101', u'Madison-Baraboo, WI']
  US102: Marinette, WI-MI
[u'  US102', u'Marinette, WI-MI']
  US103: Mason City, IA
[u'  US103', u'Mason City, IA']
  US104: McAllen-Edinburg-Pharr, TX
[u'  US104', u'McAllen-Edinburg-Pharr, TX']
  US105: Memphis, TN-MS-AR
[u'  US105', u'Memphis, TN-MS-AR']
  US106: Miami-Fort Lauderdale-Miami Beach, FL
[u'  US106', u'Miami-Fort Lauderdale-Miami Beach, FL']
  US107: Midland-Odessa, TX
[u'  US107', u'Midland-Odessa, TX']
  US108: Milwaukee-Racine-Waukesha, WI
[u'  US108', u'Milwaukee-Racine-Waukesha, WI']
  US109: Minneapolis-St. Paul-St. Cloud, MN-WI
[u'  US109', u'Minneapolis-St. Paul-St. Cloud, MN-WI']
  US110: Minot, ND
[u'  US110', u'Minot, ND']
  US111: Missoula, MT
[u'  US111', u'Missoula, MT']
  US112: Mobile-Daphne-Fairhope, AL
[u'  US112', u'Mobile-Daphne-Fairhope, AL']
  US113: Monroe-Bastrop, LA
[u'  US113', u'Monroe-Bastrop, LA']
  US114: Montgomery-Alexander City, AL
[u'  US114', u'Montgomery-Alexander City, AL']
  US115: Myrtle Beach-Conway-Georgetown, SC
[u'  US115', u'Myrtle Beach-Conway-Georgetown, SC']
  US116: Nashville-Davidson--Murfreesboro--Columbia, TN
[u'  US116', u'Nashville-Davidson--Murfreesboro--Columbia, TN']
  US117: New Orleans-Metairie-Bogalusa, LA
[u'  US117', u'New Orleans-Metairie-Bogalusa, LA']
  US118: New York-Newark-Bridgeport, NY-NJ-CT-PA
[u'  US118', u'New York-Newark-Bridgeport, NY-NJ-CT-PA']
  US119: Oklahoma City-Shawnee, OK
[u'  US119', u'Oklahoma City-Shawnee, OK']
  US120: Omaha-Council Bluffs-Fremont, NE-IA
[u'  US120', u'Omaha-Council Bluffs-Fremont, NE-IA']
  US121: Orlando-The Villages, FL
[u'  US121', u'Orlando-The Villages, FL']
  US122: Paducah, KY-IL
[u'  US122', u'Paducah, KY-IL']
  US123: Panama City-Lynn Haven, FL
[u'  US123', u'Panama City-Lynn Haven, FL']
  US124: Pendleton-Hermiston, OR
[u'  US124', u'Pendleton-Hermiston, OR']
  US125: Pensacola-Ferry Pass-Brent, FL
[u'  US125', u'Pensacola-Ferry Pass-Brent, FL']
  US126: Peoria-Canton, IL
[u'  US126', u'Peoria-Canton, IL']
  US127: Philadelphia-Camden-Vineland, PA-NJ-DE-MD
[u'  US127', u'Philadelphia-Camden-Vineland, PA-NJ-DE-MD']
  US128: Phoenix-Mesa-Scottsdale, AZ
[u'  US128', u'Phoenix-Mesa-Scottsdale, AZ']
  US129: Pittsburgh-New Castle, PA
[u'  US129', u'Pittsburgh-New Castle, PA']
  US130: Portland-Lewiston-South Portland, ME
[u'  US130', u'Portland-Lewiston-South Portland, ME']
  US131: Portland-Vancouver-Beaverton, OR-WA
[u'  US131', u'Portland-Vancouver-Beaverton, OR-WA']
  US132: Pueblo, CO
[u'  US132', u'Pueblo, CO']
  US133: Raleigh-Durham-Cary, NC
[u'  US133', u'Raleigh-Durham-Cary, NC']
  US134: Rapid City, SD
[u'  US134', u'Rapid City, SD']
  US135: Redding, CA
[u'  US135', u'Redding, CA']
  US136: Reno-Sparks, NV
[u'  US136', u'Reno-Sparks, NV']
  US137: Richmond, VA
[u'  US137', u'Richmond, VA']
  US138: Roanoke, VA
[u'  US138', u'Roanoke, VA']
  US139: Rochester-Batavia-Seneca Falls, NY
[u'  US139', u'Rochester-Batavia-Seneca Falls, NY']
  US140: Sacramento--Arden-Arcade--Truckee, CA-NV
[u'  US140', u'Sacramento--Arden-Arcade--Truckee, CA-NV']
  US141: Salina, KS
[u'  US141', u'Salina, KS']
  US142: Salt Lake City-Ogden-Clearfield, UT
[u'  US142', u'Salt Lake City-Ogden-Clearfield, UT']
  US143: San Angelo, TX
[u'  US143', u'San Angelo, TX']
  US144: San Antonio, TX
[u'  US144', u'San Antonio, TX']
  US145: San Diego-Carlsbad-San Marcos, CA
[u'  US145', u'San Diego-Carlsbad-San Marcos, CA']
  US146: San Jose-San Francisco-Oakland, CA
[u'  US146', u'San Jose-San Francisco-Oakland, CA']
  US147: Santa Fe-Espanola, NM
[u'  US147', u'Santa Fe-Espanola, NM']
  US148: Sarasota-Bradenton-Venice, FL
[u'  US148', u'Sarasota-Bradenton-Venice, FL']
  US149: Savannah-Hinesville-Fort Stewart, GA
[u'  US149', u'Savannah-Hinesville-Fort Stewart, GA']
  US150: Scotts Bluff, NE
[u'  US150', u'Scotts Bluff, NE']
  US151: Scranton--Wilkes-Barre, PA
[u'  US151', u'Scranton--Wilkes-Barre, PA']
  US152: Seattle-Tacoma-Olympia, WA
[u'  US152', u'Seattle-Tacoma-Olympia, WA']
  US153: Shreveport-Bossier City-Minden, LA
[u'  US153', u'Shreveport-Bossier City-Minden, LA']
  US154: Sioux City-Vermillion, IA-NE-SD
[u'  US154', u'Sioux City-Vermillion, IA-NE-SD']
  US155: Sioux Falls, SD
[u'  US155', u'Sioux Falls, SD']
  US156: South Bend-Mishawaka, IN-MI
[u'  US156', u'South Bend-Mishawaka, IN-MI']
  US157: Spokane, WA
[u'  US157', u'Spokane, WA']
  US158: Springfield, IL
[u'  US158', u'Springfield, IL']
  US159: Springfield, MO
[u'  US159', u'Springfield, MO']
  US160: St. Louis-St. Charles-Farmington, MO-IL
[u'  US160', u'St. Louis-St. Charles-Farmington, MO-IL']
  US161: State College, PA
[u'  US161', u'State College, PA']
  US162: Syracuse-Auburn, NY
[u'  US162', u'Syracuse-Auburn, NY']
  US163: Tallahassee, FL
[u'  US163', u'Tallahassee, FL']
  US164: Tampa-St. Petersburg-Clearwater, FL
[u'  US164', u'Tampa-St. Petersburg-Clearwater, FL']
  US165: Texarkana, TX-Texarkana, AR
[u'  US165', u'Texarkana, TX-Texarkana, AR']
  US166: Toledo-Fremont, OH
[u'  US166', u'Toledo-Fremont, OH']
  US167: Topeka, KS
[u'  US167', u'Topeka, KS']
  US168: Traverse City, MI
[u'  US168', u'Traverse City, MI']
  US169: Tucson, AZ
[u'  US169', u'Tucson, AZ']
  US170: Tulsa-Bartlesville, OK
[u'  US170', u'Tulsa-Bartlesville, OK']
  US171: Tupelo, MS
[u'  US171', u'Tupelo, MS']
  US172: Twin Falls, ID
[u'  US172', u'Twin Falls, ID']
  US173: Virginia Beach-Norfolk-Newport News, VA-NC
[u'  US173', u'Virginia Beach-Norfolk-Newport News, VA-NC']
  US174: Washington-Baltimore-Northern Virginia, DC-MD-VA-WV
[u'  US174', u'Washington-Baltimore-Northern Virginia, DC-MD-VA-WV']
  US175: Waterloo-Cedar Falls, IA
[u'  US175', u'Waterloo-Cedar Falls, IA']
  US176: Wausau-Merrill, WI
[u'  US176', u'Wausau-Merrill, WI']
  US177: Wenatchee, WA
[u'  US177', u'Wenatchee, WA']
  US178: Wichita Falls, TX
[u'  US178', u'Wichita Falls, TX']
  US179: Wichita-Winfield, KS
[u'  US179', u'Wichita-Winfield, KS']
[u'OECD', u'OECD']
[u'EU28', u'European Union 28 countries']
BRA: Brazil
[u'BRA', u'Brazil']
  BR01: Acre
[u'  BR01', u'Acre']
  BR02: Amapá
[u'  BR02', u'Amap\xe1']
  BR03: Amazonas
[u'  BR03', u'Amazonas']
  BR04: Pará
[u'  BR04', u'Par\xe1']
  BR05: Rondônia
[u'  BR05', u'Rond\xf4nia']
  BR06: Roraima
[u'  BR06', u'Roraima']
  BR07: Tocantins
[u'  BR07', u'Tocantins']
  BR08: Alagoas
[u'  BR08', u'Alagoas']
  BR09: Bahia
[u'  BR09', u'Bahia']
  BR10: Ceará
[u'  BR10', u'Cear\xe1']
  BR11: Maranhão
[u'  BR11', u'Maranh\xe3o']
  BR12: Paraíba
[u'  BR12', u'Para\xedba']
  BR13: Pernambuco
[u'  BR13', u'Pernambuco']
  BR14: Piauí
[u'  BR14', u'Piau\xed']
  BR15: Rio Grande Do Norte
[u'  BR15', u'Rio Grande Do Norte']
  BR16: Sergipe
[u'  BR16', u'Sergipe']
  BR17: Espírito Santo
[u'  BR17', u'Esp\xedrito Santo']
  BR18: Minas Gerais
[u'  BR18', u'Minas Gerais']
  BR19: Rio De Janeiro
[u'  BR19', u'Rio De Janeiro']
  BR20: São Paulo
[u'  BR20', u'S\xe3o Paulo']
  BR21: Paraná
[u'  BR21', u'Paran\xe1']
  BR22: Rio Grande Do Sul
[u'  BR22', u'Rio Grande Do Sul']
  BR23: Santa Catarina
[u'  BR23', u'Santa Catarina']
  BR24: Distrito Federal (BR)
[u'  BR24', u'Distrito Federal (BR)']
  BR25: Goiás
[u'  BR25', u'Goi\xe1s']
  BR26: Mato Grosso
[u'  BR26', u'Mato Grosso']
  BR27: Mato Grosso Do Sul
[u'  BR27', u'Mato Grosso Do Sul']
CHN: China
[u'CHN', u'China']
  CN01: Beijing
[u'  CN01', u'Beijing']
  CN02: Tianjin
[u'  CN02', u'Tianjin']
  CN03: Hebei
[u'  CN03', u'Hebei']
  CN04: Shanxi
[u'  CN04', u'Shanxi']
  CN05: Inner Mongolia
[u'  CN05', u'Inner Mongolia']
  CN06: Liaoning
[u'  CN06', u'Liaoning']
  CN07: Jilin
[u'  CN07', u'Jilin']
  CN08: Heilongjiang
[u'  CN08', u'Heilongjiang']
  CN09: Shanghai
[u'  CN09', u'Shanghai']
  CN10: Jiangsu
[u'  CN10', u'Jiangsu']
  CN11: Zhejiang
[u'  CN11', u'Zhejiang']
  CN12: Anhui
[u'  CN12', u'Anhui']
  CN13: Fujian
[u'  CN13', u'Fujian']
  CN14: Jiangxi
[u'  CN14', u'Jiangxi']
  CN15: Shandong
[u'  CN15', u'Shandong']
  CN16: Henan
[u'  CN16', u'Henan']
  CN17: Hubei
[u'  CN17', u'Hubei']
  CN18: Hunan
[u'  CN18', u'Hunan']
  CN19: Guangdong
[u'  CN19', u'Guangdong']
  CN20: Guangxi
[u'  CN20', u'Guangxi']
  CN21: Hainan
[u'  CN21', u'Hainan']
  CN22: Chongqing
[u'  CN22', u'Chongqing']
  CN23: Sichuan
[u'  CN23', u'Sichuan']
  CN24: Guizhou
[u'  CN24', u'Guizhou']
  CN25: Yunnan
[u'  CN25', u'Yunnan']
  CN26: Tibet
[u'  CN26', u'Tibet']
  CN27: Shaanxi
[u'  CN27', u'Shaanxi']
  CN28: Gansu
[u'  CN28', u'Gansu']
  CN29: Qinghai
[u'  CN29', u'Qinghai']
  CN30: Ningxia
[u'  CN30', u'Ningxia']
  CN31: Xinjiang
[u'  CN31', u'Xinjiang']
COL: Colombia
[u'COL', u'Colombia']
  CO05: Antioquia
[u'  CO05', u'Antioquia']
  CO08: Atlántico
[u'  CO08', u'Atl\xe1ntico']
  CO11: Bogotá Capital District
[u'  CO11', u'Bogot\xe1 Capital District']
  CO13: Bolívar
[u'  CO13', u'Bol\xedvar']
  CO15: Boyacá
[u'  CO15', u'Boyac\xe1']
  CO17: Caldas
[u'  CO17', u'Caldas']
  CO18: Caquetá
[u'  CO18', u'Caquet\xe1']
  CO19: Cauca
[u'  CO19', u'Cauca']
  CO20: Cesar
[u'  CO20', u'Cesar']
  CO23: Córdoba (CO)
[u'  CO23', u'C\xf3rdoba (CO)']
  CO25: Cundinamarca
[u'  CO25', u'Cundinamarca']
  CO27: Chocó
[u'  CO27', u'Choc\xf3']
  CO41: Huila
[u'  CO41', u'Huila']
  CO44: La Guajira
[u'  CO44', u'La Guajira']
  CO47: Magdalena
[u'  CO47', u'Magdalena']
  CO50: Meta
[u'  CO50', u'Meta']
  CO52: Nariño
[u'  CO52', u'Nari\xf1o']
  CO54: Norte de Santander
[u'  CO54', u'Norte de Santander']
  CO63: Quindio
[u'  CO63', u'Quindio']
  CO66: Risaralda
[u'  CO66', u'Risaralda']
  CO68: Santander
[u'  CO68', u'Santander']
  CO70: Sucre
[u'  CO70', u'Sucre']
  CO73: Tolima
[u'  CO73', u'Tolima']
  CO76: Valle del Cauca
[u'  CO76', u'Valle del Cauca']
  CO81: Arauca
[u'  CO81', u'Arauca']
  CO85: Casanare
[u'  CO85', u'Casanare']
  CO86: Putumayo
[u'  CO86', u'Putumayo']
  CO88: San Andrés
[u'  CO88', u'San Andr\xe9s']
  CO91: Amazonas
[u'  CO91', u'Amazonas']
  CO94: Guainía
[u'  CO94', u'Guain\xeda']
  CO95: Guaviare
[u'  CO95', u'Guaviare']
  CO97: Vaupés
[u'  CO97', u'Vaup\xe9s']
  CO99: Vichada
[u'  CO99', u'Vichada']
CRI: Costa Rica
[u'CRI', u'Costa Rica']
  CR01: San José
[u'  CR01', u'San Jos\xe9']
  CR02: Alajuela
[u'  CR02', u'Alajuela']
  CR03: Cartago
[u'  CR03', u'Cartago']
  CR04: Heredia
[u'  CR04', u'Heredia']
  CR05: Guanacaste
[u'  CR05', u'Guanacaste']
  CR06: Puntarenas
[u'  CR06', u'Puntarenas']
  CR07: Limón
[u'  CR07', u'Lim\xf3n']
IND: India
[u'IND', u'India']
  IN01: Jammu and Kashmir
[u'  IN01', u'Jammu and Kashmir']
  IN02: Himachal Pradesh
[u'  IN02', u'Himachal Pradesh']
  IN03: National Capital Territory of Delhi
[u'  IN03', u'National Capital Territory of Delhi']
  IN04: Rajasthan
[u'  IN04', u'Rajasthan']
  IN05: Uttar Pradesh
[u'  IN05', u'Uttar Pradesh']
  IN06: Sikkim
[u'  IN06', u'Sikkim']
  IN07: Arunachal Pradesh
[u'  IN07', u'Arunachal Pradesh']
  IN08: Nagaland
[u'  IN08', u'Nagaland']
  IN09: Meghalaya
[u'  IN09', u'Meghalaya']
  IN10: Assam
[u'  IN10', u'Assam']
  IN11: West Bengal
[u'  IN11', u'West Bengal']
  IN12: Gujarat
[u'  IN12', u'Gujarat']
  IN13: Dadra & Nagar Haveli
[u'  IN13', u'Dadra & Nagar Haveli']
  IN14: Maharashtra
[u'  IN14', u'Maharashtra']
  IN15: Daman & Diu
[u'  IN15', u'Daman & Diu']
  IN16: Lakshadweep
[u'  IN16', u'Lakshadweep']
  IN17: Kerala
[u'  IN17', u'Kerala']
  IN18: Punjab
[u'  IN18', u'Punjab']
  IN19: Chandigarh
[u'  IN19', u'Chandigarh']
  IN20: Haryana
[u'  IN20', u'Haryana']
  IN21: Uttaranchal
[u'  IN21', u'Uttaranchal']
  IN22: Bihar
[u'  IN22', u'Bihar']
  IN23: Jharkhand
[u'  IN23', u'Jharkhand']
  IN24: Manipur
[u'  IN24', u'Manipur']
  IN25: Mizoram
[u'  IN25', u'Mizoram']
  IN26: Tripura
[u'  IN26', u'Tripura']
  IN27: Orissa
[u'  IN27', u'Orissa']
  IN28: Madhya Pradesh
[u'  IN28', u'Madhya Pradesh']
  IN29: Chhattisgarh
[u'  IN29', u'Chhattisgarh']
  IN30: Andhra Pradesh
[u'  IN30', u'Andhra Pradesh']
  IN31: Karnataka
[u'  IN31', u'Karnataka']
  IN32: Goa
[u'  IN32', u'Goa']
  IN33: Tamil Nadu
[u'  IN33', u'Tamil Nadu']
  IN34: Puducherry
[u'  IN34', u'Puducherry']
  IN35: Andaman and Nicobar Islands
[u'  IN35', u'Andaman and Nicobar Islands']
IDN: Indonesia
[u'IDN', u'Indonesia']
  ID01: DKI Jakarta Province
[u'  ID01', u'DKI Jakarta Province']
  ID02: Banten Province
[u'  ID02', u'Banten Province']
  ID03: D.I. Yogyakarta Province
[u'  ID03', u'D.I. Yogyakarta Province']
  ID04: West Java Province
[u'  ID04', u'West Java Province']
  ID05: East Java Province
[u'  ID05', u'East Java Province']
  ID06: Central Java Province
[u'  ID06', u'Central Java Province']
  ID07: Bali Province
[u'  ID07', u'Bali Province']
  ID08: Aceh Province
[u'  ID08', u'Aceh Province']
  ID09: North Sumatera Province
[u'  ID09', u'North Sumatera Province']
  ID10: Bengkulu Province
[u'  ID10', u'Bengkulu Province']
  ID11: Riau Province
[u'  ID11', u'Riau Province']
  ID12: Riau Mainland Province
[u'  ID12', u'Riau Mainland Province']
  ID13: West Sumatera Province
[u'  ID13', u'West Sumatera Province']
  ID14: South Sumatera Province
[u'  ID14', u'South Sumatera Province']
  ID15: Bangka Belitung Province
[u'  ID15', u'Bangka Belitung Province']
  ID16: Jambi Province
[u'  ID16', u'Jambi Province']
  ID17: Lampung Province
[u'  ID17', u'Lampung Province']
  ID18: Papua Province
[u'  ID18', u'Papua Province']
  ID19: West Papua Province
[u'  ID19', u'West Papua Province']
  ID20: Gorontalo Province
[u'  ID20', u'Gorontalo Province']
  ID21: West Kalimantan Province
[u'  ID21', u'West Kalimantan Province']
  ID22: South Kalimantan Province
[u'  ID22', u'South Kalimantan Province']
  ID23: Middle Kalimantan Province
[u'  ID23', u'Middle Kalimantan Province']
  ID24: East Kalimantan Province
[u'  ID24', u'East Kalimantan Province']
  ID25: Maluku Province
[u'  ID25', u'Maluku Province']
  ID26: North Maluku Province
[u'  ID26', u'North Maluku Province']
  ID27: South East Sulawesi Province
[u'  ID27', u'South East Sulawesi Province']
  ID28: North Sulawesi Province
[u'  ID28', u'North Sulawesi Province']
  ID29: South Sulawesi Province
[u'  ID29', u'South Sulawesi Province']
  ID30: Middle Sulawesi Province
[u'  ID30', u'Middle Sulawesi Province']
  ID31: West Sulawesi Province
[u'  ID31', u'West Sulawesi Province']
  ID32: Western Lesser Sundas Province
[u'  ID32', u'Western Lesser Sundas Province']
  ID33: Eastern Lesser Sundas Province
[u'  ID33', u'Eastern Lesser Sundas Province']
LVA: Latvia
[u'LVA', u'Latvia']
  LV00: Latvia
[u'  LV00', u'Latvia']
    LV003: Kurzeme
[u'    LV003', u'Kurzeme']
    LV005: Latgale
[u'    LV005', u'Latgale']
    LV006: Riga
[u'    LV006', u'Riga']
    LV007: Pieriga
[u'    LV007', u'Pieriga']
    LV008: Vidzeme
[u'    LV008', u'Vidzeme']
    LV009: Zemgale
[u'    LV009', u'Zemgale']
LTU: Lithuania
[u'LTU', u'Lithuania']
  LT00: Lithuania
[u'  LT00', u'Lithuania']
    LT001: Alytus county
[u'    LT001', u'Alytus county']
    LT002: Kaunas county
[u'    LT002', u'Kaunas county']
    LT003: Klaipeda county
[u'    LT003', u'Klaipeda county']
    LT004: Marijampole county
[u'    LT004', u'Marijampole county']
    LT005: Panevežys county
[u'    LT005', u'Paneve\u017eys county']
    LT006: Šiauliai county
[u'    LT006', u'\u0160iauliai county']
    LT007: Taurage county
[u'    LT007', u'Taurage county']
    LT008: Telšiai county
[u'    LT008', u'Tel\u0161iai county']
    LT009: Utena county
[u'    LT009', u'Utena county']
    LT00A: Vilnius county
[u'    LT00A', u'Vilnius county']
RUS: Russia
[u'RUS', u'Russia']
  RU01: Belgorod Oblast
[u'  RU01', u'Belgorod Oblast']
  RU02: Bryansk Oblast
[u'  RU02', u'Bryansk Oblast']
  RU03: Vladimir Oblast
[u'  RU03', u'Vladimir Oblast']
  RU04: Voronezh Oblast
[u'  RU04', u'Voronezh Oblast']
  RU05: Ivanovo Oblast
[u'  RU05', u'Ivanovo Oblast']
  RU06: Kaluga Oblast
[u'  RU06', u'Kaluga Oblast']
  RU07: Kostroma Oblast
[u'  RU07', u'Kostroma Oblast']
  RU08: Kursk Oblast
[u'  RU08', u'Kursk Oblast']
  RU09: Lipetsk Oblast
[u'  RU09', u'Lipetsk Oblast']
  RU10: Moscow Oblast
[u'  RU10', u'Moscow Oblast']
  RU11: Oryol Oblast
[u'  RU11', u'Oryol Oblast']
  RU12: Ryazan Oblast
[u'  RU12', u'Ryazan Oblast']
  RU13: Smolensk Oblast
[u'  RU13', u'Smolensk Oblast']
  RU14: Tambov Oblast
[u'  RU14', u'Tambov Oblast']
  RU15: Tver Oblast
[u'  RU15', u'Tver Oblast']
  RU16: Tula Oblast
[u'  RU16', u'Tula Oblast']
  RU17: Yaroslavl Oblast
[u'  RU17', u'Yaroslavl Oblast']
  RU18: City of Moscow
[u'  RU18', u'City of Moscow']
  RU19: Republic of Karelia
[u'  RU19', u'Republic of Karelia']
  RU20: Komi republic
[u'  RU20', u'Komi republic']
  RU21: Arkhangelsk Oblast
[u'  RU21', u'Arkhangelsk Oblast']
  RU22: Nenets Autonomous Okrug
[u'  RU22', u'Nenets Autonomous Okrug']
  RU23: Vologda Oblast
[u'  RU23', u'Vologda Oblast']
  RU24: Kaliningrad Oblast
[u'  RU24', u'Kaliningrad Oblast']
  RU25: Leningrad Oblast
[u'  RU25', u'Leningrad Oblast']
  RU26: Murmansk Oblast
[u'  RU26', u'Murmansk Oblast']
  RU27: Novgorod Oblast
[u'  RU27', u'Novgorod Oblast']
  RU28: Pskov Oblast
[u'  RU28', u'Pskov Oblast']
  RU29: Federal City of Saint Petersburg
[u'  RU29', u'Federal City of Saint Petersburg']
  RU30: Republic of Adygea
[u'  RU30', u'Republic of Adygea']
  RU31: Republic of Kalmykia
[u'  RU31', u'Republic of Kalmykia']
  RU32: Krasnodar Krai
[u'  RU32', u'Krasnodar Krai']
  RU33: Astrakhan Oblast
[u'  RU33', u'Astrakhan Oblast']
  RU34: Volgograd Oblast
[u'  RU34', u'Volgograd Oblast']
  RU35: Rostov Oblast
[u'  RU35', u'Rostov Oblast']
  RU36: Republic of Dagestan
[u'  RU36', u'Republic of Dagestan']
  RU37: Republic of Ingushetia
[u'  RU37', u'Republic of Ingushetia']
  RU38: Kabardino-Balkar Republic
[u'  RU38', u'Kabardino-Balkar Republic']
  RU39: Karachay-Cherkhess Republic
[u'  RU39', u'Karachay-Cherkhess Republic']
  RU40: Republic of North Ossetia-Alania
[u'  RU40', u'Republic of North Ossetia-Alania']
  RU41: Chechen Republic
[u'  RU41', u'Chechen Republic']
  RU42: Stavropol Krai
[u'  RU42', u'Stavropol Krai']
  RU43: Republic of Bashkorstostan
[u'  RU43', u'Republic of Bashkorstostan']
  RU44: Mari El Republic
[u'  RU44', u'Mari El Republic']
  RU45: Republic of Mordovia
[u'  RU45', u'Republic of Mordovia']
  RU46: Republic of Tatarstan
[u'  RU46', u'Republic of Tatarstan']
  RU47: Udmurt Republic
[u'  RU47', u'Udmurt Republic']
  RU48: Chuvash Republic
[u'  RU48', u'Chuvash Republic']
  RU49: Perm Krai
[u'  RU49', u'Perm Krai']
  RU50: Kirov Oblast
[u'  RU50', u'Kirov Oblast']
  RU51: Nizhny Novgorod Oblast
[u'  RU51', u'Nizhny Novgorod Oblast']
  RU52: Orenburg Oblast
[u'  RU52', u'Orenburg Oblast']
  RU53: Penza Oblast
[u'  RU53', u'Penza Oblast']
  RU54: Samara Oblast
[u'  RU54', u'Samara Oblast']
  RU55: Saratov Oblast
[u'  RU55', u'Saratov Oblast']
  RU56: Ulianov Oblast
[u'  RU56', u'Ulianov Oblast']
  RU57: Kurgan Oblast
[u'  RU57', u'Kurgan Oblast']
  RU58: Sverdlovsk Oblast
[u'  RU58', u'Sverdlovsk Oblast']
  RU59: Tyumen Oblast
[u'  RU59', u'Tyumen Oblast']
  RU60: Khanty-Mansi Autonomous Okrug - Yugra
[u'  RU60', u'Khanty-Mansi Autonomous Okrug - Yugra']
  RU61: Yamalo-Nenets Autonomous Okrug
[u'  RU61', u'Yamalo-Nenets Autonomous Okrug']
  RU62: Chelyabinsk Oblast
[u'  RU62', u'Chelyabinsk Oblast']
  RU63: Republic of Altai
[u'  RU63', u'Republic of Altai']
  RU64: Buryat Republic
[u'  RU64', u'Buryat Republic']
  RU65: Tyva Republic
[u'  RU65', u'Tyva Republic']
  RU66: Republic of Khakassia
[u'  RU66', u'Republic of Khakassia']
  RU67: Altai Krai
[u'  RU67', u'Altai Krai']
  RU68: Zabaykalsky Krai
[u'  RU68', u'Zabaykalsky Krai']
  RU69: Krasnoyarsk Krai
[u'  RU69', u'Krasnoyarsk Krai']
  RU70: Irkutsk Oblast
[u'  RU70', u'Irkutsk Oblast']
  RU71: Kemerovo oblast
[u'  RU71', u'Kemerovo oblast']
  RU72: Novosibirsk Oblast
[u'  RU72', u'Novosibirsk Oblast']
  RU73: Omsk Oblast
[u'  RU73', u'Omsk Oblast']
  RU74: Tomsk Oblast
[u'  RU74', u'Tomsk Oblast']
  RU75: Sakha Republic (Yakutia)
[u'  RU75', u'Sakha Republic (Yakutia)']
  RU76: Kamchatka Krai
[u'  RU76', u'Kamchatka Krai']
  RU77: Primorsky Krai
[u'  RU77', u'Primorsky Krai']
  RU78: Khabarovsk Krai
[u'  RU78', u'Khabarovsk Krai']
  RU79: Amur Oblast
[u'  RU79', u'Amur Oblast']
  RU80: Magadan Oblast
[u'  RU80', u'Magadan Oblast']
  RU81: Sakhalin Oblast
[u'  RU81', u'Sakhalin Oblast']
  RU82: Jewish Autonomous Oblast
[u'  RU82', u'Jewish Autonomous Oblast']
  RU83: Chukotka Autonomous Okrug
[u'  RU83', u'Chukotka Autonomous Okrug']
ZAF: South Africa
[u'ZAF', u'South Africa']
  ZA01: Eastern Cape
[u'  ZA01', u'Eastern Cape']
  ZA02: Free State
[u'  ZA02', u'Free State']
  ZA03: Gauteng
[u'  ZA03', u'Gauteng']
  ZA04: KwaZulu-Natal
[u'  ZA04', u'KwaZulu-Natal']
  ZA05: Limpopo
[u'  ZA05', u'Limpopo']
  ZA06: Mpumalanga
[u'  ZA06', u'Mpumalanga']
  ZA07: Northern Cape
[u'  ZA07', u'Northern Cape']
  ZA08: North West
[u'  ZA08', u'North West']
  ZA09: Western Cape
[u'  ZA09', u'Western Cape']

In [31]:
se1 = pd.Series(regions1)
region_pop['Region Name'] = se1.values
se2 = pd.Series(region_codes1)
region_pop['Region Code'] = se2.values

region_pop = region_pop.drop('Region', 1)
region_pop = region_pop.drop('Territory Level and Typology', 1)

region_pop.head()


Out[31]:
2014 Region Name Region Code
0 23490700 Australia AUS
1 7518470 New South Wales AU1
2 220944 Capital Region AU101
3 209850 Central West AU103
4 136418 Coffs Harbour - Grafton AU104

In [32]:
region_pop.to_csv("index/final/region_pop.csv", encoding="utf-8")

 Region Surface


In [33]:
region_surf.head()


Out[33]:
Region Territory Level and Typology 2014
0 AUS: Australia Country 7703350.0
1 AU1: New South Wales Large regions (TL2) 801352.0
2 AU101: Capital Region Small regions (TL3) - predominantly rural 51894.4
3 AU103: Central West NaN 70297.6
4 AU104: Coffs Harbour - Grafton NaN 13229.9

In [34]:
regions2 = []
region_codes2 = []
for i in region_surf.iterrows():
    # Get regions
    current_city = i[1][0]
    if i[1][0][0:2] == "  ":
        current_city = i[1][0][2:]
        print current_city
    current_city_split = current_city.split(": ",1)
    print current_city_split
    regions2.append(current_city_split[1])
    if current_city_split[0][0:2] == "  ":
        region_codes2.append(current_city_split[0][2:])
    else:
        region_codes2.append(current_city_split[0])


[u'AUS', u'Australia']
AU1: New South Wales
[u'AU1', u'New South Wales']
  AU101: Capital Region
[u'  AU101', u'Capital Region']
  AU103: Central West
[u'  AU103', u'Central West']
  AU104: Coffs Harbour - Grafton
[u'  AU104', u'Coffs Harbour - Grafton']
  AU105: Far West and Orana
[u'  AU105', u'Far West and Orana']
  AU106: Hunter Valley Exc Newcastle
[u'  AU106', u'Hunter Valley Exc Newcastle']
  AU107: Illawarra
[u'  AU107', u'Illawarra']
  AU108: Mid North Coast
[u'  AU108', u'Mid North Coast']
  AU109: Murray
[u'  AU109', u'Murray']
  AU110: New England and North West
[u'  AU110', u'New England and North West']
  AU111: Newcastle and Lake Macquarie
[u'  AU111', u'Newcastle and Lake Macquarie']
  AU112: Richmond - Tweed
[u'  AU112', u'Richmond - Tweed']
  AU113: Riverina
[u'  AU113', u'Riverina']
  AU114: Southern Highlands and Shoalhaven
[u'  AU114', u'Southern Highlands and Shoalhaven']
  AU1GS: Sydney
[u'  AU1GS', u'Sydney']
AU2: Victoria
[u'AU2', u'Victoria']
  AU201: Ballarat
[u'  AU201', u'Ballarat']
  AU202: Bendigo
[u'  AU202', u'Bendigo']
  AU203: Geelong
[u'  AU203', u'Geelong']
  AU204: Hume
[u'  AU204', u'Hume']
  AU205: Latrobe - Gippsland
[u'  AU205', u'Latrobe - Gippsland']
  AU215: North West
[u'  AU215', u'North West']
  AU216: Shepparton
[u'  AU216', u'Shepparton']
  AU217: Warrnambool and South West
[u'  AU217', u'Warrnambool and South West']
  AU2GM: Melbourne
[u'  AU2GM', u'Melbourne']
AU3: Queensland
[u'AU3', u'Queensland']
  AU306: Cairns
[u'  AU306', u'Cairns']
  AU307: Darling Downs - Maranoa
[u'  AU307', u'Darling Downs - Maranoa']
  AU308: Fitzroy
[u'  AU308', u'Fitzroy']
  AU309: Gold Coast
[u'  AU309', u'Gold Coast']
  AU312: Mackay
[u'  AU312', u'Mackay']
  AU315: Queensland - Outback
[u'  AU315', u'Queensland - Outback']
  AU316: Sunshine Coast
[u'  AU316', u'Sunshine Coast']
  AU317: Toowoomba
[u'  AU317', u'Toowoomba']
  AU318: Townsville
[u'  AU318', u'Townsville']
  AU319: Wide Bay
[u'  AU319', u'Wide Bay']
  AU3GB: Brisbane
[u'  AU3GB', u'Brisbane']
AU4: South Australia
[u'AU4', u'South Australia']
  AU405: Barossa - Yorke - Mid North
[u'  AU405', u'Barossa - Yorke - Mid North']
  AU406: South Australia - Outback
[u'  AU406', u'South Australia - Outback']
  AU407: South Australia - South East
[u'  AU407', u'South Australia - South East']
  AU4GA: Adelaide
[u'  AU4GA', u'Adelaide']
AU5: Western Australia
[u'AU5', u'Western Australia']
  AU501: Bunbury
[u'  AU501', u'Bunbury']
  AU508: Western Australia - Outback
[u'  AU508', u'Western Australia - Outback']
  AU509: Western Australia - Wheat Belt
[u'  AU509', u'Western Australia - Wheat Belt']
  AU5GP: Perth
[u'  AU5GP', u'Perth']
AU6: Tasmania
[u'AU6', u'Tasmania']
  AU601: Hobart
[u'  AU601', u'Hobart']
  AU602: Launceston and North East
[u'  AU602', u'Launceston and North East']
  AU603: South East
[u'  AU603', u'South East']
  AU604: West and North West
[u'  AU604', u'West and North West']
AU7: Northern Territory (NT)
[u'AU7', u'Northern Territory (NT)']
  AU701: Darwin
[u'  AU701', u'Darwin']
  AU702: Northern Territory - Outback
[u'  AU702', u'Northern Territory - Outback']
AU8: Australian Capital Territory (ACT)
[u'AU8', u'Australian Capital Territory (ACT)']
  AU801: Australian Capital Territory
[u'  AU801', u'Australian Capital Territory']
[u'AUT', u'Austria']
AT11: Burgenland (AT)
[u'AT11', u'Burgenland (AT)']
  AT111: Mittelburgenland
[u'  AT111', u'Mittelburgenland']
  AT112: Nordburgenland
[u'  AT112', u'Nordburgenland']
  AT113: Südburgenland
[u'  AT113', u'S\xfcdburgenland']
AT12: Lower Austria
[u'AT12', u'Lower Austria']
  AT121: Mostviertel-Eisenwurzen
[u'  AT121', u'Mostviertel-Eisenwurzen']
  AT122: Niederösterreich-Süd
[u'  AT122', u'Nieder\xf6sterreich-S\xfcd']
  AT123: Sankt Pölten
[u'  AT123', u'Sankt P\xf6lten']
  AT124: Waldviertel
[u'  AT124', u'Waldviertel']
  AT125: Weinviertel
[u'  AT125', u'Weinviertel']
  AT126: Wiener Umland/Nordteil
[u'  AT126', u'Wiener Umland/Nordteil']
  AT127: Wiener Umland/Südteil
[u'  AT127', u'Wiener Umland/S\xfcdteil']
AT13: Vienna
[u'AT13', u'Vienna']
  AT130: Vienna
[u'  AT130', u'Vienna']
AT21: Carinthia
[u'AT21', u'Carinthia']
  AT211: Klagenfurt-Villach
[u'  AT211', u'Klagenfurt-Villach']
  AT212: Oberkärnten
[u'  AT212', u'Oberk\xe4rnten']
  AT213: Unterkärnten
[u'  AT213', u'Unterk\xe4rnten']
AT22: Styria
[u'AT22', u'Styria']
  AT221: Graz
[u'  AT221', u'Graz']
  AT222: Liezen
[u'  AT222', u'Liezen']
  AT223: Östliche Obersteiermark
[u'  AT223', u'\xd6stliche Obersteiermark']
  AT224: Oststeiermark
[u'  AT224', u'Oststeiermark']
  AT225: West- und Südsteiermark
[u'  AT225', u'West- und S\xfcdsteiermark']
  AT226: Westliche Obersteiermark
[u'  AT226', u'Westliche Obersteiermark']
AT31: Upper Austria
[u'AT31', u'Upper Austria']
  AT311: Innviertel
[u'  AT311', u'Innviertel']
  AT312: Linz-Wels
[u'  AT312', u'Linz-Wels']
  AT313: Mühlviertel
[u'  AT313', u'M\xfchlviertel']
  AT314: Steyr-Kirchdorf
[u'  AT314', u'Steyr-Kirchdorf']
  AT315: Traunviertel
[u'  AT315', u'Traunviertel']
AT32: Salzburg
[u'AT32', u'Salzburg']
  AT321: Lungau
[u'  AT321', u'Lungau']
  AT322: Pinzgau-Pongau
[u'  AT322', u'Pinzgau-Pongau']
  AT323: Salzburg und Umgebung
[u'  AT323', u'Salzburg und Umgebung']
AT33: Tyrol
[u'AT33', u'Tyrol']
  AT331: Außerfern
[u'  AT331', u'Au\xdferfern']
  AT332: Innsbruck
[u'  AT332', u'Innsbruck']
  AT333: Osttirol
[u'  AT333', u'Osttirol']
  AT334: Tyrolean Oberland
[u'  AT334', u'Tyrolean Oberland']
  AT335: Tyrolean Unterland
[u'  AT335', u'Tyrolean Unterland']
AT34: Vorarlberg
[u'AT34', u'Vorarlberg']
  AT341: Bludenz-Bregenzer Wald
[u'  AT341', u'Bludenz-Bregenzer Wald']
  AT342: Rheintal-Bodenseegebiet
[u'  AT342', u'Rheintal-Bodenseegebiet']
[u'BEL', u'Belgium']
BE1: Brussels Capital Region
[u'BE1', u'Brussels Capital Region']
BE2: Flemish Region
[u'BE2', u'Flemish Region']
BE3: Wallonia
[u'BE3', u'Wallonia']
[u'CAN', u'Canada']
CA10: Newfoundland and Labrador
[u'CA10', u'Newfoundland and Labrador']
  CA1001: Division 1, NL
[u'  CA1001', u'Division 1, NL']
  CA1002: Division 2, NL
[u'  CA1002', u'Division 2, NL']
  CA1003: Division 3, NL
[u'  CA1003', u'Division 3, NL']
  CA1004: Division 4, NL
[u'  CA1004', u'Division 4, NL']
  CA1005: Division 5, NL
[u'  CA1005', u'Division 5, NL']
  CA1006: Division 6, NL
[u'  CA1006', u'Division 6, NL']
  CA1007: Division 7, NL
[u'  CA1007', u'Division 7, NL']
  CA1008: Division 8, NL
[u'  CA1008', u'Division 8, NL']
  CA1009: Division 9, NL
[u'  CA1009', u'Division 9, NL']
  CA1010: Division 10, NL
[u'  CA1010', u'Division 10, NL']
  CA1011: Division 11, NL
[u'  CA1011', u'Division 11, NL']
CA11: Prince Edward Island
[u'CA11', u'Prince Edward Island']
  CA1101: Kings, PE
[u'  CA1101', u'Kings, PE']
  CA1102: Queens, PE
[u'  CA1102', u'Queens, PE']
  CA1103: Prince, PE
[u'  CA1103', u'Prince, PE']
CA12: Nova Scotia
[u'CA12', u'Nova Scotia']
  CA1201: Shelburne, NS
[u'  CA1201', u'Shelburne, NS']
  CA1202: Yarmouth, NS
[u'  CA1202', u'Yarmouth, NS']
  CA1203: Digby, NS
[u'  CA1203', u'Digby, NS']
  CA1204: Queens, NS
[u'  CA1204', u'Queens, NS']
  CA1205: Annapolis, NS
[u'  CA1205', u'Annapolis, NS']
  CA1206: Lunenburg, NS
[u'  CA1206', u'Lunenburg, NS']
  CA1207: Kings, NS
[u'  CA1207', u'Kings, NS']
  CA1208: Hants, NS
[u'  CA1208', u'Hants, NS']
  CA1209: Halifax, NS
[u'  CA1209', u'Halifax, NS']
  CA1210: Colchester, NS
[u'  CA1210', u'Colchester, NS']
  CA1211: Cumberland, NS
[u'  CA1211', u'Cumberland, NS']
  CA1212: Pictou, NS
[u'  CA1212', u'Pictou, NS']
  CA1213: Guysborough, NS
[u'  CA1213', u'Guysborough, NS']
  CA1214: Antigonish, NS
[u'  CA1214', u'Antigonish, NS']
  CA1215: Inverness, NS
[u'  CA1215', u'Inverness, NS']
  CA1216: Richmond, NS
[u'  CA1216', u'Richmond, NS']
  CA1217: Cape Breton, NS
[u'  CA1217', u'Cape Breton, NS']
  CA1218: Victoria, NS
[u'  CA1218', u'Victoria, NS']
CA13: New Brunswick
[u'CA13', u'New Brunswick']
  CA1301: Saint John, NB
[u'  CA1301', u'Saint John, NB']
  CA1302: Charlotte, NB
[u'  CA1302', u'Charlotte, NB']
  CA1303: Sunbury, NB
[u'  CA1303', u'Sunbury, NB']
  CA1304: Queens, NB
[u'  CA1304', u'Queens, NB']
  CA1305: Kings, NB
[u'  CA1305', u'Kings, NB']
  CA1306: Albert, NB
[u'  CA1306', u'Albert, NB']
  CA1307: Westmorland, NB
[u'  CA1307', u'Westmorland, NB']
  CA1308: Kent, NB
[u'  CA1308', u'Kent, NB']
  CA1309: Northumberland, NB
[u'  CA1309', u'Northumberland, NB']
  CA1310: York, NB
[u'  CA1310', u'York, NB']
  CA1311: Carleton, NB
[u'  CA1311', u'Carleton, NB']
  CA1312: Victoria, NB
[u'  CA1312', u'Victoria, NB']
  CA1313: Madawaska County, NB
[u'  CA1313', u'Madawaska County, NB']
  CA1314: Restigouche County, NB
[u'  CA1314', u'Restigouche County, NB']
  CA1315: Gloucester County, NB
[u'  CA1315', u'Gloucester County, NB']
CA24: Quebec
[u'CA24', u'Quebec']
  CA2401: Les Îles-de-la-Madeleine, QC
[u'  CA2401', u'Les \xceles-de-la-Madeleine, QC']
  CA2402: Le Rocher-Percé, QC
[u'  CA2402', u'Le Rocher-Perc\xe9, QC']
  CA2403: La Côte-de-Gaspé, QC
[u'  CA2403', u'La C\xf4te-de-Gasp\xe9, QC']
  CA2404: La Haute-Gaspésie, QC
[u'  CA2404', u'La Haute-Gasp\xe9sie, QC']
  CA2405: Bonaventure, QC
[u'  CA2405', u'Bonaventure, QC']
  CA2406: Avignon, QC
[u'  CA2406', u'Avignon, QC']
  CA2407: La Matapédia, QC
[u'  CA2407', u'La Matap\xe9dia, QC']
  CA2408: Matane, QC
[u'  CA2408', u'Matane, QC']
  CA2409: La Mitis, QC
[u'  CA2409', u'La Mitis, QC']
  CA2410: Rimouski-Neigette, QC
[u'  CA2410', u'Rimouski-Neigette, QC']
  CA2411: Les Basques, QC
[u'  CA2411', u'Les Basques, QC']
  CA2412: Rivière-du-Loup, QC
[u'  CA2412', u'Rivi\xe8re-du-Loup, QC']
  CA2413: Témiscouata, QC
[u'  CA2413', u'T\xe9miscouata, QC']
  CA2414: Kamouraska, QC
[u'  CA2414', u'Kamouraska, QC']
  CA2415: Charlevoix-Est, QC
[u'  CA2415', u'Charlevoix-Est, QC']
  CA2416: Charlevoix, QC
[u'  CA2416', u'Charlevoix, QC']
  CA2417: L'Islet, QC
[u'  CA2417', u"L'Islet, QC"]
  CA2418: Montmagny, QC
[u'  CA2418', u'Montmagny, QC']
  CA2419: Bellechasse, QC
[u'  CA2419', u'Bellechasse, QC']
  CA2420: L'Île-d'Orléans, QC
[u'  CA2420', u"L'\xcele-d'Orl\xe9ans, QC"]
  CA2421: La Côte-de-Beaupré, QC
[u'  CA2421', u'La C\xf4te-de-Beaupr\xe9, QC']
  CA2422: La Jacques-Cartier, QC
[u'  CA2422', u'La Jacques-Cartier, QC']
  CA2423: Communauté-Urbaine-de-Québec, QC
[u'  CA2423', u'Communaut\xe9-Urbaine-de-Qu\xe9bec, QC']
  CA2425: Lévis, QC
[u'  CA2425', u'L\xe9vis, QC']
  CA2426: La Nouvelle-Beauce, QC
[u'  CA2426', u'La Nouvelle-Beauce, QC']
  CA2427: Robert-Cliche, QC
[u'  CA2427', u'Robert-Cliche, QC']
  CA2428: Les Etchemins, QC
[u'  CA2428', u'Les Etchemins, QC']
  CA2429: Beauce-Sartigan, QC
[u'  CA2429', u'Beauce-Sartigan, QC']
  CA2430: Le Granit, QC
[u'  CA2430', u'Le Granit, QC']
  CA2431: L'Amiante, QC
[u'  CA2431', u"L'Amiante, QC"]
  CA2432: L'Érable, QC
[u'  CA2432', u"L'\xc9rable, QC"]
  CA2433: Lotbinière, QC
[u'  CA2433', u'Lotbini\xe8re, QC']
  CA2434: Portneuf, QC
[u'  CA2434', u'Portneuf, QC']
  CA2435: Mékinac, QC
[u'  CA2435', u'M\xe9kinac, QC']
  CA2436: Shawinigan, QC
[u'  CA2436', u'Shawinigan, QC']
  CA2437: Francheville, QC
[u'  CA2437', u'Francheville, QC']
  CA2438: Bécancour, QC
[u'  CA2438', u'B\xe9cancour, QC']
  CA2439: Arthabaska, QC
[u'  CA2439', u'Arthabaska, QC']
  CA2440: Asbestos, QC
[u'  CA2440', u'Asbestos, QC']
  CA2441: Le Haut-Saint-François, QC
[u'  CA2441', u'Le Haut-Saint-Fran\xe7ois, QC']
  CA2442: Le Val-Saint-François, QC
[u'  CA2442', u'Le Val-Saint-Fran\xe7ois, QC']
  CA2443: Sherbrooke, QC
[u'  CA2443', u'Sherbrooke, QC']
  CA2444: Coaticook, QC
[u'  CA2444', u'Coaticook, QC']
  CA2445: Memphrémagog, QC
[u'  CA2445', u'Memphr\xe9magog, QC']
  CA2446: Brome-Missisquoi, QC
[u'  CA2446', u'Brome-Missisquoi, QC']
  CA2447: La Haute-Yamaska, QC
[u'  CA2447', u'La Haute-Yamaska, QC']
  CA2448: Acton, QC
[u'  CA2448', u'Acton, QC']
  CA2449: Drummond, QC
[u'  CA2449', u'Drummond, QC']
  CA2450: Nicolet-Yamaska, QC
[u'  CA2450', u'Nicolet-Yamaska, QC']
  CA2451: Maskinongé, QC
[u'  CA2451', u'Maskinong\xe9, QC']
  CA2452: D'Autray, QC
[u'  CA2452', u"D'Autray, QC"]
  CA2453: Le Bas-Richelieu, QC
[u'  CA2453', u'Le Bas-Richelieu, QC']
  CA2454: Les Maskoutains, QC
[u'  CA2454', u'Les Maskoutains, QC']
  CA2455: Rouville, QC
[u'  CA2455', u'Rouville, QC']
  CA2456: Le Haut-Richelieu, QC
[u'  CA2456', u'Le Haut-Richelieu, QC']
  CA2457: La Vallée-du-Richelieu, QC
[u'  CA2457', u'La Vall\xe9e-du-Richelieu, QC']
  CA2458: Longueuil, QC
[u'  CA2458', u'Longueuil, QC']
  CA2459: Lajemmerais, QC
[u'  CA2459', u'Lajemmerais, QC']
  CA2460: L'Assomption, QC
[u'  CA2460', u"L'Assomption, QC"]
  CA2461: Joliette, QC
[u'  CA2461', u'Joliette, QC']
  CA2462: Matawinie, QC
[u'  CA2462', u'Matawinie, QC']
  CA2463: Montcalm, QC
[u'  CA2463', u'Montcalm, QC']
  CA2464: Les Moulins, QC
[u'  CA2464', u'Les Moulins, QC']
  CA2465: Laval, QC
[u'  CA2465', u'Laval, QC']
  CA2466: Communauté-Urbaine-de-Montréal, QC
[u'  CA2466', u'Communaut\xe9-Urbaine-de-Montr\xe9al, QC']
  CA2467: Roussillon, QC
[u'  CA2467', u'Roussillon, QC']
  CA2468: Les Jardins-de-Napierville, QC
[u'  CA2468', u'Les Jardins-de-Napierville, QC']
  CA2469: Le Haut-Saint-Laurent, QC
[u'  CA2469', u'Le Haut-Saint-Laurent, QC']
  CA2470: Beauharnois-Salaberry, QC
[u'  CA2470', u'Beauharnois-Salaberry, QC']
  CA2471: Vaudreuil-Soulanges, QC
[u'  CA2471', u'Vaudreuil-Soulanges, QC']
  CA2472: Deux-Montagnes, QC
[u'  CA2472', u'Deux-Montagnes, QC']
  CA2473: Thérèse-De Blainville, QC
[u'  CA2473', u'Th\xe9r\xe8se-De Blainville, QC']
  CA2474: Mirabel, QC
[u'  CA2474', u'Mirabel, QC']
  CA2475: La Rivière-du-Nord, QC
[u'  CA2475', u'La Rivi\xe8re-du-Nord, QC']
  CA2476: Argenteuil, QC
[u'  CA2476', u'Argenteuil, QC']
  CA2477: Les Pays-d'en-Haut, QC
[u'  CA2477', u"Les Pays-d'en-Haut, QC"]
  CA2478: Les Laurentides, QC
[u'  CA2478', u'Les Laurentides, QC']
  CA2479: Antoine-Labelle, QC
[u'  CA2479', u'Antoine-Labelle, QC']
  CA2480: Papineau, QC
[u'  CA2480', u'Papineau, QC']
  CA2481: Gatineau, QC
[u'  CA2481', u'Gatineau, QC']
  CA2482: Les Collines-de-l'Outaouais, QC
[u'  CA2482', u"Les Collines-de-l'Outaouais, QC"]
  CA2483: La Vallée-de-la-Gatineau, QC
[u'  CA2483', u'La Vall\xe9e-de-la-Gatineau, QC']
  CA2484: Pontiac, QC
[u'  CA2484', u'Pontiac, QC']
  CA2485: Témiscamingue, QC
[u'  CA2485', u'T\xe9miscamingue, QC']
  CA2486: Rouyn-Noranda, QC
[u'  CA2486', u'Rouyn-Noranda, QC']
  CA2487: Abitibi-Ouest, QC
[u'  CA2487', u'Abitibi-Ouest, QC']
  CA2488: Abitibi, QC
[u'  CA2488', u'Abitibi, QC']
  CA2489: Vallée-de-l'Or, QC
[u'  CA2489', u"Vall\xe9e-de-l'Or, QC"]
  CA2490: La Tuque, QC
[u'  CA2490', u'La Tuque, QC']
  CA2491: Le Domaine-du-Roy, QC
[u'  CA2491', u'Le Domaine-du-Roy, QC']
  CA2492: Maria-Chapdelaine, QC
[u'  CA2492', u'Maria-Chapdelaine, QC']
  CA2493: Lac-Saint-Jean-Est, QC
[u'  CA2493', u'Lac-Saint-Jean-Est, QC']
  CA2494: Le Saguenay-et-son-Fjord, QC
[u'  CA2494', u'Le Saguenay-et-son-Fjord, QC']
  CA2495: La Haute-Côte-Nord, QC
[u'  CA2495', u'La Haute-C\xf4te-Nord, QC']
  CA2496: Manicouagan, QC
[u'  CA2496', u'Manicouagan, QC']
  CA2497: Sept-Rivières-Caniapiscau, QC
[u'  CA2497', u'Sept-Rivi\xe8res-Caniapiscau, QC']
  CA2498: Minganie-Basse-Côte-Nord, QC
[u'  CA2498', u'Minganie-Basse-C\xf4te-Nord, QC']
  CA2499: Nord-du-Québec, QC
[u'  CA2499', u'Nord-du-Qu\xe9bec, QC']
CA35: Ontario
[u'CA35', u'Ontario']
  CA3501: Stormont, Dundas and Glengarry, ON
[u'  CA3501', u'Stormont, Dundas and Glengarry, ON']
  CA3502: Prescott and Russell, ON
[u'  CA3502', u'Prescott and Russell, ON']
  CA3506: Ottawa-Carleton, ON
[u'  CA3506', u'Ottawa-Carleton, ON']
  CA3507: Leeds and Grenville, ON
[u'  CA3507', u'Leeds and Grenville, ON']
  CA3509: Lanark, ON
[u'  CA3509', u'Lanark, ON']
  CA3510: Frontenac, ON
[u'  CA3510', u'Frontenac, ON']
  CA3511: Lennox and Addington, ON
[u'  CA3511', u'Lennox and Addington, ON']
  CA3512: Hastings, ON
[u'  CA3512', u'Hastings, ON']
  CA3513: Prince Edward, ON
[u'  CA3513', u'Prince Edward, ON']
  CA3514: Northumberland, ON
[u'  CA3514', u'Northumberland, ON']
  CA3515: Peterborough, ON
[u'  CA3515', u'Peterborough, ON']
  CA3516: Kawartha Lakes, ON
[u'  CA3516', u'Kawartha Lakes, ON']
  CA3518: Durham, ON
[u'  CA3518', u'Durham, ON']
  CA3519: York, ON
[u'  CA3519', u'York, ON']
  CA3520: Toronto, ON
[u'  CA3520', u'Toronto, ON']
  CA3521: Peel, ON
[u'  CA3521', u'Peel, ON']
  CA3522: Dufferin, ON
[u'  CA3522', u'Dufferin, ON']
  CA3523: Wellington, ON
[u'  CA3523', u'Wellington, ON']
  CA3524: Halton, ON
[u'  CA3524', u'Halton, ON']
  CA3525: Hamilton, ON
[u'  CA3525', u'Hamilton, ON']
  CA3526: Niagara, ON
[u'  CA3526', u'Niagara, ON']
  CA3528: Haldimand-Norfolk, ON
[u'  CA3528', u'Haldimand-Norfolk, ON']
  CA3529: Brant, ON
[u'  CA3529', u'Brant, ON']
  CA3530: Waterloo, ON
[u'  CA3530', u'Waterloo, ON']
  CA3531: Perth, ON
[u'  CA3531', u'Perth, ON']
  CA3532: Oxford, ON
[u'  CA3532', u'Oxford, ON']
  CA3534: Elgin, ON
[u'  CA3534', u'Elgin, ON']
  CA3536: Chatham-Kent, ON
[u'  CA3536', u'Chatham-Kent, ON']
  CA3537: Essex, ON
[u'  CA3537', u'Essex, ON']
  CA3538: Lambton, ON
[u'  CA3538', u'Lambton, ON']
  CA3539: Middlesex, ON
[u'  CA3539', u'Middlesex, ON']
  CA3540: Huron, ON
[u'  CA3540', u'Huron, ON']
  CA3541: Bruce, ON
[u'  CA3541', u'Bruce, ON']
  CA3542: Grey, ON
[u'  CA3542', u'Grey, ON']
  CA3543: Simcoe, ON
[u'  CA3543', u'Simcoe, ON']
  CA3544: Muskoka, ON
[u'  CA3544', u'Muskoka, ON']
  CA3546: Haliburton, ON
[u'  CA3546', u'Haliburton, ON']
  CA3547: Renfrew, ON
[u'  CA3547', u'Renfrew, ON']
  CA3548: Nipissing, ON
[u'  CA3548', u'Nipissing, ON']
  CA3549: Parry Sound, ON
[u'  CA3549', u'Parry Sound, ON']
  CA3551: Manitoulin, ON
[u'  CA3551', u'Manitoulin, ON']
  CA3552: Sudbury (District), ON
[u'  CA3552', u'Sudbury (District), ON']
  CA3553: Greater Sudbury / Grand Sudbury, ON
[u'  CA3553', u'Greater Sudbury / Grand Sudbury, ON']
  CA3554: Timiskaming, ON
[u'  CA3554', u'Timiskaming, ON']
  CA3556: Cochrane, ON
[u'  CA3556', u'Cochrane, ON']
  CA3557: Algoma, ON
[u'  CA3557', u'Algoma, ON']
  CA3558: Thunder Bay, ON
[u'  CA3558', u'Thunder Bay, ON']
  CA3559: Rainy River, ON
[u'  CA3559', u'Rainy River, ON']
  CA3560: Kenora, ON
[u'  CA3560', u'Kenora, ON']
CA46: Manitoba
[u'CA46', u'Manitoba']
  CA4601: Division 1, MB
[u'  CA4601', u'Division 1, MB']
  CA4602: Division 2, MB
[u'  CA4602', u'Division 2, MB']
  CA4603: Division 3, MB
[u'  CA4603', u'Division 3, MB']
  CA4604: Division 4, MB
[u'  CA4604', u'Division 4, MB']
  CA4605: Division 5, MB
[u'  CA4605', u'Division 5, MB']
  CA4606: Division 6, MB
[u'  CA4606', u'Division 6, MB']
  CA4607: Division 7, MB
[u'  CA4607', u'Division 7, MB']
  CA4608: Division 8, MB
[u'  CA4608', u'Division 8, MB']
  CA4609: Division 9, MB
[u'  CA4609', u'Division 9, MB']
  CA4610: Division 10, MB
[u'  CA4610', u'Division 10, MB']
  CA4611: Division 11, MB
[u'  CA4611', u'Division 11, MB']
  CA4612: Division 12, MB
[u'  CA4612', u'Division 12, MB']
  CA4613: Division 13, MB
[u'  CA4613', u'Division 13, MB']
  CA4614: Division 14, MB
[u'  CA4614', u'Division 14, MB']
  CA4615: Division 15, MB
[u'  CA4615', u'Division 15, MB']
  CA4616: Division 16, MB
[u'  CA4616', u'Division 16, MB']
  CA4617: Division 17, MB
[u'  CA4617', u'Division 17, MB']
  CA4618: Division 18, MB
[u'  CA4618', u'Division 18, MB']
  CA4619: Division 19, MB
[u'  CA4619', u'Division 19, MB']
  CA4620: Division 20, MB
[u'  CA4620', u'Division 20, MB']
  CA4621: Division 21, MB
[u'  CA4621', u'Division 21, MB']
  CA4622: Division 22, MB
[u'  CA4622', u'Division 22, MB']
  CA4623: Division 23, MB
[u'  CA4623', u'Division 23, MB']
CA47: Saskatchewan
[u'CA47', u'Saskatchewan']
  CA4701: Division 1, SK
[u'  CA4701', u'Division 1, SK']
  CA4702: Division 2, SK
[u'  CA4702', u'Division 2, SK']
  CA4703: Division 3, SK
[u'  CA4703', u'Division 3, SK']
  CA4704: Division 4, SK
[u'  CA4704', u'Division 4, SK']
  CA4705: Division 5, SK
[u'  CA4705', u'Division 5, SK']
  CA4706: Division 6, SK
[u'  CA4706', u'Division 6, SK']
  CA4707: Division 7, SK
[u'  CA4707', u'Division 7, SK']
  CA4708: Division 8, SK
[u'  CA4708', u'Division 8, SK']
  CA4709: Division 9, SK
[u'  CA4709', u'Division 9, SK']
  CA4710: Division 10, SK
[u'  CA4710', u'Division 10, SK']
  CA4711: Division 11, SK
[u'  CA4711', u'Division 11, SK']
  CA4712: Division 12, SK
[u'  CA4712', u'Division 12, SK']
  CA4713: Division 13, SK
[u'  CA4713', u'Division 13, SK']
  CA4714: Division 14, SK
[u'  CA4714', u'Division 14, SK']
  CA4715: Division 15, SK
[u'  CA4715', u'Division 15, SK']
  CA4716: Division 16, SK
[u'  CA4716', u'Division 16, SK']
  CA4717: Division 17, SK
[u'  CA4717', u'Division 17, SK']
  CA4718: Division 18, SK
[u'  CA4718', u'Division 18, SK']
CA48: Alberta
[u'CA48', u'Alberta']
  CA4801: Division 1, AB
[u'  CA4801', u'Division 1, AB']
  CA4802: Division 2, AB
[u'  CA4802', u'Division 2, AB']
  CA4803: Division 3, AB
[u'  CA4803', u'Division 3, AB']
  CA4804: Division 4, AB
[u'  CA4804', u'Division 4, AB']
  CA4805: Division 5, AB
[u'  CA4805', u'Division 5, AB']
  CA4806: Division 6, AB
[u'  CA4806', u'Division 6, AB']
  CA4807: Division 7, AB
[u'  CA4807', u'Division 7, AB']
  CA4808: Division 8, AB
[u'  CA4808', u'Division 8, AB']
  CA4809: Division 9, AB
[u'  CA4809', u'Division 9, AB']
  CA4810: Division 10, AB
[u'  CA4810', u'Division 10, AB']
  CA4811: Division 11, AB
[u'  CA4811', u'Division 11, AB']
  CA4812: Division 12, AB
[u'  CA4812', u'Division 12, AB']
  CA4813: Division 13, AB
[u'  CA4813', u'Division 13, AB']
  CA4814: Division 14, AB
[u'  CA4814', u'Division 14, AB']
  CA4815: Division 15, AB
[u'  CA4815', u'Division 15, AB']
  CA4816: Division 16, AB
[u'  CA4816', u'Division 16, AB']
  CA4817: Division 17, AB
[u'  CA4817', u'Division 17, AB']
  CA4818: Division 18, AB
[u'  CA4818', u'Division 18, AB']
  CA4819: Division 19, AB
[u'  CA4819', u'Division 19, AB']
CA59: British Columbia
[u'CA59', u'British Columbia']
  CA5901: East Kootenay, BC
[u'  CA5901', u'East Kootenay, BC']
  CA5903: Central Kootenay, BC
[u'  CA5903', u'Central Kootenay, BC']
  CA5905: Kootenay Boundary, BC
[u'  CA5905', u'Kootenay Boundary, BC']
  CA5907: Okanagan-Similkameen, BC
[u'  CA5907', u'Okanagan-Similkameen, BC']
  CA5909: Fraser Valley, BC
[u'  CA5909', u'Fraser Valley, BC']
  CA5915: Greater Vancouver, BC
[u'  CA5915', u'Greater Vancouver, BC']
  CA5917: Capital, BC
[u'  CA5917', u'Capital, BC']
  CA5919: Cowichan Valley, BC
[u'  CA5919', u'Cowichan Valley, BC']
  CA5921: Nanaimo, BC
[u'  CA5921', u'Nanaimo, BC']
  CA5923: Alberni-Clayoquot, BC
[u'  CA5923', u'Alberni-Clayoquot, BC']
  CA5925: Comox Valley BC
[u'  CA5925', u'Comox Valley BC']
  CA5927: Powell River, BC
[u'  CA5927', u'Powell River, BC']
  CA5929: Sunshine Coast, BC
[u'  CA5929', u'Sunshine Coast, BC']
  CA5931: Squamish-Lillooet, BC
[u'  CA5931', u'Squamish-Lillooet, BC']
  CA5933: Thompson-Nicola, BC
[u'  CA5933', u'Thompson-Nicola, BC']
  CA5935: Central Okanagan, BC
[u'  CA5935', u'Central Okanagan, BC']
  CA5937: North Okanagan, BC
[u'  CA5937', u'North Okanagan, BC']
  CA5939: Columbia-Shuswap, BC
[u'  CA5939', u'Columbia-Shuswap, BC']
  CA5941: Cariboo, BC
[u'  CA5941', u'Cariboo, BC']
  CA5943: Mount Waddington, BC
[u'  CA5943', u'Mount Waddington, BC']
  CA5945: Central Coast, BC
[u'  CA5945', u'Central Coast, BC']
  CA5947: Skeena-Queen Charlotte, BC
[u'  CA5947', u'Skeena-Queen Charlotte, BC']
  CA5949: Kitimat-Stikine, BC
[u'  CA5949', u'Kitimat-Stikine, BC']
  CA5951: Bulkley-Nechako, BC
[u'  CA5951', u'Bulkley-Nechako, BC']
  CA5953: Fraser-Fort George, BC
[u'  CA5953', u'Fraser-Fort George, BC']
  CA5955: Peace River, BC
[u'  CA5955', u'Peace River, BC']
  CA5957: Stikine, BC
[u'  CA5957', u'Stikine, BC']
  CA5959: Northern Rockies, BC
[u'  CA5959', u'Northern Rockies, BC']
CA60: Yukon
[u'CA60', u'Yukon']
  CA6001: Yukon, YT
[u'  CA6001', u'Yukon, YT']
CA61: Northwest Territories
[u'CA61', u'Northwest Territories']
  CA6106: Region 6 NT
[u'  CA6106', u'Region 6 NT']
  CA6107: Inuvik, NT
[u'  CA6107', u'Inuvik, NT']
CA62: Nunavut
[u'CA62', u'Nunavut']
  CA6204: Baffin, NU
[u'  CA6204', u'Baffin, NU']
  CA6205: Keewatin, NU
[u'  CA6205', u'Keewatin, NU']
  CA6208: Kitikmeot, NU
[u'  CA6208', u'Kitikmeot, NU']
[u'CHL', u'Chile']
CL01: Tarapacá
[u'CL01', u'Tarapac\xe1']
  CL011: Iquique
[u'  CL011', u'Iquique']
  CL012: Tamarugal
[u'  CL012', u'Tamarugal']
CL02: Antofagasta
[u'CL02', u'Antofagasta']
  CL021: Antofagasta
[u'  CL021', u'Antofagasta']
  CL022: El Loa
[u'  CL022', u'El Loa']
  CL023: Tocopilla
[u'  CL023', u'Tocopilla']
CL03: Atacama
[u'CL03', u'Atacama']
  CL031: Copiapó
[u'  CL031', u'Copiap\xf3']
  CL032: Chañaral
[u'  CL032', u'Cha\xf1aral']
  CL033: Huasco
[u'  CL033', u'Huasco']
CL04: Coquimbo
[u'CL04', u'Coquimbo']
  CL041: Elqui
[u'  CL041', u'Elqui']
  CL042: Choapa
[u'  CL042', u'Choapa']
  CL043: Limarí
[u'  CL043', u'Limar\xed']
CL05: Valparaíso
[u'CL05', u'Valpara\xedso']
  CL051: Valparaíso
[u'  CL051', u'Valpara\xedso']
  CL052: Isla De Pascua
[u'  CL052', u'Isla De Pascua']
  CL053: Los Andes
[u'  CL053', u'Los Andes']
  CL054: Petorca
[u'  CL054', u'Petorca']
  CL055: Quillota
[u'  CL055', u'Quillota']
  CL056: San Antonio
[u'  CL056', u'San Antonio']
  CL057: San Felipe de Aconcagua
[u'  CL057', u'San Felipe de Aconcagua']
  CL058: Marga Marga
[u'  CL058', u'Marga Marga']
CL06: O'Higgins
[u'CL06', u"O'Higgins"]
  CL061: Cachapoal
[u'  CL061', u'Cachapoal']
  CL062: Cardenal Caro
[u'  CL062', u'Cardenal Caro']
  CL063: Colchagua
[u'  CL063', u'Colchagua']
CL07: Maule
[u'CL07', u'Maule']
  CL071: Talca
[u'  CL071', u'Talca']
  CL072: Cauquenes
[u'  CL072', u'Cauquenes']
  CL073: Curicó
[u'  CL073', u'Curic\xf3']
  CL074: Linares
[u'  CL074', u'Linares']
CL08: Bío-Bío
[u'CL08', u'B\xedo-B\xedo']
  CL081: Concepción
[u'  CL081', u'Concepci\xf3n']
  CL082: Arauco
[u'  CL082', u'Arauco']
  CL083: Bío-Bío
[u'  CL083', u'B\xedo-B\xedo']
  CL084: Ñuble
[u'  CL084', u'\xd1uble']
CL09: Araucanía
[u'CL09', u'Araucan\xeda']
  CL091: Cautín
[u'  CL091', u'Caut\xedn']
  CL092: Malleco
[u'  CL092', u'Malleco']
CL10: Los Lagos
[u'CL10', u'Los Lagos']
  CL101: Llanquihue
[u'  CL101', u'Llanquihue']
  CL102: Chiloé
[u'  CL102', u'Chilo\xe9']
  CL103: Osorno
[u'  CL103', u'Osorno']
  CL104: Palena
[u'  CL104', u'Palena']
CL11: Aysén
[u'CL11', u'Ays\xe9n']
  CL111: Coihaique
[u'  CL111', u'Coihaique']
  CL112: Aysen
[u'  CL112', u'Aysen']
  CL113: Capitán Prat
[u'  CL113', u'Capit\xe1n Prat']
  CL114: General Carrera
[u'  CL114', u'General Carrera']
CL12: Magallanes y Antártica
[u'CL12', u'Magallanes y Ant\xe1rtica']
  CL121: Magallanes
[u'  CL121', u'Magallanes']
  CL122: Antártica Chilena
[u'  CL122', u'Ant\xe1rtica Chilena']
  CL123: Tierra Del Fuego
[u'  CL123', u'Tierra Del Fuego']
  CL124: Última Esperanza
[u'  CL124', u'\xdaltima Esperanza']
CL13: Santiago Metropolitan
[u'CL13', u'Santiago Metropolitan']
  CL131: Santiago
[u'  CL131', u'Santiago']
  CL132: Cordillera
[u'  CL132', u'Cordillera']
  CL133: Chacabuco
[u'  CL133', u'Chacabuco']
  CL134: Maipo
[u'  CL134', u'Maipo']
  CL135: Melipilla
[u'  CL135', u'Melipilla']
  CL136: Talagante
[u'  CL136', u'Talagante']
CL14: Los Rios
[u'CL14', u'Los Rios']
  CL141: Valdivia
[u'  CL141', u'Valdivia']
  CL142: Ranco
[u'  CL142', u'Ranco']
CL15: Arica Y Parinacota
[u'CL15', u'Arica Y Parinacota']
  CL151: Arica
[u'  CL151', u'Arica']
  CL152: Parinacota
[u'  CL152', u'Parinacota']
[u'CZE', u'Czech Republic']
CZ01: Prague
[u'CZ01', u'Prague']
  CZ010: Prague
[u'  CZ010', u'Prague']
CZ02: Central Bohemian Region
[u'CZ02', u'Central Bohemian Region']
  CZ020: Central Bohemia
[u'  CZ020', u'Central Bohemia']
CZ03: Southwest
[u'CZ03', u'Southwest']
  CZ031: South Bohemia
[u'  CZ031', u'South Bohemia']
  CZ032: Plzen
[u'  CZ032', u'Plzen']
CZ04: Northwest
[u'CZ04', u'Northwest']
  CZ041: Karlovy Vary
[u'  CZ041', u'Karlovy Vary']
  CZ042: Ústí nad Labem
[u'  CZ042', u'\xdast\xed nad Labem']
CZ05: Northeast
[u'CZ05', u'Northeast']
  CZ051: Liberec
[u'  CZ051', u'Liberec']
  CZ052: Hradec Králové
[u'  CZ052', u'Hradec Kr\xe1lov\xe9']
  CZ053: Pardubice
[u'  CZ053', u'Pardubice']
CZ06: Southeast
[u'CZ06', u'Southeast']
  CZ063: Vysocina
[u'  CZ063', u'Vysocina']
  CZ064: South Moravia
[u'  CZ064', u'South Moravia']
CZ07: Central Moravia
[u'CZ07', u'Central Moravia']
  CZ071: Olomouc
[u'  CZ071', u'Olomouc']
  CZ072: Zlín
[u'  CZ072', u'Zl\xedn']
CZ08: Moravia-Silesia
[u'CZ08', u'Moravia-Silesia']
  CZ080: Moravia-Silesia
[u'  CZ080', u'Moravia-Silesia']
[u'DNK', u'Denmark']
DK01: Capital (DK)
[u'DK01', u'Capital (DK)']
  DK011: City of Copenhagen
[u'  DK011', u'City of Copenhagen']
  DK012: Copenhagen suburbs
[u'  DK012', u'Copenhagen suburbs']
  DK013: North Zealand
[u'  DK013', u'North Zealand']
  DK014: Bornholm
[u'  DK014', u'Bornholm']
DK02: Zealand
[u'DK02', u'Zealand']
  DK021: East Zealand
[u'  DK021', u'East Zealand']
  DK022: West and South Zealand
[u'  DK022', u'West and South Zealand']
DK03: Southern Denmark
[u'DK03', u'Southern Denmark']
  DK031: Fyn
[u'  DK031', u'Fyn']
  DK032: South Jutland
[u'  DK032', u'South Jutland']
DK04: Central Jutland
[u'DK04', u'Central Jutland']
  DK041: West Jutland
[u'  DK041', u'West Jutland']
  DK042: East Jutland
[u'  DK042', u'East Jutland']
DK05: Northern Jutland
[u'DK05', u'Northern Jutland']
  DK050: North Jutland
[u'  DK050', u'North Jutland']
[u'EST', u'Estonia']
EE00: Estonia
[u'EE00', u'Estonia']
  EE001: North Estonia
[u'  EE001', u'North Estonia']
  EE004: West Estonia
[u'  EE004', u'West Estonia']
  EE006: Central Estonia
[u'  EE006', u'Central Estonia']
  EE007: Northeast Estonia
[u'  EE007', u'Northeast Estonia']
  EE008: Southern Estonia
[u'  EE008', u'Southern Estonia']
[u'FIN', u'Finland']
FI19: Western Finland
[u'FI19', u'Western Finland']
  FI193: Central Finland
[u'  FI193', u'Central Finland']
  FI194: Southern Ostrobothnia
[u'  FI194', u'Southern Ostrobothnia']
  FI195: Ostrobothnia
[u'  FI195', u'Ostrobothnia']
  FI196: Satakunta
[u'  FI196', u'Satakunta']
  FI197: Pirkanmaa
[u'  FI197', u'Pirkanmaa']
FI1B: Helsinki-Uusimaa
[u'FI1B', u'Helsinki-Uusimaa']
  FI1B1: Helsinki-Uusimaa
[u'  FI1B1', u'Helsinki-Uusimaa']
FI1C: Southern Finland
[u'FI1C', u'Southern Finland']
  FI1C1: Finland Proper
[u'  FI1C1', u'Finland Proper']
  FI1C2: Tavastia Proper
[u'  FI1C2', u'Tavastia Proper']
  FI1C3: Päijät-Häme
[u'  FI1C3', u'P\xe4ij\xe4t-H\xe4me']
  FI1C4: Kymenlaakso
[u'  FI1C4', u'Kymenlaakso']
  FI1C5: South Karelia
[u'  FI1C5', u'South Karelia']
FI1D: Eastern and Northern Finland
[u'FI1D', u'Eastern and Northern Finland']
  FI1D1: Southern Savonia
[u'  FI1D1', u'Southern Savonia']
  FI1D2: Northern Savonia
[u'  FI1D2', u'Northern Savonia']
  FI1D3: North Karelia
[u'  FI1D3', u'North Karelia']
  FI1D4: Kainuu
[u'  FI1D4', u'Kainuu']
  FI1D5: Central Ostrobothnia
[u'  FI1D5', u'Central Ostrobothnia']
  FI1D6: North Ostrobothnia
[u'  FI1D6', u'North Ostrobothnia']
  FI1D7: Lapland
[u'  FI1D7', u'Lapland']
FI20: Åland
[u'FI20', u'\xc5land']
  FI200: Åland
[u'  FI200', u'\xc5land']
[u'FRA', u'France']
FR10: Ile-de-France
[u'FR10', u'Ile-de-France']
  FR101: Paris
[u'  FR101', u'Paris']
  FR102: Seine-et-Marne
[u'  FR102', u'Seine-et-Marne']
  FR103: Yvelines
[u'  FR103', u'Yvelines']
  FR104: Essonne
[u'  FR104', u'Essonne']
  FR105: Hauts-de-Seine
[u'  FR105', u'Hauts-de-Seine']
  FR106: Seine-Saint-Denis
[u'  FR106', u'Seine-Saint-Denis']
  FR107: Val-de-Marne
[u'  FR107', u'Val-de-Marne']
  FR108: Val-d'Oise
[u'  FR108', u"Val-d'Oise"]
FR21: Champagne-Ardenne
[u'FR21', u'Champagne-Ardenne']
  FR211: Ardennes
[u'  FR211', u'Ardennes']
  FR212: Aube
[u'  FR212', u'Aube']
  FR213: Marne
[u'  FR213', u'Marne']
  FR214: Haute-Marne
[u'  FR214', u'Haute-Marne']
FR22: Picardy
[u'FR22', u'Picardy']
  FR221: Aisne
[u'  FR221', u'Aisne']
  FR222: Oise
[u'  FR222', u'Oise']
  FR223: Somme
[u'  FR223', u'Somme']
FR23: Upper Normandy
[u'FR23', u'Upper Normandy']
  FR231: Eure
[u'  FR231', u'Eure']
  FR232: Seine-Maritime
[u'  FR232', u'Seine-Maritime']
FR24: Centre-Val de Loire
[u'FR24', u'Centre-Val de Loire']
  FR241: Cher
[u'  FR241', u'Cher']
  FR242: Eure-et-Loir
[u'  FR242', u'Eure-et-Loir']
  FR243: Indre
[u'  FR243', u'Indre']
  FR244: Indre-et-Loire
[u'  FR244', u'Indre-et-Loire']
  FR245: Loir-et-Cher
[u'  FR245', u'Loir-et-Cher']
  FR246: Loiret
[u'  FR246', u'Loiret']
FR25: Lower Normandy
[u'FR25', u'Lower Normandy']
  FR251: Calvados
[u'  FR251', u'Calvados']
  FR252: Manche
[u'  FR252', u'Manche']
  FR253: Orne
[u'  FR253', u'Orne']
FR26: Burgundy
[u'FR26', u'Burgundy']
  FR261: Côte-d'Or
[u'  FR261', u"C\xf4te-d'Or"]
  FR262: Nièvre
[u'  FR262', u'Ni\xe8vre']
  FR263: Saône-et-Loire
[u'  FR263', u'Sa\xf4ne-et-Loire']
  FR264: Yonne
[u'  FR264', u'Yonne']
FR30: Nord-Pas-de-Calais
[u'FR30', u'Nord-Pas-de-Calais']
  FR301: Nord (FR)
[u'  FR301', u'Nord (FR)']
  FR302: Pas-de-Calais
[u'  FR302', u'Pas-de-Calais']
FR41: Lorraine
[u'FR41', u'Lorraine']
  FR411: Meurthe-et-Moselle
[u'  FR411', u'Meurthe-et-Moselle']
  FR412: Meuse
[u'  FR412', u'Meuse']
  FR413: Moselle
[u'  FR413', u'Moselle']
  FR414: Vosges
[u'  FR414', u'Vosges']
FR42: Alsace
[u'FR42', u'Alsace']
  FR421: Bas-Rhin
[u'  FR421', u'Bas-Rhin']
  FR422: Haut-Rhin
[u'  FR422', u'Haut-Rhin']
FR43: Franche-Comté
[u'FR43', u'Franche-Comt\xe9']
  FR431: Doubs
[u'  FR431', u'Doubs']
  FR432: Jura
[u'  FR432', u'Jura']
  FR433: Haute-Saône
[u'  FR433', u'Haute-Sa\xf4ne']
  FR434: Territoire de Belfort
[u'  FR434', u'Territoire de Belfort']
FR51: Pays de la Loire
[u'FR51', u'Pays de la Loire']
  FR511: Loire-Atlantique
[u'  FR511', u'Loire-Atlantique']
  FR512: Maine-et-Loire
[u'  FR512', u'Maine-et-Loire']
  FR513: Mayenne
[u'  FR513', u'Mayenne']
  FR514: Sarthe
[u'  FR514', u'Sarthe']
  FR515: Vendée
[u'  FR515', u'Vend\xe9e']
FR52: Brittany
[u'FR52', u'Brittany']
  FR521: Côtes-d'Armor
[u'  FR521', u"C\xf4tes-d'Armor"]
  FR522: Finistère
[u'  FR522', u'Finist\xe8re']
  FR523: Ille-et-Vilaine
[u'  FR523', u'Ille-et-Vilaine']
  FR524: Morbihan
[u'  FR524', u'Morbihan']
FR53: Poitou-Charentes
[u'FR53', u'Poitou-Charentes']
  FR531: Charente
[u'  FR531', u'Charente']
  FR532: Charente-Maritime
[u'  FR532', u'Charente-Maritime']
  FR533: Deux-Sèvres
[u'  FR533', u'Deux-S\xe8vres']
  FR534: Vienne
[u'  FR534', u'Vienne']
FR61: Aquitaine
[u'FR61', u'Aquitaine']
  FR611: Dordogne
[u'  FR611', u'Dordogne']
  FR612: Gironde
[u'  FR612', u'Gironde']
  FR613: Landes
[u'  FR613', u'Landes']
  FR614: Lot-et-Garonne
[u'  FR614', u'Lot-et-Garonne']
  FR615: Pyrénées-Atlantiques
[u'  FR615', u'Pyr\xe9n\xe9es-Atlantiques']
FR62: Midi-Pyrénées
[u'FR62', u'Midi-Pyr\xe9n\xe9es']
  FR621: Ariège
[u'  FR621', u'Ari\xe8ge']
  FR622: Aveyron
[u'  FR622', u'Aveyron']
  FR623: Haute-Garonne
[u'  FR623', u'Haute-Garonne']
  FR624: Gers
[u'  FR624', u'Gers']
  FR625: Lot
[u'  FR625', u'Lot']
  FR626: Hautes-Pyrénées
[u'  FR626', u'Hautes-Pyr\xe9n\xe9es']
  FR627: Tarn
[u'  FR627', u'Tarn']
  FR628: Tarn-et-Garonne
[u'  FR628', u'Tarn-et-Garonne']
FR63: Limousin
[u'FR63', u'Limousin']
  FR631: Corrèze
[u'  FR631', u'Corr\xe8ze']
  FR632: Creuse
[u'  FR632', u'Creuse']
  FR633: Haute-Vienne
[u'  FR633', u'Haute-Vienne']
FR71: Rhône-Alpes
[u'FR71', u'Rh\xf4ne-Alpes']
  FR711: Ain
[u'  FR711', u'Ain']
  FR712: Ardèche
[u'  FR712', u'Ard\xe8che']
  FR713: Drôme
[u'  FR713', u'Dr\xf4me']
  FR714: Isère
[u'  FR714', u'Is\xe8re']
  FR715: Loire
[u'  FR715', u'Loire']
  FR716: Rhône
[u'  FR716', u'Rh\xf4ne']
  FR717: Savoie
[u'  FR717', u'Savoie']
  FR718: Haute-Savoie
[u'  FR718', u'Haute-Savoie']
FR72: Auvergne
[u'FR72', u'Auvergne']
  FR721: Allier
[u'  FR721', u'Allier']
  FR722: Cantal
[u'  FR722', u'Cantal']
  FR723: Haute-Loire
[u'  FR723', u'Haute-Loire']
  FR724: Puy-de-Dôme
[u'  FR724', u'Puy-de-D\xf4me']
FR81: Languedoc-Roussillon
[u'FR81', u'Languedoc-Roussillon']
  FR811: Aude
[u'  FR811', u'Aude']
  FR812: Gard
[u'  FR812', u'Gard']
  FR813: Hérault
[u'  FR813', u'H\xe9rault']
  FR814: Lozère
[u'  FR814', u'Loz\xe8re']
  FR815: Pyrénées-Orientales
[u'  FR815', u'Pyr\xe9n\xe9es-Orientales']
FR82: Provence-Alpes-Côte d'Azur
[u'FR82', u"Provence-Alpes-C\xf4te d'Azur"]
  FR821: Alpes-de-Haute-Provence
[u'  FR821', u'Alpes-de-Haute-Provence']
  FR822: Hautes-Alpes
[u'  FR822', u'Hautes-Alpes']
  FR823: Alpes-Maritimes
[u'  FR823', u'Alpes-Maritimes']
  FR824: Bouches-du-Rhône
[u'  FR824', u'Bouches-du-Rh\xf4ne']
  FR825: Var
[u'  FR825', u'Var']
  FR826: Vaucluse
[u'  FR826', u'Vaucluse']
FR83: Corsica
[u'FR83', u'Corsica']
  FR831: Corse-du-Sud
[u'  FR831', u'Corse-du-Sud']
  FR832: Haute-Corse
[u'  FR832', u'Haute-Corse']
[u'DEU', u'Germany']
DE1: Baden-Württemberg
[u'DE1', u'Baden-W\xfcrttemberg']
DE2: Bavaria
[u'DE2', u'Bavaria']
DE3: Berlin
[u'DE3', u'Berlin']
DE4: Brandenburg
[u'DE4', u'Brandenburg']
DE5: Bremen
[u'DE5', u'Bremen']
DE6: Hamburg
[u'DE6', u'Hamburg']
DE7: Hesse
[u'DE7', u'Hesse']
DE8: Mecklenburg-Vorpommern
[u'DE8', u'Mecklenburg-Vorpommern']
DE9: Lower Saxony
[u'DE9', u'Lower Saxony']
DEA: North Rhine-Westphalia
[u'DEA', u'North Rhine-Westphalia']
DEB: Rhineland-Palatinate
[u'DEB', u'Rhineland-Palatinate']
DEC: Saarland
[u'DEC', u'Saarland']
DED: Saxony
[u'DED', u'Saxony']
DEE: Saxony-Anhalt
[u'DEE', u'Saxony-Anhalt']
DEF: Schleswig-Holstein
[u'DEF', u'Schleswig-Holstein']
DEG: Thuringia
[u'DEG', u'Thuringia']
[u'GRC', u'Greece']
  GR11: East Macedonia - Thrace
[u'  GR11', u'East Macedonia - Thrace']
  GR12: Central Macedonia
[u'  GR12', u'Central Macedonia']
  GR13: West Macedonia
[u'  GR13', u'West Macedonia']
  GR14: Thessaly
[u'  GR14', u'Thessaly']
  GR21: Epirus
[u'  GR21', u'Epirus']
  GR22: Ionian Islands
[u'  GR22', u'Ionian Islands']
  GR23: West Greece
[u'  GR23', u'West Greece']
  GR24: Central Greece
[u'  GR24', u'Central Greece']
  GR25: Peloponnese
[u'  GR25', u'Peloponnese']
  GR30: Attica
[u'  GR30', u'Attica']
  GR41: North Aegean
[u'  GR41', u'North Aegean']
  GR42: South Aegean
[u'  GR42', u'South Aegean']
  GR43: Crete
[u'  GR43', u'Crete']
[u'HUN', u'Hungary']
HU10: Central Hungary
[u'HU10', u'Central Hungary']
  HU101: Budapest
[u'  HU101', u'Budapest']
  HU102: Pest
[u'  HU102', u'Pest']
HU21: Central Transdanubia
[u'HU21', u'Central Transdanubia']
  HU211: Fejér
[u'  HU211', u'Fej\xe9r']
  HU212: Komárom-Esztergom
[u'  HU212', u'Kom\xe1rom-Esztergom']
  HU213: Veszprém
[u'  HU213', u'Veszpr\xe9m']
HU22: Western Transdanubia
[u'HU22', u'Western Transdanubia']
  HU221: Gyor-Moson-Sopron
[u'  HU221', u'Gyor-Moson-Sopron']
  HU222: Vas
[u'  HU222', u'Vas']
  HU223: Zala
[u'  HU223', u'Zala']
HU23: Southern Transdanubia
[u'HU23', u'Southern Transdanubia']
  HU231: Baranya
[u'  HU231', u'Baranya']
  HU232: Somogy
[u'  HU232', u'Somogy']
  HU233: Tolna
[u'  HU233', u'Tolna']
HU31: Northern Hungary
[u'HU31', u'Northern Hungary']
  HU311: Borsod-Abaúj-Zemplén
[u'  HU311', u'Borsod-Aba\xfaj-Zempl\xe9n']
  HU312: Heves
[u'  HU312', u'Heves']
  HU313: Nógrád
[u'  HU313', u'N\xf3gr\xe1d']
HU32: Northern Great Plain
[u'HU32', u'Northern Great Plain']
  HU321: Hajdú-Bihar
[u'  HU321', u'Hajd\xfa-Bihar']
  HU322: Jász-Nagykun-Szolnok
[u'  HU322', u'J\xe1sz-Nagykun-Szolnok']
  HU323: Szabolcs-Szatmár-Bereg
[u'  HU323', u'Szabolcs-Szatm\xe1r-Bereg']
HU33: Southern Great Plain
[u'HU33', u'Southern Great Plain']
  HU331: Bács-Kiskun
[u'  HU331', u'B\xe1cs-Kiskun']
  HU332: Békés
[u'  HU332', u'B\xe9k\xe9s']
  HU333: Csongrád
[u'  HU333', u'Csongr\xe1d']
[u'ISL', u'Iceland']
IS01: Capital Region
[u'IS01', u'Capital Region']
  IS011: Capital Region
[u'  IS011', u'Capital Region']
IS02: Other Regions
[u'IS02', u'Other Regions']
  IS021: Southern Peninsula
[u'  IS021', u'Southern Peninsula']
  IS022: Western Region (IS)
[u'  IS022', u'Western Region (IS)']
  IS023: Westfjords
[u'  IS023', u'Westfjords']
  IS024: Northwestern Region (IS)
[u'  IS024', u'Northwestern Region (IS)']
  IS025: Southern Region (IS)
[u'  IS025', u'Southern Region (IS)']
  IS026: Northeastern Region (IS)
[u'  IS026', u'Northeastern Region (IS)']
  IS027: Austurland
[u'  IS027', u'Austurland']
[u'IRL', u'Ireland']
IE01: Border, Midland and Western
[u'IE01', u'Border, Midland and Western']
  IE011: Border
[u'  IE011', u'Border']
  IE012: Midlands
[u'  IE012', u'Midlands']
  IE013: West
[u'  IE013', u'West']
IE02: Southern and Eastern
[u'IE02', u'Southern and Eastern']
  IE021: Dublin
[u'  IE021', u'Dublin']
  IE022: Mid-East
[u'  IE022', u'Mid-East']
  IE023: Mid-West
[u'  IE023', u'Mid-West']
  IE024: South-East (IE)
[u'  IE024', u'South-East (IE)']
  IE025: South-West (IE)
[u'  IE025', u'South-West (IE)']
[u'ISR', u'Israel']
IL01: Jerusalem District
[u'IL01', u'Jerusalem District']
IL02: Northern District
[u'IL02', u'Northern District']
IL03: Haifa District
[u'IL03', u'Haifa District']
IL04: Central District
[u'IL04', u'Central District']
IL05: Tel Aviv District
[u'IL05', u'Tel Aviv District']
[u'ITA', u'Italy']
IL06: Southern District
[u'IL06', u'Southern District']
ITC1: Piedmont
[u'ITC1', u'Piedmont']
  ITC11: Turin
[u'  ITC11', u'Turin']
  ITC12: Vercelli
[u'  ITC12', u'Vercelli']
  ITC13: Biella
[u'  ITC13', u'Biella']
  ITC14: Verbano-Cusio-Ossola
[u'  ITC14', u'Verbano-Cusio-Ossola']
  ITC15: Novara
[u'  ITC15', u'Novara']
  ITC16: Cuneo
[u'  ITC16', u'Cuneo']
  ITC17: Asti
[u'  ITC17', u'Asti']
  ITC18: Alessandria
[u'  ITC18', u'Alessandria']
ITC2: Aosta Valley
[u'ITC2', u'Aosta Valley']
  ITC20: Aosta Valley
[u'  ITC20', u'Aosta Valley']
ITC3: Liguria
[u'ITC3', u'Liguria']
  ITC31: Imperia
[u'  ITC31', u'Imperia']
  ITC32: Savona
[u'  ITC32', u'Savona']
  ITC33: Genoa
[u'  ITC33', u'Genoa']
  ITC34: La Spezia
[u'  ITC34', u'La Spezia']
ITC4: Lombardy
[u'ITC4', u'Lombardy']
  ITC41: Varese
[u'  ITC41', u'Varese']
  ITC42: Como
[u'  ITC42', u'Como']
  ITC43: Lecco
[u'  ITC43', u'Lecco']
  ITC44: Sondrio
[u'  ITC44', u'Sondrio']
  ITC46: Bergamo
[u'  ITC46', u'Bergamo']
  ITC47: Brescia
[u'  ITC47', u'Brescia']
  ITC48: Pavia
[u'  ITC48', u'Pavia']
  ITC49: Lodi
[u'  ITC49', u'Lodi']
  ITC4A: Cremona
[u'  ITC4A', u'Cremona']
  ITC4B: Mantua
[u'  ITC4B', u'Mantua']
  ITC4C: Milan
[u'  ITC4C', u'Milan']
  ITC4D: Monza and Brianza
[u'  ITC4D', u'Monza and Brianza']
ITF1: Abruzzo
[u'ITF1', u'Abruzzo']
  ITF11: L'Aquila
[u'  ITF11', u"L'Aquila"]
  ITF12: Teramo
[u'  ITF12', u'Teramo']
  ITF13: Pescara
[u'  ITF13', u'Pescara']
  ITF14: Chieti
[u'  ITF14', u'Chieti']
ITF2: Molise
[u'ITF2', u'Molise']
  ITF21: Isernia
[u'  ITF21', u'Isernia']
  ITF22: Campobasso
[u'  ITF22', u'Campobasso']
ITF3: Campania
[u'ITF3', u'Campania']
  ITF31: Caserta
[u'  ITF31', u'Caserta']
  ITF32: Benevento
[u'  ITF32', u'Benevento']
  ITF33: Naples
[u'  ITF33', u'Naples']
  ITF34: Avellino
[u'  ITF34', u'Avellino']
  ITF35: Salerno
[u'  ITF35', u'Salerno']
ITF4: Apulia
[u'ITF4', u'Apulia']
  ITF43: Taranto
[u'  ITF43', u'Taranto']
  ITF44: Brindisi
[u'  ITF44', u'Brindisi']
  ITF45: Lecce
[u'  ITF45', u'Lecce']
  ITF46: Foggia
[u'  ITF46', u'Foggia']
  ITF47: Bari
[u'  ITF47', u'Bari']
  ITF48: Barletta-Andria-Trani
[u'  ITF48', u'Barletta-Andria-Trani']
ITF5: Basilicata
[u'ITF5', u'Basilicata']
  ITF51: Potenza
[u'  ITF51', u'Potenza']
  ITF52: Matera
[u'  ITF52', u'Matera']
ITF6: Calabria
[u'ITF6', u'Calabria']
  ITF61: Cosenza
[u'  ITF61', u'Cosenza']
  ITF62: Crotone
[u'  ITF62', u'Crotone']
  ITF63: Catanzaro
[u'  ITF63', u'Catanzaro']
  ITF64: Vibo Valentia
[u'  ITF64', u'Vibo Valentia']
  ITF65: Reggio di Calabria
[u'  ITF65', u'Reggio di Calabria']
ITG1: Sicily
[u'ITG1', u'Sicily']
  ITG11: Trapani
[u'  ITG11', u'Trapani']
  ITG12: Palermo
[u'  ITG12', u'Palermo']
  ITG13: Messina
[u'  ITG13', u'Messina']
  ITG14: Agrigento
[u'  ITG14', u'Agrigento']
  ITG15: Caltanissetta
[u'  ITG15', u'Caltanissetta']
  ITG16: Enna
[u'  ITG16', u'Enna']
  ITG17: Catania
[u'  ITG17', u'Catania']
  ITG18: Ragusa
[u'  ITG18', u'Ragusa']
  ITG19: Siracusa
[u'  ITG19', u'Siracusa']
ITG2: Sardinia
[u'ITG2', u'Sardinia']
  ITG25: Sassari
[u'  ITG25', u'Sassari']
  ITG26: Nuoro
[u'  ITG26', u'Nuoro']
  ITG27: Cagliari
[u'  ITG27', u'Cagliari']
  ITG28: Oristano
[u'  ITG28', u'Oristano']
  ITG29: Olbia-Tempio
[u'  ITG29', u'Olbia-Tempio']
  ITG2A: Ogliastra
[u'  ITG2A', u'Ogliastra']
  ITG2B: Medio Campidano
[u'  ITG2B', u'Medio Campidano']
  ITG2C: Carbonia-Iglesias
[u'  ITG2C', u'Carbonia-Iglesias']
ITH1: Province of Bolzano-Bozen
[u'ITH1', u'Province of Bolzano-Bozen']
  ITH10: Bolzano-Bozen
[u'  ITH10', u'Bolzano-Bozen']
ITH2: Province of Trento
[u'ITH2', u'Province of Trento']
  ITH20: Trento
[u'  ITH20', u'Trento']
ITH3: Veneto
[u'ITH3', u'Veneto']
  ITH31: Verona
[u'  ITH31', u'Verona']
  ITH32: Vicenza
[u'  ITH32', u'Vicenza']
  ITH33: Belluno
[u'  ITH33', u'Belluno']
  ITH34: Treviso
[u'  ITH34', u'Treviso']
  ITH35: Venice
[u'  ITH35', u'Venice']
  ITH36: Padua
[u'  ITH36', u'Padua']
  ITH37: Rovigo
[u'  ITH37', u'Rovigo']
ITH4: Friuli-Venezia Giulia
[u'ITH4', u'Friuli-Venezia Giulia']
  ITH41: Pordenone
[u'  ITH41', u'Pordenone']
  ITH42: Udine
[u'  ITH42', u'Udine']
  ITH43: Gorizia
[u'  ITH43', u'Gorizia']
  ITH44: Trieste
[u'  ITH44', u'Trieste']
ITH5: Emilia-Romagna
[u'ITH5', u'Emilia-Romagna']
  ITH51: Piacenza
[u'  ITH51', u'Piacenza']
  ITH52: Parma
[u'  ITH52', u'Parma']
  ITH53: Reggio Nell'Emilia
[u'  ITH53', u"Reggio Nell'Emilia"]
  ITH54: Modena
[u'  ITH54', u'Modena']
  ITH55: Bologna
[u'  ITH55', u'Bologna']
  ITH56: Ferrara
[u'  ITH56', u'Ferrara']
  ITH57: Ravenna
[u'  ITH57', u'Ravenna']
  ITH58: Forlì-Cesena
[u'  ITH58', u'Forl\xec-Cesena']
  ITH59: Rimini
[u'  ITH59', u'Rimini']
ITI1: Tuscany
[u'ITI1', u'Tuscany']
  ITI11: Massa-Carrara
[u'  ITI11', u'Massa-Carrara']
  ITI12: Lucca
[u'  ITI12', u'Lucca']
  ITI13: Pistoia
[u'  ITI13', u'Pistoia']
  ITI14: Florence
[u'  ITI14', u'Florence']
  ITI15: Prato
[u'  ITI15', u'Prato']
  ITI16: Livorno
[u'  ITI16', u'Livorno']
  ITI17: Pisa
[u'  ITI17', u'Pisa']
  ITI18: Arezzo
[u'  ITI18', u'Arezzo']
  ITI19: Siena
[u'  ITI19', u'Siena']
  ITI1A: Grosseto
[u'  ITI1A', u'Grosseto']
ITI2: Umbria
[u'ITI2', u'Umbria']
  ITI21: Perugia
[u'  ITI21', u'Perugia']
  ITI22: Terni
[u'  ITI22', u'Terni']
ITI3: Marche
[u'ITI3', u'Marche']
  ITI31: Pesaro e Urbino
[u'  ITI31', u'Pesaro e Urbino']
  ITI32: Ancona
[u'  ITI32', u'Ancona']
  ITI33: Macerata
[u'  ITI33', u'Macerata']
  ITI34: Ascoli Piceno
[u'  ITI34', u'Ascoli Piceno']
  ITI35: Fermo
[u'  ITI35', u'Fermo']
ITI4: Lazio
[u'ITI4', u'Lazio']
  ITI41: Viterbo
[u'  ITI41', u'Viterbo']
  ITI42: Rieti
[u'  ITI42', u'Rieti']
  ITI43: Rome
[u'  ITI43', u'Rome']
  ITI44: Latina
[u'  ITI44', u'Latina']
  ITI45: Frosinone
[u'  ITI45', u'Frosinone']
[u'JPN', u'Japan']
JPA: Hokkaido
[u'JPA', u'Hokkaido']
  JPA01: Hokkaido
[u'  JPA01', u'Hokkaido']
JPB: Tohoku
[u'JPB', u'Tohoku']
  JPB02: Aomori
[u'  JPB02', u'Aomori']
  JPB03: Iwate
[u'  JPB03', u'Iwate']
  JPB04: Miyagi
[u'  JPB04', u'Miyagi']
  JPB05: Akita
[u'  JPB05', u'Akita']
  JPB06: Yamagata
[u'  JPB06', u'Yamagata']
  JPB07: Fukushima
[u'  JPB07', u'Fukushima']
JPC: Northern-Kanto, Koshin
[u'JPC', u'Northern-Kanto, Koshin']
  JPC08: Ibaraki
[u'  JPC08', u'Ibaraki']
  JPC09: Tochigi
[u'  JPC09', u'Tochigi']
  JPC10: Gumma
[u'  JPC10', u'Gumma']
  JPC19: Yamanashi
[u'  JPC19', u'Yamanashi']
  JPC20: Nagano
[u'  JPC20', u'Nagano']
JPD: Southern-Kanto
[u'JPD', u'Southern-Kanto']
  JPD11: Saitama
[u'  JPD11', u'Saitama']
  JPD12: Chiba
[u'  JPD12', u'Chiba']
  JPD13: Tokyo
[u'  JPD13', u'Tokyo']
  JPD14: Kanagawa
[u'  JPD14', u'Kanagawa']
JPE: Hokuriku
[u'JPE', u'Hokuriku']
  JPE15: Niigata
[u'  JPE15', u'Niigata']
  JPE16: Toyama
[u'  JPE16', u'Toyama']
  JPE17: Ishikawa
[u'  JPE17', u'Ishikawa']
  JPE18: Fukui
[u'  JPE18', u'Fukui']
JPF: Toukai
[u'JPF', u'Toukai']
  JPF21: Gifu
[u'  JPF21', u'Gifu']
  JPF22: Shizuoka
[u'  JPF22', u'Shizuoka']
  JPF23: Aichi
[u'  JPF23', u'Aichi']
  JPF24: Mie
[u'  JPF24', u'Mie']
JPG: Kansai region
[u'JPG', u'Kansai region']
  JPG25: Shiga
[u'  JPG25', u'Shiga']
  JPG26: Kyoto
[u'  JPG26', u'Kyoto']
  JPG27: Osaka
[u'  JPG27', u'Osaka']
  JPG28: Hyogo
[u'  JPG28', u'Hyogo']
  JPG29: Nara
[u'  JPG29', u'Nara']
  JPG30: Wakayama
[u'  JPG30', u'Wakayama']
JPH: Chugoku
[u'JPH', u'Chugoku']
  JPH31: Tottori
[u'  JPH31', u'Tottori']
  JPH32: Shimane
[u'  JPH32', u'Shimane']
  JPH33: Okayama
[u'  JPH33', u'Okayama']
  JPH34: Hiroshima
[u'  JPH34', u'Hiroshima']
  JPH35: Yamaguchi
[u'  JPH35', u'Yamaguchi']
JPI: Shikoku
[u'JPI', u'Shikoku']
  JPI36: Tokushima
[u'  JPI36', u'Tokushima']
  JPI37: Kagawa
[u'  JPI37', u'Kagawa']
  JPI38: Ehime
[u'  JPI38', u'Ehime']
  JPI39: Kochi
[u'  JPI39', u'Kochi']
JPJ: Kyushu, Okinawa
[u'JPJ', u'Kyushu, Okinawa']
  JPJ40: Fukuoka
[u'  JPJ40', u'Fukuoka']
  JPJ41: Saga
[u'  JPJ41', u'Saga']
  JPJ42: Nagasaki
[u'  JPJ42', u'Nagasaki']
  JPJ43: Kumamoto
[u'  JPJ43', u'Kumamoto']
  JPJ44: Oita
[u'  JPJ44', u'Oita']
  JPJ45: Miyazaki
[u'  JPJ45', u'Miyazaki']
  JPJ46: Kagoshima
[u'  JPJ46', u'Kagoshima']
  JPJ47: Okinawa
[u'  JPJ47', u'Okinawa']
[u'KOR', u'Korea']
KR01: Capital Region (KR)
[u'KR01', u'Capital Region (KR)']
  KR011: Seoul
[u'  KR011', u'Seoul']
  KR012: Incheon
[u'  KR012', u'Incheon']
  KR013: Gyeonggi-do
[u'  KR013', u'Gyeonggi-do']
KR02: Gyeongnam Region
[u'KR02', u'Gyeongnam Region']
  KR021: Busan
[u'  KR021', u'Busan']
  KR022: Ulsan
[u'  KR022', u'Ulsan']
  KR023: Gyeongsangnam-do
[u'  KR023', u'Gyeongsangnam-do']
KR03: Gyeongbuk Region
[u'KR03', u'Gyeongbuk Region']
  KR031: Daegu
[u'  KR031', u'Daegu']
  KR032: Gyeonsangbuk-do
[u'  KR032', u'Gyeonsangbuk-do']
KR04: Jeolla Region
[u'KR04', u'Jeolla Region']
  KR041: Gwangju
[u'  KR041', u'Gwangju']
  KR042: Jeollabuk-do
[u'  KR042', u'Jeollabuk-do']
  KR043: Jeollanam-do
[u'  KR043', u'Jeollanam-do']
KR05: Chungcheong Region
[u'KR05', u'Chungcheong Region']
  KR051: Daejeon
[u'  KR051', u'Daejeon']
  KR052: Chungcheongbuk-do
[u'  KR052', u'Chungcheongbuk-do']
  KR053: Chungcheongnam-do
[u'  KR053', u'Chungcheongnam-do']
KR06: Gangwon Region
[u'KR06', u'Gangwon Region']
  KR061: Gangwon-do
[u'  KR061', u'Gangwon-do']
KR07: Jeju
[u'KR07', u'Jeju']
  KR071: Jeju-do
[u'  KR071', u'Jeju-do']
[u'LUX', u'Luxembourg']
LU00: Luxembourg
[u'LU00', u'Luxembourg']
  LU000: Luxembourg
[u'  LU000', u'Luxembourg']
[u'MEX', u'Mexico']
ME01: Aguascalientes
[u'ME01', u'Aguascalientes']
  ME01R1: Aguacalientes, R1
[u'  ME01R1', u'Aguacalientes, R1']
  ME01R2: Aguacalientes, R2
[u'  ME01R2', u'Aguacalientes, R2']
ME02: Baja California Norte
[u'ME02', u'Baja California Norte']
  ME02R1: Baja California Norte, R1
[u'  ME02R1', u'Baja California Norte, R1']
  ME02R2: Baja California Norte, R2
[u'  ME02R2', u'Baja California Norte, R2']
  ME02R3: Baja California Norte, R3
[u'  ME02R3', u'Baja California Norte, R3']
  ME02R4: Baja California Norte, R4
[u'  ME02R4', u'Baja California Norte, R4']
ME03: Baja California Sur
[u'ME03', u'Baja California Sur']
  ME03R1: Baja California Sur, R1
[u'  ME03R1', u'Baja California Sur, R1']
  ME03R2: Baja California Sur, R2
[u'  ME03R2', u'Baja California Sur, R2']
  ME03R3: Baja California Sur, R3
[u'  ME03R3', u'Baja California Sur, R3']
  ME03R4: Baja California Sur, R4
[u'  ME03R4', u'Baja California Sur, R4']
ME04: Campeche
[u'ME04', u'Campeche']
  ME04R1: Campeche, R1
[u'  ME04R1', u'Campeche, R1']
  ME04R2: Campeche, R2
[u'  ME04R2', u'Campeche, R2']
  ME04R3: Campeche, R3
[u'  ME04R3', u'Campeche, R3']
  ME04R4: Campeche, R4
[u'  ME04R4', u'Campeche, R4']
ME05: Coahuila
[u'ME05', u'Coahuila']
  ME05R1: Coahuila, R1
[u'  ME05R1', u'Coahuila, R1']
  ME05R2: Coahuila, R2
[u'  ME05R2', u'Coahuila, R2']
  ME05R3: Coahuila, R3
[u'  ME05R3', u'Coahuila, R3']
  ME05R4: Coahuila, R4
[u'  ME05R4', u'Coahuila, R4']
  ME05R5: Coahuila, R5
[u'  ME05R5', u'Coahuila, R5']
  ME05R6: Coahuila, R6
[u'  ME05R6', u'Coahuila, R6']
ME06: Colima
[u'ME06', u'Colima']
  ME06R1: Colima, R1
[u'  ME06R1', u'Colima, R1']
  ME06R2: Colima, R2
[u'  ME06R2', u'Colima, R2']
  ME06R3: Colima, R3
[u'  ME06R3', u'Colima, R3']
ME07: Chiapas
[u'ME07', u'Chiapas']
  ME07R1: Chiapas, R1
[u'  ME07R1', u'Chiapas, R1']
  ME07R2: Chiapas, R2
[u'  ME07R2', u'Chiapas, R2']
  ME07R3: Chiapas, R3
[u'  ME07R3', u'Chiapas, R3']
  ME07R4: Chiapas, R4
[u'  ME07R4', u'Chiapas, R4']
  ME07R5: Chiapas, R5
[u'  ME07R5', u'Chiapas, R5']
  ME07R6: Chiapas, R6
[u'  ME07R6', u'Chiapas, R6']
  ME07R7: Chiapas, R7
[u'  ME07R7', u'Chiapas, R7']
  ME07R8: Chiapas, R8
[u'  ME07R8', u'Chiapas, R8']
  ME07R9: Chiapas, R9
[u'  ME07R9', u'Chiapas, R9']
ME08: Chihuahua
[u'ME08', u'Chihuahua']
  ME08R1: Chihuahua, R1
[u'  ME08R1', u'Chihuahua, R1']
  ME08R10: Chihuahua, R10
[u'  ME08R10', u'Chihuahua, R10']
  ME08R11: Chihuahua, R11
[u'  ME08R11', u'Chihuahua, R11']
  ME08R12: Chihuahua, R12
[u'  ME08R12', u'Chihuahua, R12']
  ME08R13: Chihuahua, R13
[u'  ME08R13', u'Chihuahua, R13']
  ME08R2: Chihuahua, R2
[u'  ME08R2', u'Chihuahua, R2']
  ME08R3: Chihuahua, R3
[u'  ME08R3', u'Chihuahua, R3']
  ME08R4: Chihuahua, R4
[u'  ME08R4', u'Chihuahua, R4']
  ME08R5: Chihuahua, R5
[u'  ME08R5', u'Chihuahua, R5']
  ME08R6: Chihuahua, R6
[u'  ME08R6', u'Chihuahua, R6']
  ME08R7: Chihuahua, R7
[u'  ME08R7', u'Chihuahua, R7']
  ME08R8: Chihuahua, R8
[u'  ME08R8', u'Chihuahua, R8']
  ME08R9: Chihuahua, R9
[u'  ME08R9', u'Chihuahua, R9']
ME09: Federal District (MX)
[u'ME09', u'Federal District (MX)']
  ME09R1: Distrito Federal (MX), R1
[u'  ME09R1', u'Distrito Federal (MX), R1']
  ME09R2: Distrito Federal (MX), R2
[u'  ME09R2', u'Distrito Federal (MX), R2']
ME10: Durango
[u'ME10', u'Durango']
  ME10R1: Durango, R1
[u'  ME10R1', u'Durango, R1']
  ME10R2: Durango, R2
[u'  ME10R2', u'Durango, R2']
  ME10R3: Durango, R3
[u'  ME10R3', u'Durango, R3']
  ME10R4: Durango, R4
[u'  ME10R4', u'Durango, R4']
  ME10R5: Durango, R5
[u'  ME10R5', u'Durango, R5']
  ME10R6: Durango, R6
[u'  ME10R6', u'Durango, R6']
  ME10R7: Durango, R7
[u'  ME10R7', u'Durango, R7']
  ME10R8: Durango, R8
[u'  ME10R8', u'Durango, R8']
  ME10R9: Durango, R9
[u'  ME10R9', u'Durango, R9']
ME11: Guanajuato
[u'ME11', u'Guanajuato']
  ME11R1: Guanajuato, R1
[u'  ME11R1', u'Guanajuato, R1']
  ME11R2: Guanajuato, R2
[u'  ME11R2', u'Guanajuato, R2']
  ME11R3: Guanajuato, R3
[u'  ME11R3', u'Guanajuato, R3']
  ME11R4: Guanajuato, R4
[u'  ME11R4', u'Guanajuato, R4']
ME12: Guerrero
[u'ME12', u'Guerrero']
  ME12R1: Guerrero, R1
[u'  ME12R1', u'Guerrero, R1']
  ME12R2: Guerrero, R2
[u'  ME12R2', u'Guerrero, R2']
  ME12R3: Guerrero, R3
[u'  ME12R3', u'Guerrero, R3']
  ME12R4: Guerrero, R4
[u'  ME12R4', u'Guerrero, R4']
  ME12R5: Guerrero, R5
[u'  ME12R5', u'Guerrero, R5']
  ME12R6: Guerrero, R6
[u'  ME12R6', u'Guerrero, R6']
  ME12R7: Guerrero, R7
[u'  ME12R7', u'Guerrero, R7']
ME13: Hidalgo
[u'ME13', u'Hidalgo']
  ME13R1: Hidalgo, R1
[u'  ME13R1', u'Hidalgo, R1']
  ME13R10: Hidalgo, R10
[u'  ME13R10', u'Hidalgo, R10']
  ME13R11: Hidalgo, R11
[u'  ME13R11', u'Hidalgo, R11']
  ME13R12: Hidalgo, R12
[u'  ME13R12', u'Hidalgo, R12']
  ME13R13: Hidalgo, R13
[u'  ME13R13', u'Hidalgo, R13']
  ME13R2: Hidalgo, R2
[u'  ME13R2', u'Hidalgo, R2']
  ME13R3: Hidalgo, R3
[u'  ME13R3', u'Hidalgo, R3']
  ME13R4: Hidalgo, R4
[u'  ME13R4', u'Hidalgo, R4']
  ME13R5: Hidalgo, R5
[u'  ME13R5', u'Hidalgo, R5']
  ME13R6: Hidalgo, R6
[u'  ME13R6', u'Hidalgo, R6']
  ME13R7: Hidalgo, R7
[u'  ME13R7', u'Hidalgo, R7']
  ME13R8: Hidalgo, R8
[u'  ME13R8', u'Hidalgo, R8']
  ME13R9: Hidalgo, R9
[u'  ME13R9', u'Hidalgo, R9']
ME14: Jalisco
[u'ME14', u'Jalisco']
  ME14R1: Jalisco, R1
[u'  ME14R1', u'Jalisco, R1']
  ME14R10: Jalisco, R10
[u'  ME14R10', u'Jalisco, R10']
  ME14R2: Jalisco, R2
[u'  ME14R2', u'Jalisco, R2']
  ME14R3: Jalisco, R3
[u'  ME14R3', u'Jalisco, R3']
  ME14R4: Jalisco, R4
[u'  ME14R4', u'Jalisco, R4']
  ME14R5: Jalisco, R5
[u'  ME14R5', u'Jalisco, R5']
  ME14R6: Jalisco, R6
[u'  ME14R6', u'Jalisco, R6']
  ME14R7: Jalisco, R7
[u'  ME14R7', u'Jalisco, R7']
  ME14R8: Jalisco, R8
[u'  ME14R8', u'Jalisco, R8']
  ME14R9: Jalisco, R9
[u'  ME14R9', u'Jalisco, R9']
ME15: Mexico
[u'ME15', u'Mexico']
  ME15R1: Mexico, R1
[u'  ME15R1', u'Mexico, R1']
  ME15R2: Mexico, R2
[u'  ME15R2', u'Mexico, R2']
  ME15R3: Mexico, R3
[u'  ME15R3', u'Mexico, R3']
  ME15R4: Mexico, R4
[u'  ME15R4', u'Mexico, R4']
  ME15R5: Mexico, R5
[u'  ME15R5', u'Mexico, R5']
  ME15R6: Mexico, R6
[u'  ME15R6', u'Mexico, R6']
  ME15R7: Mexico, R7
[u'  ME15R7', u'Mexico, R7']
  ME15R8: Mexico, R8
[u'  ME15R8', u'Mexico, R8']
ME16: Michoacan
[u'ME16', u'Michoacan']
  ME16R1: Michoacan, R1
[u'  ME16R1', u'Michoacan, R1']
  ME16R2: Michoacan, R2
[u'  ME16R2', u'Michoacan, R2']
  ME16R3: Michoacan, R3
[u'  ME16R3', u'Michoacan, R3']
  ME16R4: Michoacan, R4
[u'  ME16R4', u'Michoacan, R4']
  ME16R5: Michoacan, R5
[u'  ME16R5', u'Michoacan, R5']
  ME16R6: Michoacan, R6
[u'  ME16R6', u'Michoacan, R6']
ME17: Morelos
[u'ME17', u'Morelos']
  ME17R1: Morelos, R1
[u'  ME17R1', u'Morelos, R1']
  ME17R2: Morelos, R2
[u'  ME17R2', u'Morelos, R2']
  ME17R3: Morelos, R3
[u'  ME17R3', u'Morelos, R3']
  ME17R4: Morelos, R4
[u'  ME17R4', u'Morelos, R4']
  ME17R5: Morelos, R5
[u'  ME17R5', u'Morelos, R5']
  ME17R6: Morelos, R6
[u'  ME17R6', u'Morelos, R6']
  ME17R7: Morelos, R7
[u'  ME17R7', u'Morelos, R7']
ME18: Nayarit
[u'ME18', u'Nayarit']
  ME18R1: Nayarit, R1
[u'  ME18R1', u'Nayarit, R1']
  ME18R2: Nayarit, R2
[u'  ME18R2', u'Nayarit, R2']
  ME18R3: Nayarit, R3
[u'  ME18R3', u'Nayarit, R3']
  ME18R4: Nayarit, R4
[u'  ME18R4', u'Nayarit, R4']
  ME18R5: Nayarit, R5
[u'  ME18R5', u'Nayarit, R5']
ME19: Nuevo Leon
[u'ME19', u'Nuevo Leon']
  ME19R1: Nuevo Leon, R1
[u'  ME19R1', u'Nuevo Leon, R1']
  ME19R2: Nuevo Leon, R2
[u'  ME19R2', u'Nuevo Leon, R2']
  ME19R3: Nuevo Leon, R3
[u'  ME19R3', u'Nuevo Leon, R3']
  ME19R4: Nuevo Leon, R4
[u'  ME19R4', u'Nuevo Leon, R4']
  ME19R5: Nuevo Leon, R5
[u'  ME19R5', u'Nuevo Leon, R5']
  ME19R6: Nuevo Leon, R6
[u'  ME19R6', u'Nuevo Leon, R6']
  ME19R7: Nuevo Leon, R7
[u'  ME19R7', u'Nuevo Leon, R7']
ME20: Oaxaca
[u'ME20', u'Oaxaca']
  ME20R1: Oaxaca, R1
[u'  ME20R1', u'Oaxaca, R1']
  ME20R2: Oaxaca, R2
[u'  ME20R2', u'Oaxaca, R2']
  ME20R3: Oaxaca, R3
[u'  ME20R3', u'Oaxaca, R3']
  ME20R4: Oaxaca, R4
[u'  ME20R4', u'Oaxaca, R4']
  ME20R5: Oaxaca, R5
[u'  ME20R5', u'Oaxaca, R5']
  ME20R6: Oaxaca, R6
[u'  ME20R6', u'Oaxaca, R6']
  ME20R7: Oaxaca, R7
[u'  ME20R7', u'Oaxaca, R7']
  ME20R8: Oaxaca, R8
[u'  ME20R8', u'Oaxaca, R8']
ME21: Puebla
[u'ME21', u'Puebla']
  ME21R1: Puebla, R1
[u'  ME21R1', u'Puebla, R1']
  ME21R2: Puebla, R2
[u'  ME21R2', u'Puebla, R2']
  ME21R3: Puebla, R3
[u'  ME21R3', u'Puebla, R3']
  ME21R4: Puebla, R4
[u'  ME21R4', u'Puebla, R4']
  ME21R5: Puebla, R5
[u'  ME21R5', u'Puebla, R5']
  ME21R6: Puebla, R6
[u'  ME21R6', u'Puebla, R6']
  ME21R7: Puebla, R7
[u'  ME21R7', u'Puebla, R7']
ME22: Queretaro
[u'ME22', u'Queretaro']
  ME22R1: Queretaro, R1
[u'  ME22R1', u'Queretaro, R1']
  ME22R2: Queretaro, R2
[u'  ME22R2', u'Queretaro, R2']
  ME22R3: Queretaro, R3
[u'  ME22R3', u'Queretaro, R3']
  ME22R4: Queretaro, R4
[u'  ME22R4', u'Queretaro, R4']
  ME22R5: Queretaro, R5
[u'  ME22R5', u'Queretaro, R5']
ME23: Quintana Roo
[u'ME23', u'Quintana Roo']
  ME23R1: Quintana Roo, R1
[u'  ME23R1', u'Quintana Roo, R1']
  ME23R2: Quintana Roo, R2
[u'  ME23R2', u'Quintana Roo, R2']
  ME23R3: Quintana Roo, R3
[u'  ME23R3', u'Quintana Roo, R3']
  ME23R4: Quintana Roo, R4
[u'  ME23R4', u'Quintana Roo, R4']
ME24: San Luis Potosi
[u'ME24', u'San Luis Potosi']
  ME24R1: San Luis Potosi, R1
[u'  ME24R1', u'San Luis Potosi, R1']
  ME24R2: San Luis Potosi, R2
[u'  ME24R2', u'San Luis Potosi, R2']
  ME24R3: San Luis Potosi, R3
[u'  ME24R3', u'San Luis Potosi, R3']
  ME24R4: San Luis Potosi, R4
[u'  ME24R4', u'San Luis Potosi, R4']
ME25: Sinaloa
[u'ME25', u'Sinaloa']
  ME25R1: Sinaloa, R1
[u'  ME25R1', u'Sinaloa, R1']
  ME25R2: Sinaloa, R2
[u'  ME25R2', u'Sinaloa, R2']
  ME25R3: Sinaloa, R3
[u'  ME25R3', u'Sinaloa, R3']
  ME25R4: Sinaloa, R4
[u'  ME25R4', u'Sinaloa, R4']
  ME25R5: Sinaloa, R5
[u'  ME25R5', u'Sinaloa, R5']
ME26: Sonora
[u'ME26', u'Sonora']
  ME26R1: Sonora, R1
[u'  ME26R1', u'Sonora, R1']
  ME26R10: Sonora, R10
[u'  ME26R10', u'Sonora, R10']
  ME26R11: Sonora, R11
[u'  ME26R11', u'Sonora, R11']
  ME26R12: Sonora, R12
[u'  ME26R12', u'Sonora, R12']
  ME26R2: Sonora, R2
[u'  ME26R2', u'Sonora, R2']
  ME26R3: Sonora, R3
[u'  ME26R3', u'Sonora, R3']
  ME26R4: Sonora, R4
[u'  ME26R4', u'Sonora, R4']
  ME26R5: Sonora, R5
[u'  ME26R5', u'Sonora, R5']
  ME26R6: Sonora, R6
[u'  ME26R6', u'Sonora, R6']
  ME26R7: Sonora, R7
[u'  ME26R7', u'Sonora, R7']
  ME26R8: Sonora, R8
[u'  ME26R8', u'Sonora, R8']
  ME26R9: Sonora, R9
[u'  ME26R9', u'Sonora, R9']
ME27: Tabasco
[u'ME27', u'Tabasco']
  ME27R1: Tabasco, R1
[u'  ME27R1', u'Tabasco, R1']
  ME27R2: Tabasco, R2
[u'  ME27R2', u'Tabasco, R2']
  ME27R3: Tabasco, R3
[u'  ME27R3', u'Tabasco, R3']
  ME27R4: Tabasco, R4
[u'  ME27R4', u'Tabasco, R4']
ME28: Tamaulipas
[u'ME28', u'Tamaulipas']
  ME28R1: Tamaulipas, R1
[u'  ME28R1', u'Tamaulipas, R1']
  ME28R2: Tamaulipas, R2
[u'  ME28R2', u'Tamaulipas, R2']
  ME28R3: Tamaulipas, R3
[u'  ME28R3', u'Tamaulipas, R3']
  ME28R4: Tamaulipas, R4
[u'  ME28R4', u'Tamaulipas, R4']
ME29: Tlaxcala
[u'ME29', u'Tlaxcala']
  ME29R1: Tlaxcala, R1
[u'  ME29R1', u'Tlaxcala, R1']
  ME29R2: Tlaxcala, R2
[u'  ME29R2', u'Tlaxcala, R2']
  ME29R3: Tlaxcala, R3
[u'  ME29R3', u'Tlaxcala, R3']
  ME29R4: Tlaxcala, R4
[u'  ME29R4', u'Tlaxcala, R4']
  ME29R5: Tlaxcala, R5
[u'  ME29R5', u'Tlaxcala, R5']
  ME29R6: Tlaxcala, R6
[u'  ME29R6', u'Tlaxcala, R6']
  ME29R7: Tlaxcala, R7
[u'  ME29R7', u'Tlaxcala, R7']
  ME29R8: Tlaxcala, R8
[u'  ME29R8', u'Tlaxcala, R8']
  ME29R9: Tlaxcala, R9
[u'  ME29R9', u'Tlaxcala, R9']
ME30: Veracruz
[u'ME30', u'Veracruz']
  ME30R1: Veracruz, R1
[u'  ME30R1', u'Veracruz, R1']
  ME30R2: Veracruz, R2
[u'  ME30R2', u'Veracruz, R2']
  ME30R3: Veracruz, R3
[u'  ME30R3', u'Veracruz, R3']
  ME30R4: Veracruz, R4
[u'  ME30R4', u'Veracruz, R4']
  ME30R5: Veracruz, R5
[u'  ME30R5', u'Veracruz, R5']
  ME30R6: Veracruz, R6
[u'  ME30R6', u'Veracruz, R6']
  ME30R7: Veracruz, R7
[u'  ME30R7', u'Veracruz, R7']
ME31: Yucatan
[u'ME31', u'Yucatan']
  ME31R1: Yucatan, R1
[u'  ME31R1', u'Yucatan, R1']
  ME31R2: Yucatan, R2
[u'  ME31R2', u'Yucatan, R2']
  ME31R3: Yucatan, R3
[u'  ME31R3', u'Yucatan, R3']
  ME31R4: Yucatan, R4
[u'  ME31R4', u'Yucatan, R4']
  ME31R5: Yucatan, R5
[u'  ME31R5', u'Yucatan, R5']
  ME31R6: Yucatan, R6
[u'  ME31R6', u'Yucatan, R6']
  ME31R7: Yucatan, R7
[u'  ME31R7', u'Yucatan, R7']
  ME31R8: Yucatan, R8
[u'  ME31R8', u'Yucatan, R8']
ME32: Zacatecas
[u'ME32', u'Zacatecas']
  ME32R1: Zacatecas, R1
[u'  ME32R1', u'Zacatecas, R1']
  ME32R2: Zacatecas, R2
[u'  ME32R2', u'Zacatecas, R2']
  ME32R3: Zacatecas, R3
[u'  ME32R3', u'Zacatecas, R3']
  ME32R4: Zacatecas, R4
[u'  ME32R4', u'Zacatecas, R4']
  ME32R5: Zacatecas, R5
[u'  ME32R5', u'Zacatecas, R5']
  ME32R6: Zacatecas, R6
[u'  ME32R6', u'Zacatecas, R6']
  ME32R7: Zacatecas, R7
[u'  ME32R7', u'Zacatecas, R7']
  ME32R8: Zacatecas, R8
[u'  ME32R8', u'Zacatecas, R8']
  ME32R9: Zacatecas, R9
[u'  ME32R9', u'Zacatecas, R9']
[u'NLD', u'Netherlands']
NL11: Groningen
[u'NL11', u'Groningen']
NL12: Friesland
[u'NL12', u'Friesland']
NL13: Drenthe
[u'NL13', u'Drenthe']
  NL21: Overijssel
[u'  NL21', u'Overijssel']
  NL22: Gelderland
[u'  NL22', u'Gelderland']
  NL23: Flevoland
[u'  NL23', u'Flevoland']
  NL31: Utrecht
[u'  NL31', u'Utrecht']
  NL32: North Holland
[u'  NL32', u'North Holland']
  NL33: South Holland
[u'  NL33', u'South Holland']
  NL34: Zeeland
[u'  NL34', u'Zeeland']
  NL41: North Brabant
[u'  NL41', u'North Brabant']
  NL42: Limburg (NL)
[u'  NL42', u'Limburg (NL)']
[u'NZL', u'New Zealand']
  NZ011: Northland Region
[u'  NZ011', u'Northland Region']
  NZ012: Auckland Region
[u'  NZ012', u'Auckland Region']
  NZ013: Waikato Region
[u'  NZ013', u'Waikato Region']
  NZ014: Bay of Plenty Region
[u'  NZ014', u'Bay of Plenty Region']
  NZ015: Gisborne Region
[u'  NZ015', u'Gisborne Region']
  NZ016: Hawke's Bay Region
[u'  NZ016', u"Hawke's Bay Region"]
  NZ017: Taranaki Region
[u'  NZ017', u'Taranaki Region']
  NZ018: Manawatu-Wanganui Region
[u'  NZ018', u'Manawatu-Wanganui Region']
  NZ019: Wellington Region
[u'  NZ019', u'Wellington Region']
  NZ021: Tasman-Nelson-Marlborough
[u'  NZ021', u'Tasman-Nelson-Marlborough']
  NZ022: West Coast Region
[u'  NZ022', u'West Coast Region']
  NZ023: Canterbury Region
[u'  NZ023', u'Canterbury Region']
  NZ024: Otago Region
[u'  NZ024', u'Otago Region']
  NZ025: Southland Region
[u'  NZ025', u'Southland Region']
[u'NOR', u'Norway']
NO01: Oslo and Akershus
[u'NO01', u'Oslo and Akershus']
  NO011: Oslo
[u'  NO011', u'Oslo']
  NO012: Akershus
[u'  NO012', u'Akershus']
NO02: Hedmark and Oppland
[u'NO02', u'Hedmark and Oppland']
  NO021: Hedmark
[u'  NO021', u'Hedmark']
  NO022: Oppland
[u'  NO022', u'Oppland']
NO03: South-Eastern Norway
[u'NO03', u'South-Eastern Norway']
  NO031: Østfold
[u'  NO031', u'\xd8stfold']
  NO032: Buskerud
[u'  NO032', u'Buskerud']
  NO033: Vestfold
[u'  NO033', u'Vestfold']
  NO034: Telemark
[u'  NO034', u'Telemark']
NO04: Agder and Rogaland
[u'NO04', u'Agder and Rogaland']
  NO041: Aust-Agder
[u'  NO041', u'Aust-Agder']
  NO042: Vest-Agder
[u'  NO042', u'Vest-Agder']
  NO043: Rogaland
[u'  NO043', u'Rogaland']
NO05: Western Norway
[u'NO05', u'Western Norway']
  NO051: Hordaland
[u'  NO051', u'Hordaland']
  NO052: Sogn og Fjordane
[u'  NO052', u'Sogn og Fjordane']
  NO053: Møre og Romsdal
[u'  NO053', u'M\xf8re og Romsdal']
NO06: Trøndelag
[u'NO06', u'Tr\xf8ndelag']
  NO061: Sør-Trøndelag
[u'  NO061', u'S\xf8r-Tr\xf8ndelag']
  NO062: Nord-Trøndelag
[u'  NO062', u'Nord-Tr\xf8ndelag']
NO07: Northern Norway
[u'NO07', u'Northern Norway']
  NO071: Nordland
[u'  NO071', u'Nordland']
  NO072: Troms
[u'  NO072', u'Troms']
  NO073: Finnmark
[u'  NO073', u'Finnmark']
[u'POL', u'Poland']
PL11: Lodzkie
[u'PL11', u'Lodzkie']
  PL113: City of Lódz
[u'  PL113', u'City of L\xf3dz']
  PL114: Lódzki
[u'  PL114', u'L\xf3dzki']
  PL115: Piotrkowski
[u'  PL115', u'Piotrkowski']
  PL116: Sieradzki
[u'  PL116', u'Sieradzki']
  PL117: Skierniewicki
[u'  PL117', u'Skierniewicki']
PL12: Mazovia
[u'PL12', u'Mazovia']
  PL121: Ciechanowsko-Plocki
[u'  PL121', u'Ciechanowsko-Plocki']
  PL122: Ostrolecko-Siedlecki
[u'  PL122', u'Ostrolecko-Siedlecki']
  PL127: City of Warsaw
[u'  PL127', u'City of Warsaw']
  PL128: Radomski
[u'  PL128', u'Radomski']
  PL129: Warsaw-East
[u'  PL129', u'Warsaw-East']
  PL12A: Warsaw-West
[u'  PL12A', u'Warsaw-West']
PL21: Lesser Poland
[u'PL21', u'Lesser Poland']
  PL213: City of Krakow
[u'  PL213', u'City of Krakow']
  PL214: Krakowski
[u'  PL214', u'Krakowski']
  PL215: Nowosadecki
[u'  PL215', u'Nowosadecki']
  PL216: Oswiecimski
[u'  PL216', u'Oswiecimski']
  PL217: Tarnowski
[u'  PL217', u'Tarnowski']
PL22: Silesia
[u'PL22', u'Silesia']
  PL224: Czestochowski
[u'  PL224', u'Czestochowski']
  PL225: Bielski
[u'  PL225', u'Bielski']
  PL227: Rybnicki
[u'  PL227', u'Rybnicki']
  PL228: Bytomski
[u'  PL228', u'Bytomski']
  PL229: Gliwicki
[u'  PL229', u'Gliwicki']
  PL22A: Katowicki
[u'  PL22A', u'Katowicki']
  PL22B: Sosnowiecki
[u'  PL22B', u'Sosnowiecki']
  PL22C: Tyski
[u'  PL22C', u'Tyski']
PL31: Lublin Province
[u'PL31', u'Lublin Province']
  PL311: Bialski
[u'  PL311', u'Bialski']
  PL312: Chelmsko-Zamojski
[u'  PL312', u'Chelmsko-Zamojski']
  PL314: Lubelski
[u'  PL314', u'Lubelski']
  PL315: Pulawski
[u'  PL315', u'Pulawski']
PL32: Podkarpacia
[u'PL32', u'Podkarpacia']
  PL323: Krosnienski
[u'  PL323', u'Krosnienski']
  PL324: Przemyski
[u'  PL324', u'Przemyski']
  PL325: Rzeszowski
[u'  PL325', u'Rzeszowski']
  PL326: Tarnobrzeski
[u'  PL326', u'Tarnobrzeski']
PL33: Swietokrzyskie
[u'PL33', u'Swietokrzyskie']
  PL331: Kielecki
[u'  PL331', u'Kielecki']
  PL332: Sandomiersko-Jedrzejowski
[u'  PL332', u'Sandomiersko-Jedrzejowski']
PL34: Podlasie
[u'PL34', u'Podlasie']
  PL343: Bialostocki
[u'  PL343', u'Bialostocki']
  PL344: Lomzynski
[u'  PL344', u'Lomzynski']
  PL345: Suwalski
[u'  PL345', u'Suwalski']
PL41: Greater Poland
[u'PL41', u'Greater Poland']
  PL411: Pilski
[u'  PL411', u'Pilski']
  PL414: Koninski
[u'  PL414', u'Koninski']
  PL415: City of Poznan
[u'  PL415', u'City of Poznan']
  PL416: Kaliski
[u'  PL416', u'Kaliski']
  PL417: Leszczynski
[u'  PL417', u'Leszczynski']
  PL418: Poznanski
[u'  PL418', u'Poznanski']
PL42: West Pomerania
[u'PL42', u'West Pomerania']
  PL422: Koszalinski
[u'  PL422', u'Koszalinski']
  PL423: Stargardzki
[u'  PL423', u'Stargardzki']
  PL424: City of Szczecin
[u'  PL424', u'City of Szczecin']
  PL425: Szczecinski
[u'  PL425', u'Szczecinski']
PL43: Lubusz
[u'PL43', u'Lubusz']
  PL431: Gorzowski
[u'  PL431', u'Gorzowski']
  PL432: Zielonogórski
[u'  PL432', u'Zielonog\xf3rski']
PL51: Lower Silesia
[u'PL51', u'Lower Silesia']
  PL514: City of Wroclaw
[u'  PL514', u'City of Wroclaw']
  PL515: Jeleniogórski
[u'  PL515', u'Jeleniog\xf3rski']
  PL516: Legnicko-Glogowski
[u'  PL516', u'Legnicko-Glogowski']
  PL517: Walbrzyski
[u'  PL517', u'Walbrzyski']
  PL518: Wroclawski
[u'  PL518', u'Wroclawski']
PL52: Opole region
[u'PL52', u'Opole region']
  PL521: Nyski
[u'  PL521', u'Nyski']
  PL522: Opolski
[u'  PL522', u'Opolski']
PL61: Kuyavian-Pomerania
[u'PL61', u'Kuyavian-Pomerania']
  PL613: Bydgosko-Torunski
[u'  PL613', u'Bydgosko-Torunski']
  PL614: Grudziadzki
[u'  PL614', u'Grudziadzki']
  PL615: Wloclawski
[u'  PL615', u'Wloclawski']
PL62: Warmian-Masuria
[u'PL62', u'Warmian-Masuria']
  PL621: Elblaski
[u'  PL621', u'Elblaski']
  PL622: Olsztynski
[u'  PL622', u'Olsztynski']
  PL623: Elcki
[u'  PL623', u'Elcki']
PL63: Pomerania
[u'PL63', u'Pomerania']
  PL631: Slupski
[u'  PL631', u'Slupski']
  PL633: Trojmiejski
[u'  PL633', u'Trojmiejski']
  PL634: Gdanski
[u'  PL634', u'Gdanski']
  PL635: Starogardzki
[u'  PL635', u'Starogardzki']
[u'PRT', u'Portugal']
PT11: North (PT)
[u'PT11', u'North (PT)']
  PT111: Alto Minho
[u'  PT111', u'Alto Minho']
  PT112: Cávado
[u'  PT112', u'C\xe1vado']
  PT119: Ave
[u'  PT119', u'Ave']
  PT11A: Metropolitan area of Porto
[u'  PT11A', u'Metropolitan area of Porto']
  PT11B: Alto Tâmega
[u'  PT11B', u'Alto T\xe2mega']
  PT11C: Tâmega e Sousa
[u'  PT11C', u'T\xe2mega e Sousa']
  PT11D: Douro
[u'  PT11D', u'Douro']
  PT11E: Terras de Trás-os-Montes
[u'  PT11E', u'Terras de Tr\xe1s-os-Montes']
PT15: Algarve
[u'PT15', u'Algarve']
  PT150: Algarve
[u'  PT150', u'Algarve']
PT16: Central Portugal
[u'PT16', u'Central Portugal']
  PT16B: Oeste
[u'  PT16B', u'Oeste']
  PT16D: Região de Aveiro
[u'  PT16D', u'Regi\xe3o de Aveiro']
  PT16E: Região de Coimbra
[u'  PT16E', u'Regi\xe3o de Coimbra']
  PT16F: Região de Leiria
[u'  PT16F', u'Regi\xe3o de Leiria']
  PT16G: Viseu Dão Lafões
[u'  PT16G', u'Viseu D\xe3o Laf\xf5es']
  PT16H: Beira Baixa
[u'  PT16H', u'Beira Baixa']
  PT16I: Médio Tejo
[u'  PT16I', u'M\xe9dio Tejo']
  PT16J: Beiras e Serra da Estrela
[u'  PT16J', u'Beiras e Serra da Estrela']
PT17: Lisbon
[u'PT17', u'Lisbon']
  PT170: Metropolitan area of Lisbon
[u'  PT170', u'Metropolitan area of Lisbon']
PT18: Alentejo
[u'PT18', u'Alentejo']
  PT181: Alentejo Litoral
[u'  PT181', u'Alentejo Litoral']
  PT184: Baixo Alentejo
[u'  PT184', u'Baixo Alentejo']
  PT185: Lezíria do Tejo
[u'  PT185', u'Lez\xedria do Tejo']
  PT186: Alto Alentejo
[u'  PT186', u'Alto Alentejo']
  PT187: Alentejo Central
[u'  PT187', u'Alentejo Central']
PT20: Azores (PT)
[u'PT20', u'Azores (PT)']
PT30: Madeira (PT)
[u'PT30', u'Madeira (PT)']
[u'SVK', u'Slovak Republic']
SK01: Bratislava Region
[u'SK01', u'Bratislava Region']
  SK010: Bratislava Region
[u'  SK010', u'Bratislava Region']
SK02: West Slovakia
[u'SK02', u'West Slovakia']
  SK021: Trnava Region
[u'  SK021', u'Trnava Region']
  SK022: Trencín Region
[u'  SK022', u'Trenc\xedn Region']
  SK023: Nitra Region
[u'  SK023', u'Nitra Region']
SK03: Central Slovakia
[u'SK03', u'Central Slovakia']
  SK031: Žilina Region
[u'  SK031', u'\u017dilina Region']
  SK032: Banská Bystrica Region
[u'  SK032', u'Bansk\xe1 Bystrica Region']
SK04: East Slovakia
[u'SK04', u'East Slovakia']
  SK041: Prešov Region
[u'  SK041', u'Pre\u0161ov Region']
  SK042: Košice Region
[u'  SK042', u'Ko\u0161ice Region']
[u'SVN', u'Slovenia']
SI01: Eastern Slovenia
[u'SI01', u'Eastern Slovenia']
  SI011: Mura
[u'  SI011', u'Mura']
  SI012: Drava
[u'  SI012', u'Drava']
  SI013: Carinthia
[u'  SI013', u'Carinthia']
  SI014: Savinja
[u'  SI014', u'Savinja']
  SI015: Central Sava
[u'  SI015', u'Central Sava']
  SI016: Lower Sava
[u'  SI016', u'Lower Sava']
  SI017: Southeast Slovenia
[u'  SI017', u'Southeast Slovenia']
  SI018: Inner-Karst
[u'  SI018', u'Inner-Karst']
SI02: Western Slovenia
[u'SI02', u'Western Slovenia']
  SI021: Central Slovenia
[u'  SI021', u'Central Slovenia']
  SI022: Upper Carniola
[u'  SI022', u'Upper Carniola']
  SI023: Goriska
[u'  SI023', u'Goriska']
  SI024: Coastal-Karst
[u'  SI024', u'Coastal-Karst']
[u'ESP', u'Spain']
ES11: Galicia
[u'ES11', u'Galicia']
  ES111: La Corunna
[u'  ES111', u'La Corunna']
  ES112: Lugo
[u'  ES112', u'Lugo']
  ES113: Orense
[u'  ES113', u'Orense']
  ES114: Pontevedra
[u'  ES114', u'Pontevedra']
ES12: Asturias
[u'ES12', u'Asturias']
  ES120: Asturias
[u'  ES120', u'Asturias']
ES13: Cantabria
[u'ES13', u'Cantabria']
  ES130: Cantabria
[u'  ES130', u'Cantabria']
ES21: Basque Country
[u'ES21', u'Basque Country']
  ES211: Álava
[u'  ES211', u'\xc1lava']
  ES212: Guipuscoa
[u'  ES212', u'Guipuscoa']
  ES213: Biscay
[u'  ES213', u'Biscay']
ES22: Navarra
[u'ES22', u'Navarra']
  ES220: Navarre
[u'  ES220', u'Navarre']
ES23: La Rioja
[u'ES23', u'La Rioja']
  ES230: La Rioja (ES)
[u'  ES230', u'La Rioja (ES)']
ES24: Aragon
[u'ES24', u'Aragon']
  ES241: Huesca
[u'  ES241', u'Huesca']
  ES242: Teruel
[u'  ES242', u'Teruel']
  ES243: Saragossa
[u'  ES243', u'Saragossa']
ES30: Madrid
[u'ES30', u'Madrid']
  ES300: Madrid
[u'  ES300', u'Madrid']
ES41: Castile and León
[u'ES41', u'Castile and Le\xf3n']
  ES411: Ávila
[u'  ES411', u'\xc1vila']
  ES412: Burgos
[u'  ES412', u'Burgos']
  ES413: León
[u'  ES413', u'Le\xf3n']
  ES414: Palencia
[u'  ES414', u'Palencia']
  ES415: Salamanca
[u'  ES415', u'Salamanca']
  ES416: Segovia
[u'  ES416', u'Segovia']
  ES417: Soria
[u'  ES417', u'Soria']
  ES418: Valladolid
[u'  ES418', u'Valladolid']
  ES419: Zamora
[u'  ES419', u'Zamora']
ES42: Castile-La Mancha
[u'ES42', u'Castile-La Mancha']
  ES421: Albacete
[u'  ES421', u'Albacete']
  ES422: Ciudad Real
[u'  ES422', u'Ciudad Real']
  ES423: Cuenca
[u'  ES423', u'Cuenca']
  ES424: Guadalajara
[u'  ES424', u'Guadalajara']
  ES425: Toledo
[u'  ES425', u'Toledo']
ES43: Extremadura
[u'ES43', u'Extremadura']
  ES431: Badajoz
[u'  ES431', u'Badajoz']
  ES432: Cáceres
[u'  ES432', u'C\xe1ceres']
ES51: Catalonia
[u'ES51', u'Catalonia']
  ES511: Barcelona
[u'  ES511', u'Barcelona']
  ES512: Gerona
[u'  ES512', u'Gerona']
  ES513: Lérida
[u'  ES513', u'L\xe9rida']
  ES514: Tarragona
[u'  ES514', u'Tarragona']
ES52: Valencia
[u'ES52', u'Valencia']
  ES521: Alicante
[u'  ES521', u'Alicante']
  ES522: Castellón
[u'  ES522', u'Castell\xf3n']
  ES523: Valencia
[u'  ES523', u'Valencia']
ES53: Balearic Islands
[u'ES53', u'Balearic Islands']
  ES531: Eivissa Y Formentera
[u'  ES531', u'Eivissa Y Formentera']
  ES532: Mallorca
[u'  ES532', u'Mallorca']
  ES533: Menorca
[u'  ES533', u'Menorca']
ES61: Andalusia
[u'ES61', u'Andalusia']
  ES611: Almería
[u'  ES611', u'Almer\xeda']
  ES612: Cádiz
[u'  ES612', u'C\xe1diz']
  ES613: Cordoba (ES)
[u'  ES613', u'Cordoba (ES)']
  ES614: Granada
[u'  ES614', u'Granada']
  ES615: Huelva
[u'  ES615', u'Huelva']
  ES616: Jaén
[u'  ES616', u'Ja\xe9n']
  ES617: Málaga
[u'  ES617', u'M\xe1laga']
  ES618: Seville
[u'  ES618', u'Seville']
ES62: Murcia
[u'ES62', u'Murcia']
  ES620: Murcia
[u'  ES620', u'Murcia']
ES63: Ceuta
[u'ES63', u'Ceuta']
  ES630: Ceuta (ES)
[u'  ES630', u'Ceuta (ES)']
ES64: Melilla
[u'ES64', u'Melilla']
  ES640: Melilla (ES)
[u'  ES640', u'Melilla (ES)']
ES70: Canary Islands
[u'ES70', u'Canary Islands']
  ES703: El Hierro
[u'  ES703', u'El Hierro']
  ES704: Fuerteventura
[u'  ES704', u'Fuerteventura']
  ES705: Gran Canaria
[u'  ES705', u'Gran Canaria']
  ES706: La Gomera
[u'  ES706', u'La Gomera']
  ES707: La Palma
[u'  ES707', u'La Palma']
  ES708: Lanzarote
[u'  ES708', u'Lanzarote']
  ES709: Tenerife
[u'  ES709', u'Tenerife']
[u'SWE', u'Sweden']
SE11: Stockholm
[u'SE11', u'Stockholm']
  SE110: Stockholm County
[u'  SE110', u'Stockholm County']
SE12: East Middle Sweden
[u'SE12', u'East Middle Sweden']
  SE121: Uppsala County
[u'  SE121', u'Uppsala County']
  SE122: Södermanland County
[u'  SE122', u'S\xf6dermanland County']
  SE123: Östergötland County
[u'  SE123', u'\xd6sterg\xf6tland County']
  SE124: Örebro County
[u'  SE124', u'\xd6rebro County']
  SE125: Västmanland County
[u'  SE125', u'V\xe4stmanland County']
SE21: Småland with Islands
[u'SE21', u'Sm\xe5land with Islands']
  SE211: Jönköping County
[u'  SE211', u'J\xf6nk\xf6ping County']
  SE212: Kronoberg County
[u'  SE212', u'Kronoberg County']
  SE213: Kalmar County
[u'  SE213', u'Kalmar County']
  SE214: Gotland County
[u'  SE214', u'Gotland County']
SE22: South Sweden
[u'SE22', u'South Sweden']
  SE221: Blekinge County
[u'  SE221', u'Blekinge County']
  SE224: Skåne County
[u'  SE224', u'Sk\xe5ne County']
SE23: West Sweden
[u'SE23', u'West Sweden']
  SE231: Halland County
[u'  SE231', u'Halland County']
  SE232: Västra Götaland County
[u'  SE232', u'V\xe4stra G\xf6taland County']
SE31: North Middle Sweden
[u'SE31', u'North Middle Sweden']
  SE311: Värmlands County
[u'  SE311', u'V\xe4rmlands County']
  SE312: Dalarna County
[u'  SE312', u'Dalarna County']
  SE313: Gävleborg County
[u'  SE313', u'G\xe4vleborg County']
SE32: Central Norrland
[u'SE32', u'Central Norrland']
  SE321: Västernorrland County
[u'  SE321', u'V\xe4sternorrland County']
  SE322: Jämtland County
[u'  SE322', u'J\xe4mtland County']
SE33: Upper Norrland
[u'SE33', u'Upper Norrland']
  SE331: Västerbottens County
[u'  SE331', u'V\xe4sterbottens County']
  SE332: Norrbottens County
[u'  SE332', u'Norrbottens County']
[u'CHE', u'Switzerland']
CH01: Lake Geneva Region
[u'CH01', u'Lake Geneva Region']
  CH011: Vaud
[u'  CH011', u'Vaud']
  CH012: Valais
[u'  CH012', u'Valais']
  CH013: Genève
[u'  CH013', u'Gen\xe8ve']
CH02: Espace Mittelland
[u'CH02', u'Espace Mittelland']
  CH021: Bern
[u'  CH021', u'Bern']
  CH022: Fribourg (CH)
[u'  CH022', u'Fribourg (CH)']
  CH023: Solothurn
[u'  CH023', u'Solothurn']
  CH024: Neuchâtel
[u'  CH024', u'Neuch\xe2tel']
  CH025: Jura (CH)
[u'  CH025', u'Jura (CH)']
CH03: Northwestern Switzerland
[u'CH03', u'Northwestern Switzerland']
  CH031: Basel-Stadt
[u'  CH031', u'Basel-Stadt']
  CH032: Basel-Landschaft
[u'  CH032', u'Basel-Landschaft']
  CH033: Aargau
[u'  CH033', u'Aargau']
CH04: Zurich
[u'CH04', u'Zurich']
  CH040: Zürich
[u'  CH040', u'Z\xfcrich']
CH05: Eastern Switzerland
[u'CH05', u'Eastern Switzerland']
  CH051: Glarus
[u'  CH051', u'Glarus']
  CH052: Schaffhausen
[u'  CH052', u'Schaffhausen']
  CH053: Appenzell Ausserrhoden
[u'  CH053', u'Appenzell Ausserrhoden']
  CH054: Appenzell Innerrhoden
[u'  CH054', u'Appenzell Innerrhoden']
  CH055: St. Gallen
[u'  CH055', u'St. Gallen']
  CH056: Graubünden
[u'  CH056', u'Graub\xfcnden']
  CH057: Thurgau
[u'  CH057', u'Thurgau']
CH06: Central Switzerland
[u'CH06', u'Central Switzerland']
  CH061: Lucerne
[u'  CH061', u'Lucerne']
  CH062: Uri
[u'  CH062', u'Uri']
  CH063: Schwyz
[u'  CH063', u'Schwyz']
  CH064: Obwalden
[u'  CH064', u'Obwalden']
  CH065: Nidwalden
[u'  CH065', u'Nidwalden']
  CH066: Zug
[u'  CH066', u'Zug']
CH07: Ticino
[u'CH07', u'Ticino']
  CH070: Ticino
[u'  CH070', u'Ticino']
[u'TUR', u'Turkey']
TR10: Istanbul
[u'TR10', u'Istanbul']
  TR100: Istanbul
[u'  TR100', u'Istanbul']
TR21: Thrace
[u'TR21', u'Thrace']
  TR211: Tekirdag
[u'  TR211', u'Tekirdag']
  TR212: Edirne
[u'  TR212', u'Edirne']
  TR213: Kirklareli
[u'  TR213', u'Kirklareli']
TR22: Southern Marmara - West
[u'TR22', u'Southern Marmara - West']
  TR221: Balikesir
[u'  TR221', u'Balikesir']
  TR222: Çanakkale
[u'  TR222', u'\xc7anakkale']
TR31: Izmir
[u'TR31', u'Izmir']
  TR310: Izmir
[u'  TR310', u'Izmir']
TR32: Southern Aegean
[u'TR32', u'Southern Aegean']
  TR321: Aydin
[u'  TR321', u'Aydin']
  TR322: Denizli
[u'  TR322', u'Denizli']
  TR323: Mugla
[u'  TR323', u'Mugla']
TR33: Northern Aegean
[u'TR33', u'Northern Aegean']
  TR331: Manisa
[u'  TR331', u'Manisa']
  TR332: Afyon
[u'  TR332', u'Afyon']
  TR333: Kütahya
[u'  TR333', u'K\xfctahya']
  TR334: Usak
[u'  TR334', u'Usak']
TR41: Eastern Marmara - South
[u'TR41', u'Eastern Marmara - South']
  TR411: Bursa
[u'  TR411', u'Bursa']
  TR412: Eskisehir
[u'  TR412', u'Eskisehir']
  TR413: Bilecik
[u'  TR413', u'Bilecik']
TR42: Eastern Marmara - North
[u'TR42', u'Eastern Marmara - North']
  TR421: Kocaeli
[u'  TR421', u'Kocaeli']
  TR422: Sakarya
[u'  TR422', u'Sakarya']
  TR423: Düzce
[u'  TR423', u'D\xfczce']
  TR424: Bolu
[u'  TR424', u'Bolu']
  TR425: Yalova
[u'  TR425', u'Yalova']
TR51: Ankara
[u'TR51', u'Ankara']
  TR510: Ankara
[u'  TR510', u'Ankara']
TR52: Central Anatolia - West and South
[u'TR52', u'Central Anatolia - West and South']
  TR521: Konya
[u'  TR521', u'Konya']
  TR522: Karaman
[u'  TR522', u'Karaman']
TR61: Mediterranean region - West
[u'TR61', u'Mediterranean region - West']
  TR611: Antalya
[u'  TR611', u'Antalya']
  TR612: Isparta
[u'  TR612', u'Isparta']
  TR613: Burdur
[u'  TR613', u'Burdur']
TR62: Mediterranean region - Middle
[u'TR62', u'Mediterranean region - Middle']
  TR621: Adana
[u'  TR621', u'Adana']
  TR622: Mersin
[u'  TR622', u'Mersin']
TR63: Mediterranean region - East
[u'TR63', u'Mediterranean region - East']
  TR631: Hatay
[u'  TR631', u'Hatay']
  TR632: Kahramanmaras
[u'  TR632', u'Kahramanmaras']
  TR633: Osmaniye
[u'  TR633', u'Osmaniye']
TR71: Central Anatolia - Middle
[u'TR71', u'Central Anatolia - Middle']
  TR711: Kirikkale
[u'  TR711', u'Kirikkale']
  TR712: Aksaray
[u'  TR712', u'Aksaray']
  TR713: Nigde
[u'  TR713', u'Nigde']
  TR714: Nevsehir
[u'  TR714', u'Nevsehir']
  TR715: Kirsehir
[u'  TR715', u'Kirsehir']
TR72: Central Anatolia - East
[u'TR72', u'Central Anatolia - East']
  TR721: Kayseri
[u'  TR721', u'Kayseri']
  TR722: Sivas
[u'  TR722', u'Sivas']
  TR723: Yozgat
[u'  TR723', u'Yozgat']
TR81: Western Black Sea - West
[u'TR81', u'Western Black Sea - West']
  TR811: Zonguldak
[u'  TR811', u'Zonguldak']
  TR812: Karabük
[u'  TR812', u'Karab\xfck']
  TR813: Bartin
[u'  TR813', u'Bartin']
TR82: Western Black Sea - Middle and East
[u'TR82', u'Western Black Sea - Middle and East']
  TR821: Kastamonu
[u'  TR821', u'Kastamonu']
  TR822: Çankiri
[u'  TR822', u'\xc7ankiri']
  TR823: Sinop
[u'  TR823', u'Sinop']
TR83: Middle Black Sea
[u'TR83', u'Middle Black Sea']
  TR831: Samsun
[u'  TR831', u'Samsun']
  TR832: Tokat
[u'  TR832', u'Tokat']
  TR833: Çorum
[u'  TR833', u'\xc7orum']
  TR834: Amasya
[u'  TR834', u'Amasya']
TR90: Eastern Black Sea
[u'TR90', u'Eastern Black Sea']
  TR901: Trabzon
[u'  TR901', u'Trabzon']
  TR902: Ordu
[u'  TR902', u'Ordu']
  TR903: Giresun
[u'  TR903', u'Giresun']
  TR904: Rize
[u'  TR904', u'Rize']
  TR905: Artvin
[u'  TR905', u'Artvin']
  TR906: Gümüshane
[u'  TR906', u'G\xfcm\xfcshane']
TRA1: Northeastern Anatolia - West
[u'TRA1', u'Northeastern Anatolia - West']
  TRA11: Erzurum
[u'  TRA11', u'Erzurum']
  TRA12: Erzincan
[u'  TRA12', u'Erzincan']
  TRA13: Bayburt
[u'  TRA13', u'Bayburt']
TRA2: Northeastern Anatolia - East
[u'TRA2', u'Northeastern Anatolia - East']
  TRA21: Agri
[u'  TRA21', u'Agri']
  TRA22: Kars
[u'  TRA22', u'Kars']
  TRA23: Igdir
[u'  TRA23', u'Igdir']
  TRA24: Ardahan
[u'  TRA24', u'Ardahan']
TRB1: Eastern Anatolia - West
[u'TRB1', u'Eastern Anatolia - West']
  TRB11: Malatya
[u'  TRB11', u'Malatya']
  TRB12: Elazig
[u'  TRB12', u'Elazig']
  TRB13: Bingöl
[u'  TRB13', u'Bing\xf6l']
  TRB14: Tunceli
[u'  TRB14', u'Tunceli']
TRB2: Eastern Anatolia - East
[u'TRB2', u'Eastern Anatolia - East']
  TRB21: Van
[u'  TRB21', u'Van']
  TRB22: Mus
[u'  TRB22', u'Mus']
  TRB23: Bitlis
[u'  TRB23', u'Bitlis']
  TRB24: Hakkari
[u'  TRB24', u'Hakkari']
TRC1: Southeastern Anatolia - West
[u'TRC1', u'Southeastern Anatolia - West']
  TRC11: Gaziantep
[u'  TRC11', u'Gaziantep']
  TRC12: Adiyaman
[u'  TRC12', u'Adiyaman']
  TRC13: Kilis
[u'  TRC13', u'Kilis']
TRC2: Southeastern Anatolia - Middle
[u'TRC2', u'Southeastern Anatolia - Middle']
  TRC21: Sanliurfa
[u'  TRC21', u'Sanliurfa']
  TRC22: Diyarbakir
[u'  TRC22', u'Diyarbakir']
TRC3: Southeastern Anatolia - East
[u'TRC3', u'Southeastern Anatolia - East']
  TRC31: Mardin
[u'  TRC31', u'Mardin']
  TRC32: Batman
[u'  TRC32', u'Batman']
  TRC33: Sirnak
[u'  TRC33', u'Sirnak']
  TRC34: Siirt
[u'  TRC34', u'Siirt']
[u'GBR', u'United Kingdom']
UKC: North East England
[u'UKC', u'North East England']
  UKC11: Hartlepool and Stockton-on-Tees
[u'  UKC11', u'Hartlepool and Stockton-on-Tees']
  UKC12: South Teesside
[u'  UKC12', u'South Teesside']
  UKC13: Darlington
[u'  UKC13', u'Darlington']
  UKC14: Durham CC
[u'  UKC14', u'Durham CC']
  UKC21: Northumberland
[u'  UKC21', u'Northumberland']
  UKC22: Tyneside
[u'  UKC22', u'Tyneside']
  UKC23: Sunderland
[u'  UKC23', u'Sunderland']
UKD: North West England
[u'UKD', u'North West England']
  UKD11: West Cumbria
[u'  UKD11', u'West Cumbria']
  UKD12: East Cumbria
[u'  UKD12', u'East Cumbria']
  UKD31: Greater Manchester South
[u'  UKD31', u'Greater Manchester South']
  UKD32: Greater Manchester North
[u'  UKD32', u'Greater Manchester North']
  UKD41: Blackburn with Darwen
[u'  UKD41', u'Blackburn with Darwen']
  UKD42: Blackpool
[u'  UKD42', u'Blackpool']
  UKD43: Lancashire CC
[u'  UKD43', u'Lancashire CC']
  UKD61: Warrington
[u'  UKD61', u'Warrington']
  UKD62: Cheshire East
[u'  UKD62', u'Cheshire East']
  UKD63: Cheshire West and Chester
[u'  UKD63', u'Cheshire West and Chester']
  UKD71: East Merseyside
[u'  UKD71', u'East Merseyside']
  UKD72: Liverpool
[u'  UKD72', u'Liverpool']
  UKD73: Sefton
[u'  UKD73', u'Sefton']
  UKD74: Wirral
[u'  UKD74', u'Wirral']
UKE: Yorkshire and The Humber
[u'UKE', u'Yorkshire and The Humber']
  UKE11: City Of Kingston Upon Hull
[u'  UKE11', u'City Of Kingston Upon Hull']
  UKE12: East Riding of Yorkshire
[u'  UKE12', u'East Riding of Yorkshire']
  UKE13: North and North East Lincolnshire
[u'  UKE13', u'North and North East Lincolnshire']
  UKE21: York
[u'  UKE21', u'York']
  UKE22: North Yorkshire CC
[u'  UKE22', u'North Yorkshire CC']
  UKE31: Barnsley Doncaster And Rotherham
[u'  UKE31', u'Barnsley Doncaster And Rotherham']
  UKE32: Sheffield
[u'  UKE32', u'Sheffield']
  UKE41: Bradford
[u'  UKE41', u'Bradford']
  UKE42: Leeds
[u'  UKE42', u'Leeds']
  UKE44: Calderdale and Kirklees
[u'  UKE44', u'Calderdale and Kirklees']
  UKE45: Wakefield
[u'  UKE45', u'Wakefield']
UKF: East Midlands
[u'UKF', u'East Midlands']
  UKF11: Derby
[u'  UKF11', u'Derby']
  UKF12: East Derbyshire
[u'  UKF12', u'East Derbyshire']
  UKF13: South and West Derbyshire
[u'  UKF13', u'South and West Derbyshire']
  UKF14: Nottingham
[u'  UKF14', u'Nottingham']
  UKF15: North Nottinghamshire
[u'  UKF15', u'North Nottinghamshire']
  UKF16: South Nottinghamshire
[u'  UKF16', u'South Nottinghamshire']
  UKF21: Leicester City
[u'  UKF21', u'Leicester City']
  UKF22: Leicestershire CC and Rutland
[u'  UKF22', u'Leicestershire CC and Rutland']
  UKF24: West Northamptonshire
[u'  UKF24', u'West Northamptonshire']
  UKF25: North Northamptonshire
[u'  UKF25', u'North Northamptonshire']
  UKF30: Lincolnshire
[u'  UKF30', u'Lincolnshire']
UKG: West Midlands
[u'UKG', u'West Midlands']
  UKG11: Herefordshire
[u'  UKG11', u'Herefordshire']
  UKG12: Worcestershire
[u'  UKG12', u'Worcestershire']
  UKG13: Warwickshire
[u'  UKG13', u'Warwickshire']
  UKG21: Telford and Wrekin
[u'  UKG21', u'Telford and Wrekin']
  UKG22: Shropshire CC
[u'  UKG22', u'Shropshire CC']
  UKG23: Stoke-on-Trent
[u'  UKG23', u'Stoke-on-Trent']
  UKG24: Staffordshire CC
[u'  UKG24', u'Staffordshire CC']
  UKG31: Birmingham
[u'  UKG31', u'Birmingham']
  UKG32: Solihull
[u'  UKG32', u'Solihull']
  UKG33: Coventry
[u'  UKG33', u'Coventry']
  UKG36: Dudley
[u'  UKG36', u'Dudley']
  UKG37: Sandwell
[u'  UKG37', u'Sandwell']
  UKG38: Walsall
[u'  UKG38', u'Walsall']
  UKG39: Wolverhampton
[u'  UKG39', u'Wolverhampton']
UKH: East of England
[u'UKH', u'East of England']
  UKH11: Peterborough
[u'  UKH11', u'Peterborough']
  UKH12: Cambridgeshire CC
[u'  UKH12', u'Cambridgeshire CC']
  UKH13: Norfolk
[u'  UKH13', u'Norfolk']
  UKH14: Suffolk
[u'  UKH14', u'Suffolk']
  UKH21: Luton
[u'  UKH21', u'Luton']
  UKH23: Hertfordshire
[u'  UKH23', u'Hertfordshire']
  UKH24: Bedford
[u'  UKH24', u'Bedford']
  UKH25: Central Bedfordshire
[u'  UKH25', u'Central Bedfordshire']
  UKH31: Southend-on-Sea
[u'  UKH31', u'Southend-on-Sea']
  UKH32: Thurrock
[u'  UKH32', u'Thurrock']
  UKH33: Essex CC
[u'  UKH33', u'Essex CC']
UKI: Greater London
[u'UKI', u'Greater London']
  UKI11: Inner London - West
[u'  UKI11', u'Inner London - West']
  UKI12: Inner London - East
[u'  UKI12', u'Inner London - East']
  UKI21: Outer London - East and North East
[u'  UKI21', u'Outer London - East and North East']
  UKI22: Outer London - South
[u'  UKI22', u'Outer London - South']
  UKI23: Outer London - West and North West
[u'  UKI23', u'Outer London - West and North West']
UKJ: South East England
[u'UKJ', u'South East England']
  UKJ11: Berkshire
[u'  UKJ11', u'Berkshire']
  UKJ12: Milton Keynes
[u'  UKJ12', u'Milton Keynes']
  UKJ13: Buckinghamshire CC
[u'  UKJ13', u'Buckinghamshire CC']
  UKJ14: Oxfordshire
[u'  UKJ14', u'Oxfordshire']
  UKJ21: Brighton and Hove
[u'  UKJ21', u'Brighton and Hove']
  UKJ22: East Sussex CC
[u'  UKJ22', u'East Sussex CC']
  UKJ23: Surrey
[u'  UKJ23', u'Surrey']
  UKJ24: West Sussex
[u'  UKJ24', u'West Sussex']
  UKJ31: Portsmouth
[u'  UKJ31', u'Portsmouth']
  UKJ32: Southampton
[u'  UKJ32', u'Southampton']
  UKJ33: Hampshire CC
[u'  UKJ33', u'Hampshire CC']
  UKJ34: Isle of Wight
[u'  UKJ34', u'Isle of Wight']
  UKJ41: Medway
[u'  UKJ41', u'Medway']
  UKJ42: Kent CC
[u'  UKJ42', u'Kent CC']
UKK: South West England
[u'UKK', u'South West England']
  UKK11: City of Bristol
[u'  UKK11', u'City of Bristol']
  UKK12: Bath and North East Somerset, North Somerset and South Gloucestershire
[u'  UKK12', u'Bath and North East Somerset, North Somerset and South Gloucestershire']
  UKK13: Gloucestershire
[u'  UKK13', u'Gloucestershire']
  UKK14: Swindon
[u'  UKK14', u'Swindon']
  UKK15: Wiltshire CC
[u'  UKK15', u'Wiltshire CC']
  UKK21: Bournemouth and Poole
[u'  UKK21', u'Bournemouth and Poole']
  UKK22: Dorset CC
[u'  UKK22', u'Dorset CC']
  UKK23: Somerset
[u'  UKK23', u'Somerset']
  UKK30: Cornwall and Isles of Scilly
[u'  UKK30', u'Cornwall and Isles of Scilly']
  UKK41: Plymouth
[u'  UKK41', u'Plymouth']
  UKK42: Torbay
[u'  UKK42', u'Torbay']
  UKK43: Devon CC
[u'  UKK43', u'Devon CC']
UKL: Wales
[u'UKL', u'Wales']
  UKL11: Isle of Anglesey
[u'  UKL11', u'Isle of Anglesey']
  UKL12: Gwynedd
[u'  UKL12', u'Gwynedd']
  UKL13: Conwy and Denbighshire
[u'  UKL13', u'Conwy and Denbighshire']
  UKL14: South West Wales
[u'  UKL14', u'South West Wales']
  UKL15: Central Valleys
[u'  UKL15', u'Central Valleys']
  UKL16: Gwent Valleys
[u'  UKL16', u'Gwent Valleys']
  UKL17: Bridgend and Neath Port Talbot
[u'  UKL17', u'Bridgend and Neath Port Talbot']
  UKL18: Swansea
[u'  UKL18', u'Swansea']
  UKL21: Monmouthshire and Newport
[u'  UKL21', u'Monmouthshire and Newport']
  UKL22: Cardiff and Vale of Glamorgan
[u'  UKL22', u'Cardiff and Vale of Glamorgan']
  UKL23: Flintshire and Wrexham
[u'  UKL23', u'Flintshire and Wrexham']
  UKL24: Powys
[u'  UKL24', u'Powys']
UKM: Scotland
[u'UKM', u'Scotland']
  UKM21: Angus and Dundee City
[u'  UKM21', u'Angus and Dundee City']
  UKM22: Clackmannanshire and Fife
[u'  UKM22', u'Clackmannanshire and Fife']
  UKM23: East Lothian and Midlothian
[u'  UKM23', u'East Lothian and Midlothian']
  UKM24: Scottish Borders
[u'  UKM24', u'Scottish Borders']
  UKM25: Edinburgh City Of
[u'  UKM25', u'Edinburgh City Of']
  UKM26: Falkirk
[u'  UKM26', u'Falkirk']
  UKM27: Perth & Kinross and Stirling
[u'  UKM27', u'Perth & Kinross and Stirling']
  UKM28: West Lothian
[u'  UKM28', u'West Lothian']
  UKM31: East Dunbartonshire, West Dunbartonshire and Helensburgh & Lomond
[u'  UKM31', u'East Dunbartonshire, West Dunbartonshire and Helensburgh & Lomond']
  UKM32: Dumfries & Galloway
[u'  UKM32', u'Dumfries & Galloway']
  UKM33: East Ayrshire and North Ayrshire mainland
[u'  UKM33', u'East Ayrshire and North Ayrshire mainland']
  UKM34: Glasgow City
[u'  UKM34', u'Glasgow City']
  UKM35: Inverclyde, East Renfrewshire and Renfrewshire
[u'  UKM35', u'Inverclyde, East Renfrewshire and Renfrewshire']
  UKM36: North Lanarkshire
[u'  UKM36', u'North Lanarkshire']
  UKM37: South Ayrshire
[u'  UKM37', u'South Ayrshire']
  UKM38: South Lanarkshire
[u'  UKM38', u'South Lanarkshire']
  UKM50: Aberdeen City and Aberdeenshire
[u'  UKM50', u'Aberdeen City and Aberdeenshire']
  UKM61: Caithness & Sutherland and Ross & Cromarty
[u'  UKM61', u'Caithness & Sutherland and Ross & Cromarty']
  UKM62: Inverness & Nairn and Moray, Badenoch & Strathspey
[u'  UKM62', u'Inverness & Nairn and Moray, Badenoch & Strathspey']
  UKM63: Lochaber, Skye & Lochalsh, Arran & Cumbrae and Argyll & Bute
[u'  UKM63', u'Lochaber, Skye & Lochalsh, Arran & Cumbrae and Argyll & Bute']
  UKM64: Eilean Siar (Western Isles)
[u'  UKM64', u'Eilean Siar (Western Isles)']
  UKM65: Orkney Islands
[u'  UKM65', u'Orkney Islands']
  UKM66: Shetland Islands
[u'  UKM66', u'Shetland Islands']
UKN: Northern Ireland
[u'UKN', u'Northern Ireland']
  UKN01: Belfast
[u'  UKN01', u'Belfast']
  UKN02: Outer Belfast
[u'  UKN02', u'Outer Belfast']
  UKN03: East of Northern Ireland (UK)
[u'  UKN03', u'East of Northern Ireland (UK)']
  UKN04: North of Northern Ireland (UK)
[u'  UKN04', u'North of Northern Ireland (UK)']
  UKN05: West and South of Northern Ireland (UK)
[u'  UKN05', u'West and South of Northern Ireland (UK)']
[u'USA', u'United States']
US01: Alabama
[u'US01', u'Alabama']
US02: Alaska
[u'US02', u'Alaska']
US04: Arizona
[u'US04', u'Arizona']
US05: Arkansas
[u'US05', u'Arkansas']
US06: California
[u'US06', u'California']
US08: Colorado
[u'US08', u'Colorado']
US09: Connecticut
[u'US09', u'Connecticut']
US10: Delaware
[u'US10', u'Delaware']
US11: District of Columbia
[u'US11', u'District of Columbia']
US12: Florida
[u'US12', u'Florida']
US13: Georgia
[u'US13', u'Georgia']
US15: Hawaii
[u'US15', u'Hawaii']
US16: Idaho
[u'US16', u'Idaho']
US17: Illinois
[u'US17', u'Illinois']
US18: Indiana
[u'US18', u'Indiana']
US19: Iowa
[u'US19', u'Iowa']
US20: Kansas
[u'US20', u'Kansas']
US21: Kentucky
[u'US21', u'Kentucky']
US22: Louisiana
[u'US22', u'Louisiana']
US23: Maine
[u'US23', u'Maine']
US24: Maryland
[u'US24', u'Maryland']
US25: Massachusetts
[u'US25', u'Massachusetts']
US26: Michigan
[u'US26', u'Michigan']
US27: Minnesota
[u'US27', u'Minnesota']
US28: Mississippi
[u'US28', u'Mississippi']
US29: Missouri
[u'US29', u'Missouri']
US30: Montana (US)
[u'US30', u'Montana (US)']
US31: Nebraska
[u'US31', u'Nebraska']
US32: Nevada
[u'US32', u'Nevada']
US33: New Hampshire
[u'US33', u'New Hampshire']
US34: New Jersey
[u'US34', u'New Jersey']
US35: New Mexico
[u'US35', u'New Mexico']
US36: New York
[u'US36', u'New York']
US37: North Carolina
[u'US37', u'North Carolina']
US38: North Dakota
[u'US38', u'North Dakota']
US39: Ohio
[u'US39', u'Ohio']
US40: Oklahoma
[u'US40', u'Oklahoma']
US41: Oregon
[u'US41', u'Oregon']
US42: Pennsylvania
[u'US42', u'Pennsylvania']
US44: Rhode Island
[u'US44', u'Rhode Island']
US45: South Carolina
[u'US45', u'South Carolina']
US46: South Dakota
[u'US46', u'South Dakota']
US47: Tennessee
[u'US47', u'Tennessee']
US48: Texas
[u'US48', u'Texas']
US49: Utah
[u'US49', u'Utah']
US50: Vermont
[u'US50', u'Vermont']
US51: Virginia
[u'US51', u'Virginia']
US53: Washington
[u'US53', u'Washington']
US54: West Virginia
[u'US54', u'West Virginia']
US55: Wisconsin
[u'US55', u'Wisconsin']
US56: Wyoming
[u'US56', u'Wyoming']
  US001: Aberdeen, SD
[u'  US001', u'Aberdeen, SD']
  US002: Abilene, TX
[u'  US002', u'Abilene, TX']
  US003: Albany, GA
[u'  US003', u'Albany, GA']
  US004: Albany-Schenectady-Amsterdam, NY
[u'  US004', u'Albany-Schenectady-Amsterdam, NY']
  US005: Albuquerque, NM
[u'  US005', u'Albuquerque, NM']
  US006: Alpena, MI
[u'  US006', u'Alpena, MI']
  US007: Amarillo, TX
[u'  US007', u'Amarillo, TX']
  US008: Anchorage, AK
[u'  US008', u'Anchorage, AK']
  US009: Appleton-Oshkosh-Neenah, WI
[u'  US009', u'Appleton-Oshkosh-Neenah, WI']
  US010: Asheville-Brevard, NC
[u'  US010', u'Asheville-Brevard, NC']
  US011: Atlanta-Sandy Springs-Gainesville, GA-AL
[u'  US011', u'Atlanta-Sandy Springs-Gainesville, GA-AL']
  US012: Augusta-Richmond County, GA-SC
[u'  US012', u'Augusta-Richmond County, GA-SC']
  US013: Austin-Round Rock, TX
[u'  US013', u'Austin-Round Rock, TX']
  US014: Bangor, ME
[u'  US014', u'Bangor, ME']
  US015: Baton Rouge-Pierre Part, LA
[u'  US015', u'Baton Rouge-Pierre Part, LA']
  US016: Beaumont-Port Arthur, TX
[u'  US016', u'Beaumont-Port Arthur, TX']
  US017: Bend-Prineville, OR
[u'  US017', u'Bend-Prineville, OR']
  US018: Billings, MT
[u'  US018', u'Billings, MT']
  US019: Birmingham-Hoover-Cullman, AL
[u'  US019', u'Birmingham-Hoover-Cullman, AL']
  US020: Bismarck, ND
[u'  US020', u'Bismarck, ND']
  US021: Boise City-Nampa, ID
[u'  US021', u'Boise City-Nampa, ID']
  US022: Boston-Worcester-Manchester, MA-NH
[u'  US022', u'Boston-Worcester-Manchester, MA-NH']
  US023: Buffalo-Niagara-Cattaraugus, NY
[u'  US023', u'Buffalo-Niagara-Cattaraugus, NY']
  US024: Burlington-South Burlington, VT
[u'  US024', u'Burlington-South Burlington, VT']
  US025: Cape Girardeau-Jackson, MO-IL
[u'  US025', u'Cape Girardeau-Jackson, MO-IL']
  US026: Casper, WY
[u'  US026', u'Casper, WY']
  US027: Cedar Rapids, IA
[u'  US027', u'Cedar Rapids, IA']
  US028: Champaign-Urbana, IL
[u'  US028', u'Champaign-Urbana, IL']
  US029: Charleston, WV
[u'  US029', u'Charleston, WV']
  US030: Charleston-North Charleston, SC
[u'  US030', u'Charleston-North Charleston, SC']
  US031: Charlotte-Gastonia-Salisbury, NC-SC
[u'  US031', u'Charlotte-Gastonia-Salisbury, NC-SC']
  US032: Chicago-Naperville-Michigan City, IL-IN-WI
[u'  US032', u'Chicago-Naperville-Michigan City, IL-IN-WI']
  US033: Cincinnati-Middletown-Wilmington, OH-KY-IN
[u'  US033', u'Cincinnati-Middletown-Wilmington, OH-KY-IN']
  US034: Clarksburg, WV + Morgantown, WV
[u'  US034', u'Clarksburg, WV + Morgantown, WV']
  US035: Cleveland-Akron-Elyria, OH
[u'  US035', u'Cleveland-Akron-Elyria, OH']
  US036: Colorado Springs, CO
[u'  US036', u'Colorado Springs, CO']
  US037: Columbia, MO
[u'  US037', u'Columbia, MO']
  US038: Columbia-Newberry, SC
[u'  US038', u'Columbia-Newberry, SC']
  US039: Columbus-Auburn-Opelika, GA-AL
[u'  US039', u'Columbus-Auburn-Opelika, GA-AL']
  US040: Columbus-Marion-Chillicothe, OH
[u'  US040', u'Columbus-Marion-Chillicothe, OH']
  US041: Corpus Christi-Kingsville, TX
[u'  US041', u'Corpus Christi-Kingsville, TX']
  US042: Dallas-Fort Worth, TX
[u'  US042', u'Dallas-Fort Worth, TX']
  US043: Davenport-Moline-Rock Island, IA-IL
[u'  US043', u'Davenport-Moline-Rock Island, IA-IL']
  US044: Dayton-Springfield-Greenville, OH
[u'  US044', u'Dayton-Springfield-Greenville, OH']
  US045: Denver-Aurora-Boulder, CO
[u'  US045', u'Denver-Aurora-Boulder, CO']
  US046: Des Moines-Newton-Pella, IA
[u'  US046', u'Des Moines-Newton-Pella, IA']
  US047: Detroit-Warren-Flint, MI
[u'  US047', u'Detroit-Warren-Flint, MI']
  US048: Dothan-Enterprise-Ozark, AL
[u'  US048', u'Dothan-Enterprise-Ozark, AL']
  US049: Dover, DE
[u'  US049', u'Dover, DE']
  US050: Duluth, MN-WI
[u'  US050', u'Duluth, MN-WI']
  US051: El Paso, TX
[u'  US051', u'El Paso, TX']
  US052: Erie, PA
[u'  US052', u'Erie, PA']
  US053: Eugene-Springfield, OR
[u'  US053', u'Eugene-Springfield, OR']
  US054: Evansville, IN-KY
[u'  US054', u'Evansville, IN-KY']
  US055: Fargo-Wahpeton, ND-MN
[u'  US055', u'Fargo-Wahpeton, ND-MN']
  US056: Farmington, NM
[u'  US056', u'Farmington, NM']
  US057: Fayetteville-Springdale-Rogers, AR-MO
[u'  US057', u'Fayetteville-Springdale-Rogers, AR-MO']
  US058: Flagstaff, AZ
[u'  US058', u'Flagstaff, AZ']
  US059: Fort Smith, AR-OK
[u'  US059', u'Fort Smith, AR-OK']
  US060: Fort Wayne-Huntington-Auburn, IN
[u'  US060', u'Fort Wayne-Huntington-Auburn, IN']
  US061: Fresno-Madera, CA
[u'  US061', u'Fresno-Madera, CA']
  US062: Gainesville, FL
[u'  US062', u'Gainesville, FL']
  US063: Grand Forks, ND-MN
[u'  US063', u'Grand Forks, ND-MN']
  US064: Grand Rapids-Muskegon-Holland, MI
[u'  US064', u'Grand Rapids-Muskegon-Holland, MI']
  US065: Great Falls, MT
[u'  US065', u'Great Falls, MT']
  US066: Greensboro--Winston-Salem--High Point, NC
[u'  US066', u'Greensboro--Winston-Salem--High Point, NC']
  US067: Greenville, NC
[u'  US067', u'Greenville, NC']
  US068: Greenville-Spartanburg-Anderson, SC
[u'  US068', u'Greenville-Spartanburg-Anderson, SC']
  US069: Gulfport-Biloxi-Pascagoula, MS
[u'  US069', u'Gulfport-Biloxi-Pascagoula, MS']
  US070: Harrisburg-Carlisle-Lebanon, PA
[u'  US070', u'Harrisburg-Carlisle-Lebanon, PA']
  US071: Harrisonburg, VA
[u'  US071', u'Harrisonburg, VA']
  US072: Hartford-West Hartford-Willimantic, CT
[u'  US072', u'Hartford-West Hartford-Willimantic, CT']
  US073: Helena, MT
[u'  US073', u'Helena, MT']
  US074: Honolulu, HI
[u'  US074', u'Honolulu, HI']
  US075: Houston-Baytown-Huntsville, TX
[u'  US075', u'Houston-Baytown-Huntsville, TX']
  US076: Huntsville-Decatur, AL
[u'  US076', u'Huntsville-Decatur, AL']
  US077: Idaho Falls-Blackfoot, ID
[u'  US077', u'Idaho Falls-Blackfoot, ID']
  US078: Indianapolis-Anderson-Columbus, IN
[u'  US078', u'Indianapolis-Anderson-Columbus, IN']
  US079: Jacksonville, FL
[u'  US079', u'Jacksonville, FL']
  US080: Jackson-Yazoo City, MS
[u'  US080', u'Jackson-Yazoo City, MS']
  US081: Johnson City-Kingsport-Bristol (Tri-Cities), TN-VA
[u'  US081', u'Johnson City-Kingsport-Bristol (Tri-Cities), TN-VA']
  US082: Jonesboro, AR
[u'  US082', u'Jonesboro, AR']
  US083: Joplin, MO
[u'  US083', u'Joplin, MO']
  US084: Kansas City-Overland Park-Kansas City, MO-KS
[u'  US084', u'Kansas City-Overland Park-Kansas City, MO-KS']
  US085: Kearney, NE
[u'  US085', u'Kearney, NE']
  US086: Kennewick-Richland-Pasco, WA
[u'  US086', u'Kennewick-Richland-Pasco, WA']
  US087: Killeen-Temple-Fort Hood, TX
[u'  US087', u'Killeen-Temple-Fort Hood, TX']
  US088: Knoxville-Sevierville-La Follette, TN
[u'  US088', u'Knoxville-Sevierville-La Follette, TN']
  US089: La Crosse, WI-MN
[u'  US089', u'La Crosse, WI-MN']
  US090: Lafayette-Acadiana, LA
[u'  US090', u'Lafayette-Acadiana, LA']
  US091: Lake Charles-Jennings, LA
[u'  US091', u'Lake Charles-Jennings, LA']
  US092: Las Vegas-Paradise-Pahrump, NV
[u'  US092', u'Las Vegas-Paradise-Pahrump, NV']
  US093: Lewiston, ID-WA
[u'  US093', u'Lewiston, ID-WA']
  US094: Lexington-Fayette--Frankfort--Richmond, KY
[u'  US094', u'Lexington-Fayette--Frankfort--Richmond, KY']
  US095: Lincoln, NE
[u'  US095', u'Lincoln, NE']
  US096: Little Rock-North Little Rock-Pine Bluff, AR
[u'  US096', u'Little Rock-North Little Rock-Pine Bluff, AR']
  US097: Los Angeles-Long Beach-Riverside, CA
[u'  US097', u'Los Angeles-Long Beach-Riverside, CA']
  US098: Louisville-Elizabethtown-Scottsburg, KY-IN
[u'  US098', u'Louisville-Elizabethtown-Scottsburg, KY-IN']
  US099: Lubbock-Levelland, TX
[u'  US099', u'Lubbock-Levelland, TX']
  US100: Macon-Warner Robins-Fort Valley, GA
[u'  US100', u'Macon-Warner Robins-Fort Valley, GA']
  US101: Madison-Baraboo, WI
[u'  US101', u'Madison-Baraboo, WI']
  US102: Marinette, WI-MI
[u'  US102', u'Marinette, WI-MI']
  US103: Mason City, IA
[u'  US103', u'Mason City, IA']
  US104: McAllen-Edinburg-Pharr, TX
[u'  US104', u'McAllen-Edinburg-Pharr, TX']
  US105: Memphis, TN-MS-AR
[u'  US105', u'Memphis, TN-MS-AR']
  US106: Miami-Fort Lauderdale-Miami Beach, FL
[u'  US106', u'Miami-Fort Lauderdale-Miami Beach, FL']
  US107: Midland-Odessa, TX
[u'  US107', u'Midland-Odessa, TX']
  US108: Milwaukee-Racine-Waukesha, WI
[u'  US108', u'Milwaukee-Racine-Waukesha, WI']
  US109: Minneapolis-St. Paul-St. Cloud, MN-WI
[u'  US109', u'Minneapolis-St. Paul-St. Cloud, MN-WI']
  US110: Minot, ND
[u'  US110', u'Minot, ND']
  US111: Missoula, MT
[u'  US111', u'Missoula, MT']
  US112: Mobile-Daphne-Fairhope, AL
[u'  US112', u'Mobile-Daphne-Fairhope, AL']
  US113: Monroe-Bastrop, LA
[u'  US113', u'Monroe-Bastrop, LA']
  US114: Montgomery-Alexander City, AL
[u'  US114', u'Montgomery-Alexander City, AL']
  US115: Myrtle Beach-Conway-Georgetown, SC
[u'  US115', u'Myrtle Beach-Conway-Georgetown, SC']
  US116: Nashville-Davidson--Murfreesboro--Columbia, TN
[u'  US116', u'Nashville-Davidson--Murfreesboro--Columbia, TN']
  US117: New Orleans-Metairie-Bogalusa, LA
[u'  US117', u'New Orleans-Metairie-Bogalusa, LA']
  US118: New York-Newark-Bridgeport, NY-NJ-CT-PA
[u'  US118', u'New York-Newark-Bridgeport, NY-NJ-CT-PA']
  US119: Oklahoma City-Shawnee, OK
[u'  US119', u'Oklahoma City-Shawnee, OK']
  US120: Omaha-Council Bluffs-Fremont, NE-IA
[u'  US120', u'Omaha-Council Bluffs-Fremont, NE-IA']
  US121: Orlando-The Villages, FL
[u'  US121', u'Orlando-The Villages, FL']
  US122: Paducah, KY-IL
[u'  US122', u'Paducah, KY-IL']
  US123: Panama City-Lynn Haven, FL
[u'  US123', u'Panama City-Lynn Haven, FL']
  US124: Pendleton-Hermiston, OR
[u'  US124', u'Pendleton-Hermiston, OR']
  US125: Pensacola-Ferry Pass-Brent, FL
[u'  US125', u'Pensacola-Ferry Pass-Brent, FL']
  US126: Peoria-Canton, IL
[u'  US126', u'Peoria-Canton, IL']
  US127: Philadelphia-Camden-Vineland, PA-NJ-DE-MD
[u'  US127', u'Philadelphia-Camden-Vineland, PA-NJ-DE-MD']
  US128: Phoenix-Mesa-Scottsdale, AZ
[u'  US128', u'Phoenix-Mesa-Scottsdale, AZ']
  US129: Pittsburgh-New Castle, PA
[u'  US129', u'Pittsburgh-New Castle, PA']
  US130: Portland-Lewiston-South Portland, ME
[u'  US130', u'Portland-Lewiston-South Portland, ME']
  US131: Portland-Vancouver-Beaverton, OR-WA
[u'  US131', u'Portland-Vancouver-Beaverton, OR-WA']
  US132: Pueblo, CO
[u'  US132', u'Pueblo, CO']
  US133: Raleigh-Durham-Cary, NC
[u'  US133', u'Raleigh-Durham-Cary, NC']
  US134: Rapid City, SD
[u'  US134', u'Rapid City, SD']
  US135: Redding, CA
[u'  US135', u'Redding, CA']
  US136: Reno-Sparks, NV
[u'  US136', u'Reno-Sparks, NV']
  US137: Richmond, VA
[u'  US137', u'Richmond, VA']
  US138: Roanoke, VA
[u'  US138', u'Roanoke, VA']
  US139: Rochester-Batavia-Seneca Falls, NY
[u'  US139', u'Rochester-Batavia-Seneca Falls, NY']
  US140: Sacramento--Arden-Arcade--Truckee, CA-NV
[u'  US140', u'Sacramento--Arden-Arcade--Truckee, CA-NV']
  US141: Salina, KS
[u'  US141', u'Salina, KS']
  US142: Salt Lake City-Ogden-Clearfield, UT
[u'  US142', u'Salt Lake City-Ogden-Clearfield, UT']
  US143: San Angelo, TX
[u'  US143', u'San Angelo, TX']
  US144: San Antonio, TX
[u'  US144', u'San Antonio, TX']
  US145: San Diego-Carlsbad-San Marcos, CA
[u'  US145', u'San Diego-Carlsbad-San Marcos, CA']
  US146: San Jose-San Francisco-Oakland, CA
[u'  US146', u'San Jose-San Francisco-Oakland, CA']
  US147: Santa Fe-Espanola, NM
[u'  US147', u'Santa Fe-Espanola, NM']
  US148: Sarasota-Bradenton-Venice, FL
[u'  US148', u'Sarasota-Bradenton-Venice, FL']
  US149: Savannah-Hinesville-Fort Stewart, GA
[u'  US149', u'Savannah-Hinesville-Fort Stewart, GA']
  US150: Scotts Bluff, NE
[u'  US150', u'Scotts Bluff, NE']
  US151: Scranton--Wilkes-Barre, PA
[u'  US151', u'Scranton--Wilkes-Barre, PA']
  US152: Seattle-Tacoma-Olympia, WA
[u'  US152', u'Seattle-Tacoma-Olympia, WA']
  US153: Shreveport-Bossier City-Minden, LA
[u'  US153', u'Shreveport-Bossier City-Minden, LA']
  US154: Sioux City-Vermillion, IA-NE-SD
[u'  US154', u'Sioux City-Vermillion, IA-NE-SD']
  US155: Sioux Falls, SD
[u'  US155', u'Sioux Falls, SD']
  US156: South Bend-Mishawaka, IN-MI
[u'  US156', u'South Bend-Mishawaka, IN-MI']
  US157: Spokane, WA
[u'  US157', u'Spokane, WA']
  US158: Springfield, IL
[u'  US158', u'Springfield, IL']
  US159: Springfield, MO
[u'  US159', u'Springfield, MO']
  US160: St. Louis-St. Charles-Farmington, MO-IL
[u'  US160', u'St. Louis-St. Charles-Farmington, MO-IL']
  US161: State College, PA
[u'  US161', u'State College, PA']
  US162: Syracuse-Auburn, NY
[u'  US162', u'Syracuse-Auburn, NY']
  US163: Tallahassee, FL
[u'  US163', u'Tallahassee, FL']
  US164: Tampa-St. Petersburg-Clearwater, FL
[u'  US164', u'Tampa-St. Petersburg-Clearwater, FL']
  US165: Texarkana, TX-Texarkana, AR
[u'  US165', u'Texarkana, TX-Texarkana, AR']
  US166: Toledo-Fremont, OH
[u'  US166', u'Toledo-Fremont, OH']
  US167: Topeka, KS
[u'  US167', u'Topeka, KS']
  US168: Traverse City, MI
[u'  US168', u'Traverse City, MI']
  US169: Tucson, AZ
[u'  US169', u'Tucson, AZ']
  US170: Tulsa-Bartlesville, OK
[u'  US170', u'Tulsa-Bartlesville, OK']
  US171: Tupelo, MS
[u'  US171', u'Tupelo, MS']
  US172: Twin Falls, ID
[u'  US172', u'Twin Falls, ID']
  US173: Virginia Beach-Norfolk-Newport News, VA-NC
[u'  US173', u'Virginia Beach-Norfolk-Newport News, VA-NC']
  US174: Washington-Baltimore-Northern Virginia, DC-MD-VA-WV
[u'  US174', u'Washington-Baltimore-Northern Virginia, DC-MD-VA-WV']
  US175: Waterloo-Cedar Falls, IA
[u'  US175', u'Waterloo-Cedar Falls, IA']
  US176: Wausau-Merrill, WI
[u'  US176', u'Wausau-Merrill, WI']
  US177: Wenatchee, WA
[u'  US177', u'Wenatchee, WA']
  US178: Wichita Falls, TX
[u'  US178', u'Wichita Falls, TX']
  US179: Wichita-Winfield, KS
[u'  US179', u'Wichita-Winfield, KS']
[u'OECD', u'OECD']
BRA: Brazil
[u'BRA', u'Brazil']
  BR01: Acre
[u'  BR01', u'Acre']
  BR02: Amapá
[u'  BR02', u'Amap\xe1']
  BR03: Amazonas
[u'  BR03', u'Amazonas']
  BR04: Pará
[u'  BR04', u'Par\xe1']
  BR05: Rondônia
[u'  BR05', u'Rond\xf4nia']
  BR06: Roraima
[u'  BR06', u'Roraima']
  BR07: Tocantins
[u'  BR07', u'Tocantins']
  BR08: Alagoas
[u'  BR08', u'Alagoas']
  BR09: Bahia
[u'  BR09', u'Bahia']
  BR10: Ceará
[u'  BR10', u'Cear\xe1']
  BR11: Maranhão
[u'  BR11', u'Maranh\xe3o']
  BR12: Paraíba
[u'  BR12', u'Para\xedba']
  BR13: Pernambuco
[u'  BR13', u'Pernambuco']
  BR14: Piauí
[u'  BR14', u'Piau\xed']
  BR15: Rio Grande Do Norte
[u'  BR15', u'Rio Grande Do Norte']
  BR16: Sergipe
[u'  BR16', u'Sergipe']
  BR17: Espírito Santo
[u'  BR17', u'Esp\xedrito Santo']
  BR18: Minas Gerais
[u'  BR18', u'Minas Gerais']
  BR19: Rio De Janeiro
[u'  BR19', u'Rio De Janeiro']
  BR20: São Paulo
[u'  BR20', u'S\xe3o Paulo']
  BR21: Paraná
[u'  BR21', u'Paran\xe1']
  BR22: Rio Grande Do Sul
[u'  BR22', u'Rio Grande Do Sul']
  BR23: Santa Catarina
[u'  BR23', u'Santa Catarina']
  BR24: Distrito Federal (BR)
[u'  BR24', u'Distrito Federal (BR)']
  BR25: Goiás
[u'  BR25', u'Goi\xe1s']
  BR26: Mato Grosso
[u'  BR26', u'Mato Grosso']
  BR27: Mato Grosso Do Sul
[u'  BR27', u'Mato Grosso Do Sul']
CHN: China
[u'CHN', u'China']
  CN01: Beijing
[u'  CN01', u'Beijing']
  CN02: Tianjin
[u'  CN02', u'Tianjin']
  CN03: Hebei
[u'  CN03', u'Hebei']
  CN04: Shanxi
[u'  CN04', u'Shanxi']
  CN05: Inner Mongolia
[u'  CN05', u'Inner Mongolia']
  CN06: Liaoning
[u'  CN06', u'Liaoning']
  CN07: Jilin
[u'  CN07', u'Jilin']
  CN08: Heilongjiang
[u'  CN08', u'Heilongjiang']
  CN09: Shanghai
[u'  CN09', u'Shanghai']
  CN10: Jiangsu
[u'  CN10', u'Jiangsu']
  CN11: Zhejiang
[u'  CN11', u'Zhejiang']
  CN12: Anhui
[u'  CN12', u'Anhui']
  CN13: Fujian
[u'  CN13', u'Fujian']
  CN14: Jiangxi
[u'  CN14', u'Jiangxi']
  CN15: Shandong
[u'  CN15', u'Shandong']
  CN16: Henan
[u'  CN16', u'Henan']
  CN17: Hubei
[u'  CN17', u'Hubei']
  CN18: Hunan
[u'  CN18', u'Hunan']
  CN19: Guangdong
[u'  CN19', u'Guangdong']
  CN20: Guangxi
[u'  CN20', u'Guangxi']
  CN21: Hainan
[u'  CN21', u'Hainan']
  CN22: Chongqing
[u'  CN22', u'Chongqing']
  CN23: Sichuan
[u'  CN23', u'Sichuan']
  CN24: Guizhou
[u'  CN24', u'Guizhou']
  CN25: Yunnan
[u'  CN25', u'Yunnan']
  CN26: Tibet
[u'  CN26', u'Tibet']
  CN27: Shaanxi
[u'  CN27', u'Shaanxi']
  CN28: Gansu
[u'  CN28', u'Gansu']
  CN29: Qinghai
[u'  CN29', u'Qinghai']
  CN30: Ningxia
[u'  CN30', u'Ningxia']
  CN31: Xinjiang
[u'  CN31', u'Xinjiang']
COL: Colombia
[u'COL', u'Colombia']
  CO05: Antioquia
[u'  CO05', u'Antioquia']
  CO08: Atlántico
[u'  CO08', u'Atl\xe1ntico']
  CO11: Bogotá Capital District
[u'  CO11', u'Bogot\xe1 Capital District']
  CO13: Bolívar
[u'  CO13', u'Bol\xedvar']
  CO15: Boyacá
[u'  CO15', u'Boyac\xe1']
  CO17: Caldas
[u'  CO17', u'Caldas']
  CO18: Caquetá
[u'  CO18', u'Caquet\xe1']
  CO19: Cauca
[u'  CO19', u'Cauca']
  CO20: Cesar
[u'  CO20', u'Cesar']
  CO23: Córdoba (CO)
[u'  CO23', u'C\xf3rdoba (CO)']
  CO25: Cundinamarca
[u'  CO25', u'Cundinamarca']
  CO27: Chocó
[u'  CO27', u'Choc\xf3']
  CO41: Huila
[u'  CO41', u'Huila']
  CO44: La Guajira
[u'  CO44', u'La Guajira']
  CO47: Magdalena
[u'  CO47', u'Magdalena']
  CO50: Meta
[u'  CO50', u'Meta']
  CO52: Nariño
[u'  CO52', u'Nari\xf1o']
  CO54: Norte de Santander
[u'  CO54', u'Norte de Santander']
  CO63: Quindio
[u'  CO63', u'Quindio']
  CO66: Risaralda
[u'  CO66', u'Risaralda']
  CO68: Santander
[u'  CO68', u'Santander']
  CO70: Sucre
[u'  CO70', u'Sucre']
  CO73: Tolima
[u'  CO73', u'Tolima']
  CO76: Valle del Cauca
[u'  CO76', u'Valle del Cauca']
  CO81: Arauca
[u'  CO81', u'Arauca']
  CO85: Casanare
[u'  CO85', u'Casanare']
  CO86: Putumayo
[u'  CO86', u'Putumayo']
  CO88: San Andrés
[u'  CO88', u'San Andr\xe9s']
  CO91: Amazonas
[u'  CO91', u'Amazonas']
  CO94: Guainía
[u'  CO94', u'Guain\xeda']
  CO95: Guaviare
[u'  CO95', u'Guaviare']
  CO97: Vaupés
[u'  CO97', u'Vaup\xe9s']
  CO99: Vichada
[u'  CO99', u'Vichada']
IND: India
[u'IND', u'India']
  IN01: Jammu and Kashmir
[u'  IN01', u'Jammu and Kashmir']
  IN02: Himachal Pradesh
[u'  IN02', u'Himachal Pradesh']
  IN03: National Capital Territory of Delhi
[u'  IN03', u'National Capital Territory of Delhi']
  IN04: Rajasthan
[u'  IN04', u'Rajasthan']
  IN05: Uttar Pradesh
[u'  IN05', u'Uttar Pradesh']
  IN06: Sikkim
[u'  IN06', u'Sikkim']
  IN07: Arunachal Pradesh
[u'  IN07', u'Arunachal Pradesh']
  IN08: Nagaland
[u'  IN08', u'Nagaland']
  IN09: Meghalaya
[u'  IN09', u'Meghalaya']
  IN10: Assam
[u'  IN10', u'Assam']
  IN11: West Bengal
[u'  IN11', u'West Bengal']
  IN12: Gujarat
[u'  IN12', u'Gujarat']
  IN13: Dadra & Nagar Haveli
[u'  IN13', u'Dadra & Nagar Haveli']
  IN14: Maharashtra
[u'  IN14', u'Maharashtra']
  IN15: Daman & Diu
[u'  IN15', u'Daman & Diu']
  IN16: Lakshadweep
[u'  IN16', u'Lakshadweep']
  IN17: Kerala
[u'  IN17', u'Kerala']
  IN18: Punjab
[u'  IN18', u'Punjab']
  IN19: Chandigarh
[u'  IN19', u'Chandigarh']
  IN20: Haryana
[u'  IN20', u'Haryana']
  IN21: Uttaranchal
[u'  IN21', u'Uttaranchal']
  IN22: Bihar
[u'  IN22', u'Bihar']
  IN23: Jharkhand
[u'  IN23', u'Jharkhand']
  IN24: Manipur
[u'  IN24', u'Manipur']
  IN25: Mizoram
[u'  IN25', u'Mizoram']
  IN26: Tripura
[u'  IN26', u'Tripura']
  IN27: Orissa
[u'  IN27', u'Orissa']
  IN28: Madhya Pradesh
[u'  IN28', u'Madhya Pradesh']
  IN29: Chhattisgarh
[u'  IN29', u'Chhattisgarh']
  IN30: Andhra Pradesh
[u'  IN30', u'Andhra Pradesh']
  IN31: Karnataka
[u'  IN31', u'Karnataka']
  IN32: Goa
[u'  IN32', u'Goa']
  IN33: Tamil Nadu
[u'  IN33', u'Tamil Nadu']
  IN34: Puducherry
[u'  IN34', u'Puducherry']
  IN35: Andaman and Nicobar Islands
[u'  IN35', u'Andaman and Nicobar Islands']
LVA: Latvia
[u'LVA', u'Latvia']
  LV00: Latvia
[u'  LV00', u'Latvia']
    LV003: Kurzeme
[u'    LV003', u'Kurzeme']
    LV005: Latgale
[u'    LV005', u'Latgale']
    LV006: Riga
[u'    LV006', u'Riga']
    LV007: Pieriga
[u'    LV007', u'Pieriga']
    LV008: Vidzeme
[u'    LV008', u'Vidzeme']
    LV009: Zemgale
[u'    LV009', u'Zemgale']
LTU: Lithuania
[u'LTU', u'Lithuania']
  LT00: Lithuania
[u'  LT00', u'Lithuania']
    LT001: Alytus county
[u'    LT001', u'Alytus county']
    LT002: Kaunas county
[u'    LT002', u'Kaunas county']
    LT003: Klaipeda county
[u'    LT003', u'Klaipeda county']
    LT004: Marijampole county
[u'    LT004', u'Marijampole county']
    LT005: Panevežys county
[u'    LT005', u'Paneve\u017eys county']
    LT006: Šiauliai county
[u'    LT006', u'\u0160iauliai county']
    LT007: Taurage county
[u'    LT007', u'Taurage county']
    LT008: Telšiai county
[u'    LT008', u'Tel\u0161iai county']
    LT009: Utena county
[u'    LT009', u'Utena county']
    LT00A: Vilnius county
[u'    LT00A', u'Vilnius county']
RUS: Russia
[u'RUS', u'Russia']
  RU01: Belgorod Oblast
[u'  RU01', u'Belgorod Oblast']
  RU02: Bryansk Oblast
[u'  RU02', u'Bryansk Oblast']
  RU03: Vladimir Oblast
[u'  RU03', u'Vladimir Oblast']
  RU04: Voronezh Oblast
[u'  RU04', u'Voronezh Oblast']
  RU05: Ivanovo Oblast
[u'  RU05', u'Ivanovo Oblast']
  RU06: Kaluga Oblast
[u'  RU06', u'Kaluga Oblast']
  RU07: Kostroma Oblast
[u'  RU07', u'Kostroma Oblast']
  RU08: Kursk Oblast
[u'  RU08', u'Kursk Oblast']
  RU09: Lipetsk Oblast
[u'  RU09', u'Lipetsk Oblast']
  RU10: Moscow Oblast
[u'  RU10', u'Moscow Oblast']
  RU11: Oryol Oblast
[u'  RU11', u'Oryol Oblast']
  RU12: Ryazan Oblast
[u'  RU12', u'Ryazan Oblast']
  RU13: Smolensk Oblast
[u'  RU13', u'Smolensk Oblast']
  RU14: Tambov Oblast
[u'  RU14', u'Tambov Oblast']
  RU15: Tver Oblast
[u'  RU15', u'Tver Oblast']
  RU16: Tula Oblast
[u'  RU16', u'Tula Oblast']
  RU17: Yaroslavl Oblast
[u'  RU17', u'Yaroslavl Oblast']
  RU18: City of Moscow
[u'  RU18', u'City of Moscow']
  RU19: Republic of Karelia
[u'  RU19', u'Republic of Karelia']
  RU20: Komi republic
[u'  RU20', u'Komi republic']
  RU21: Arkhangelsk Oblast
[u'  RU21', u'Arkhangelsk Oblast']
  RU22: Nenets Autonomous Okrug
[u'  RU22', u'Nenets Autonomous Okrug']
  RU23: Vologda Oblast
[u'  RU23', u'Vologda Oblast']
  RU24: Kaliningrad Oblast
[u'  RU24', u'Kaliningrad Oblast']
  RU25: Leningrad Oblast
[u'  RU25', u'Leningrad Oblast']
  RU26: Murmansk Oblast
[u'  RU26', u'Murmansk Oblast']
  RU27: Novgorod Oblast
[u'  RU27', u'Novgorod Oblast']
  RU28: Pskov Oblast
[u'  RU28', u'Pskov Oblast']
  RU29: Federal City of Saint Petersburg
[u'  RU29', u'Federal City of Saint Petersburg']
  RU30: Republic of Adygea
[u'  RU30', u'Republic of Adygea']
  RU31: Republic of Kalmykia
[u'  RU31', u'Republic of Kalmykia']
  RU32: Krasnodar Krai
[u'  RU32', u'Krasnodar Krai']
  RU33: Astrakhan Oblast
[u'  RU33', u'Astrakhan Oblast']
  RU34: Volgograd Oblast
[u'  RU34', u'Volgograd Oblast']
  RU35: Rostov Oblast
[u'  RU35', u'Rostov Oblast']
  RU36: Republic of Dagestan
[u'  RU36', u'Republic of Dagestan']
  RU37: Republic of Ingushetia
[u'  RU37', u'Republic of Ingushetia']
  RU38: Kabardino-Balkar Republic
[u'  RU38', u'Kabardino-Balkar Republic']
  RU39: Karachay-Cherkhess Republic
[u'  RU39', u'Karachay-Cherkhess Republic']
  RU40: Republic of North Ossetia-Alania
[u'  RU40', u'Republic of North Ossetia-Alania']
  RU41: Chechen Republic
[u'  RU41', u'Chechen Republic']
  RU42: Stavropol Krai
[u'  RU42', u'Stavropol Krai']
  RU43: Republic of Bashkorstostan
[u'  RU43', u'Republic of Bashkorstostan']
  RU44: Mari El Republic
[u'  RU44', u'Mari El Republic']
  RU45: Republic of Mordovia
[u'  RU45', u'Republic of Mordovia']
  RU46: Republic of Tatarstan
[u'  RU46', u'Republic of Tatarstan']
  RU47: Udmurt Republic
[u'  RU47', u'Udmurt Republic']
  RU48: Chuvash Republic
[u'  RU48', u'Chuvash Republic']
  RU49: Perm Krai
[u'  RU49', u'Perm Krai']
  RU50: Kirov Oblast
[u'  RU50', u'Kirov Oblast']
  RU51: Nizhny Novgorod Oblast
[u'  RU51', u'Nizhny Novgorod Oblast']
  RU52: Orenburg Oblast
[u'  RU52', u'Orenburg Oblast']
  RU53: Penza Oblast
[u'  RU53', u'Penza Oblast']
  RU54: Samara Oblast
[u'  RU54', u'Samara Oblast']
  RU55: Saratov Oblast
[u'  RU55', u'Saratov Oblast']
  RU56: Ulianov Oblast
[u'  RU56', u'Ulianov Oblast']
  RU57: Kurgan Oblast
[u'  RU57', u'Kurgan Oblast']
  RU58: Sverdlovsk Oblast
[u'  RU58', u'Sverdlovsk Oblast']
  RU59: Tyumen Oblast
[u'  RU59', u'Tyumen Oblast']
  RU60: Khanty-Mansi Autonomous Okrug - Yugra
[u'  RU60', u'Khanty-Mansi Autonomous Okrug - Yugra']
  RU61: Yamalo-Nenets Autonomous Okrug
[u'  RU61', u'Yamalo-Nenets Autonomous Okrug']
  RU62: Chelyabinsk Oblast
[u'  RU62', u'Chelyabinsk Oblast']
  RU63: Republic of Altai
[u'  RU63', u'Republic of Altai']
  RU64: Buryat Republic
[u'  RU64', u'Buryat Republic']
  RU65: Tyva Republic
[u'  RU65', u'Tyva Republic']
  RU66: Republic of Khakassia
[u'  RU66', u'Republic of Khakassia']
  RU67: Altai Krai
[u'  RU67', u'Altai Krai']
  RU68: Zabaykalsky Krai
[u'  RU68', u'Zabaykalsky Krai']
  RU69: Krasnoyarsk Krai
[u'  RU69', u'Krasnoyarsk Krai']
  RU70: Irkutsk Oblast
[u'  RU70', u'Irkutsk Oblast']
  RU71: Kemerovo oblast
[u'  RU71', u'Kemerovo oblast']
  RU72: Novosibirsk Oblast
[u'  RU72', u'Novosibirsk Oblast']
  RU73: Omsk Oblast
[u'  RU73', u'Omsk Oblast']
  RU74: Tomsk Oblast
[u'  RU74', u'Tomsk Oblast']
  RU75: Sakha Republic (Yakutia)
[u'  RU75', u'Sakha Republic (Yakutia)']
  RU76: Kamchatka Krai
[u'  RU76', u'Kamchatka Krai']
  RU77: Primorsky Krai
[u'  RU77', u'Primorsky Krai']
  RU78: Khabarovsk Krai
[u'  RU78', u'Khabarovsk Krai']
  RU79: Amur Oblast
[u'  RU79', u'Amur Oblast']
  RU80: Magadan Oblast
[u'  RU80', u'Magadan Oblast']
  RU81: Sakhalin Oblast
[u'  RU81', u'Sakhalin Oblast']
  RU82: Jewish Autonomous Oblast
[u'  RU82', u'Jewish Autonomous Oblast']
  RU83: Chukotka Autonomous Okrug
[u'  RU83', u'Chukotka Autonomous Okrug']
ZAF: South Africa
[u'ZAF', u'South Africa']
  ZA01: Eastern Cape
[u'  ZA01', u'Eastern Cape']
  ZA02: Free State
[u'  ZA02', u'Free State']
  ZA03: Gauteng
[u'  ZA03', u'Gauteng']
  ZA04: KwaZulu-Natal
[u'  ZA04', u'KwaZulu-Natal']
  ZA05: Limpopo
[u'  ZA05', u'Limpopo']
  ZA06: Mpumalanga
[u'  ZA06', u'Mpumalanga']
  ZA07: Northern Cape
[u'  ZA07', u'Northern Cape']
  ZA08: North West
[u'  ZA08', u'North West']
  ZA09: Western Cape
[u'  ZA09', u'Western Cape']

In [35]:
se1 = pd.Series(regions2)
region_surf['Region Name'] = se1.values
se2 = pd.Series(region_codes2)
region_surf['Region Code'] = se2.values

region_surf = region_surf.drop('Region', 1)
region_surf = region_surf.drop('Territory Level and Typology', 1)


region_surf.head()


Out[35]:
2014 Region Name Region Code
0 7703350.0 Australia AUS
1 801352.0 New South Wales AU1
2 51894.4 Capital Region AU101
3 70297.6 Central West AU103
4 13229.9 Coffs Harbour - Grafton AU104

In [36]:
region_surf.to_csv("index/final/region_surf.csv", encoding="utf-8")

 Country GDP


In [37]:
country_gdp.head()


Out[37]:
LOCATION INDICATOR SUBJECT MEASURE FREQUENCY TIME Value Flag Codes
0 AUS GDP TOT MLN_USD A 1960 25017.6204 NaN
1 AUS GDP TOT MLN_USD A 1961 25314.9752 NaN
2 AUS GDP TOT MLN_USD A 1962 27900.1241 NaN
3 AUS GDP TOT MLN_USD A 1963 30372.8352 NaN
4 AUS GDP TOT MLN_USD A 1964 32680.3492 NaN

In [38]:
country_gdp = country_gdp.drop('Flag Codes', 1)
country_gdp = country_gdp.drop('FREQUENCY', 1)
country_gdp = country_gdp.drop('SUBJECT', 1)
country_gdp = country_gdp.loc[country_gdp['TIME'] == 2015]
country_gdp = country_gdp.loc[country_gdp['MEASURE'] == "MLN_USD"]
country_gdp = country_gdp.drop('MEASURE', 1)
country_gdp = country_gdp.drop('TIME', 1)
country_gdp = country_gdp.drop('INDICATOR', 1)
country_gdp.head()


Out[38]:
LOCATION Value
55 AUS 1.102733e+06
157 AUT 4.150046e+05
249 BEL 4.964774e+05
341 CAN 1.588597e+06
413 CZE 3.456467e+05

In [39]:
country_gdp.to_csv("index/final/country_gdp.csv", encoding="utf-8")

 Country Population


In [40]:
country_pop.head()


Out[40]:
Country 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014
0 Australia 19029000 19275000 19495000 19721000 19933000 20177000 20451000 20828000 21249000 21692000 22032000 22340000.0 22728000 23126000 23491000
1 Austria 8011566 8042293 8082121 8118245 8169441 8225278 8267948 8295189 8321541 8341483 8361069 8388534.0 8426311 8468570 ..
2 Belgium 10251250 10286570 10332780 10376130 10421140 10478620 10547960 10625700 10709970 10796490 10920270 11047740.0 11128250 .. ..
3 Canada 30685730 31019020 31353660 31639670 31940680 32245210 32576070 32927520 33317660 33726920 34126550 34483980.0 34880490 .. ..
4 Chile 15397780 15571680 15745580 15919480 16093380 16267280 16432670 16598070 16763470 16928870 17094280 17248450.0 17402630 17556820 ..

In [41]:
country_pop.dtypes


Out[41]:
Country     object
2000         int64
2001         int64
2002         int64
2003         int64
2004         int64
2005         int64
2006         int64
2007         int64
2008         int64
2009         int64
2010         int64
2011       float64
2012        object
2013        object
2014        object
dtype: object

In [42]:
country_pop = country_pop.drop("2000", 1)
country_pop = country_pop.drop("2001", 1)
country_pop = country_pop.drop("2002", 1)
country_pop = country_pop.drop("2003", 1)
country_pop = country_pop.drop("2004", 1)
country_pop = country_pop.drop("2005", 1)
country_pop = country_pop.drop("2006", 1)
country_pop = country_pop.drop("2007", 1)
country_pop = country_pop.drop("2008", 1)
country_pop = country_pop.drop("2009", 1)
country_pop = country_pop.drop("2010", 1)

country_pop = country_pop.drop("2012", 1)
country_pop = country_pop.drop("2013", 1)
country_pop = country_pop.drop("2014", 1)

In [43]:
country_pop.to_csv("index/final/country_pop.csv", encoding="utf-8")

 Country Surface


In [44]:
country_surf.head()


Out[44]:
Series Name Series Code Country Name Country Code 2015
0 Surface area (sq. km) AG.SRF.TOTL.K2 Afghanistan AFG 652860.0
1 Surface area (sq. km) AG.SRF.TOTL.K2 Albania ALB 28750.0
2 Surface area (sq. km) AG.SRF.TOTL.K2 Algeria DZA 2381740.0
3 Surface area (sq. km) AG.SRF.TOTL.K2 American Samoa ASM 200.0
4 Surface area (sq. km) AG.SRF.TOTL.K2 Andorra ADO 470.0

In [45]:
country_surf = country_surf.drop('Series Name', 1)
country_surf = country_surf.drop('Series Code', 1)

In [46]:
country_surf.to_csv("index/final/country_surf.csv", encoding="utf-8")

Make csvs similar


In [47]:
city_gdp.head()


Out[47]:
2012 City Name City Code
0 994928.88 Australia AUS
1 199969.65 Sydney AUS01
2 167012.33 Melbourne AUS02
3 90572.54 Brisbane AUS03
4 124116.87 Perth AUS04

In [48]:
city_pop.head()


Out[48]:
2014 City Name City Code
0 23490736 Australia AUS
1 4840628 Sydney AUS01
2 4440328 Melbourne AUS02
3 2274560 Brisbane AUS03
4 2021203 Perth AUS04

In [49]:
city_surf.head()


Out[49]:
2014 City Name City Code
0 7703354.00 Australia AUS
1 12229.11 Sydney AUS01
2 10103.28 Melbourne AUS02
3 15441.89 Brisbane AUS03
4 6309.49 Perth AUS04

In [50]:
region_gdp.head()


Out[50]:
Region Name Region Code 2012
0 Australia AUS 999200.0
1 New South Wales AU1 313826.0
2 Victoria AU2 222163.0
3 Queensland AU3 189453.0
4 South Australia AU4 61758.2

In [51]:
region_pop.head()


Out[51]:
2014 Region Name Region Code
0 23490700 Australia AUS
1 7518470 New South Wales AU1
2 220944 Capital Region AU101
3 209850 Central West AU103
4 136418 Coffs Harbour - Grafton AU104

In [52]:
region_surf.head()


Out[52]:
2014 Region Name Region Code
0 7703350.0 Australia AUS
1 801352.0 New South Wales AU1
2 51894.4 Capital Region AU101
3 70297.6 Central West AU103
4 13229.9 Coffs Harbour - Grafton AU104

In [53]:
country_gdp.head()


Out[53]:
LOCATION Value
55 AUS 1.102733e+06
157 AUT 4.150046e+05
249 BEL 4.964774e+05
341 CAN 1.588597e+06
413 CZE 3.456467e+05

In [54]:
country_gdp["Country Code"] = country_gdp["LOCATION"]
country_gdp = country_gdp.drop('LOCATION', 1)
country_gdp["2015"] = country_gdp["Value"]
country_gdp = country_gdp.drop('Value', 1)

In [55]:
country_gdp["Country Name"] = ""
country_gdp.head()


Out[55]:
Country Code 2015 Country Name
55 AUS 1.102733e+06
157 AUT 4.150046e+05
249 BEL 4.964774e+05
341 CAN 1.588597e+06
413 CZE 3.456467e+05

In [56]:
for i in region_surf.iterrows():
    for col, row in country_gdp.iterrows():
        if row[0] == i[1][2]:
            country_gdp.loc[col, 'Country Name']=i[1][1]
            
country_gdp.head()


Out[56]:
Country Code 2015 Country Name
55 AUS 1.102733e+06 Australia
157 AUT 4.150046e+05 Austria
249 BEL 4.964774e+05 Belgium
341 CAN 1.588597e+06 Canada
413 CZE 3.456467e+05 Czech Republic

In [57]:
country_pop.head()


Out[57]:
Country 2011
0 Australia 22340000.0
1 Austria 8388534.0
2 Belgium 11047740.0
3 Canada 34483980.0
4 Chile 17248450.0

In [58]:
country_pop["Country Name"] = country_pop["Country"]
country_pop = country_pop.drop('Country', 1)
country_pop["Country Code"] = ""

In [59]:
country_pop.head()


Out[59]:
2011 Country Name Country Code
0 22340000.0 Australia
1 8388534.0 Austria
2 11047740.0 Belgium
3 34483980.0 Canada
4 17248450.0 Chile

In [60]:
for i in country_gdp.iterrows():
    for col, row in country_pop.iterrows():
        if row[1] == i[1][2]:
            country_pop.loc[col, 'Country Code']=i[1][0]
            
country_pop.head()


Out[60]:
2011 Country Name Country Code
0 22340000.0 Australia AUS
1 8388534.0 Austria AUT
2 11047740.0 Belgium BEL
3 34483980.0 Canada CAN
4 17248450.0 Chile CHL

In [61]:
country_surf.head()


Out[61]:
Country Name Country Code 2015
0 Afghanistan AFG 652860.0
1 Albania ALB 28750.0
2 Algeria DZA 2381740.0
3 American Samoa ASM 200.0
4 Andorra ADO 470.0

In [64]:
# save all again
city_gdp.to_csv("index/final/city_gdp.csv", encoding="utf-8")
city_pop.to_csv("index/final/city_pop.csv", encoding="utf-8")
city_surf.to_csv("index/final/city_surf.csv", encoding="utf-8")

region_gdp.to_csv("index/final/region_gdp.csv", encoding="utf-8")
region_pop.to_csv("index/final/region_pop.csv", encoding="utf-8")
region_surf.to_csv("index/final/region_surf.csv", encoding="utf-8")

country_gdp.to_csv("index/final/country_gdp.csv", encoding="utf-8")
country_pop.to_csv("index/final/country_pop.csv", encoding="utf-8")
country_surf.to_csv("index/final/country_surf.csv", encoding="utf-8")

In [ ]: