Created
April 7, 2020 22:52
-
-
Save liyi54/cb6f1c6204703f06c54935e3c2b09338 to your computer and use it in GitHub Desktop.
Nigerian States with abbreviations in a python dictionary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'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