Skip to content

Instantly share code, notes, and snippets.

@liyi54
Created April 7, 2020 22:52
Show Gist options
  • Save liyi54/cb6f1c6204703f06c54935e3c2b09338 to your computer and use it in GitHub Desktop.
Save liyi54/cb6f1c6204703f06c54935e3c2b09338 to your computer and use it in GitHub Desktop.
Nigerian States with abbreviations in a python dictionary
{
'AB':"Abia",
'AD':"Adamawa",
'AI':"Akwa Ibom",
'AR':"Anambra",
'BH':"Bauchi",
'BL':"Bayelsa",
'BE':"Benue",
'BN':"Borno",
'CR':"Cross River",
'DT':"Delta",
'EY':"Ebonyi",
'ED':"Edo",
'EI':"Ekiti",
'EU':"Enugu",
'AU':"FCT - Abuja",
'GB':"Gombe",
'IO':"Imo",
'JW':"Jigawa",
'KD':"Kaduna",
'KO':"Kano",
'KA':"Katsina",
'KB':"Kebbi",
'KG':"Kogi",
'KW':"Kwara",
'LA':"Lagos",
'NW':"Nasarawa",
'NG':"Niger",
'OG':"Ogun",
'OD':"Ondo",
'ON':"Osun",
'OY':"Oyo",
'PU':"Plateau",
'RI':"Rivers",
'ST':"Sokoto",
'TA':"Taraba",
'YE':"Yobe",
'ZA':"Zamfara"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment