Last active
March 23, 2022 04:58
-
-
Save Eunoia1729/b929d16db7207eec999df8ca5ecff782 to your computer and use it in GitHub Desktop.
Mapping from Indian state codes to Indian state names
This file contains 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
{ | |
"AN": "Andaman and Nicobar Islands", | |
"AP": "Andhra Pradesh", | |
"AR": "Arunachal Pradesh", | |
"AS": "Assam", | |
"BR": "Bihar", | |
"CG": "Chhattisgarh", | |
"CH": "Chandigarh", | |
"CHD": "Chandigarh", | |
"CT": "Chhattisgarh", | |
"DD": "Daman and Diu", | |
"DEL": "Delhi", | |
"DL": "Delhi", | |
"DN": "Dadra and Nagar Haveli", | |
"DNH": "Dadra and Nagar Haveli", | |
"DNHDD": "Dadra and Nagar Haveli and Daman and Diu", | |
"GA": "Goa", | |
"GJ": "Gujarat", | |
"GUJ": "Gujarat", | |
"HP": "Himachal Pradesh", | |
"HR": "Haryana", | |
"JH": "Jharkhand", | |
"JK": "Jammu and Kashmir", | |
"KA": "Karnataka", | |
"KER": "Kerala", | |
"KL": "Kerala", | |
"KRN": "Karnataka", | |
"LA": "Ladakh", | |
"LD": "Lakshadweep", | |
"LKP": "Lakshadweep", | |
"MAH": "Maharashtra", | |
"MEG": "Meghalaya", | |
"MH": "Maharashtra", | |
"MIZ": "Mizoram", | |
"ML": "Meghalaya", | |
"MN": "Manipur", | |
"MNP": "Manipur", | |
"MP": "Madhya Pradesh", | |
"MZ": "Mizoram", | |
"NL": "Nagaland", | |
"NLD": "Nagaland", | |
"OR": "Odisha", | |
"Orissa": "Odisha", | |
"PB": "Punjab", | |
"PDY": "Puducherry", | |
"PY": "Puducherry", | |
"RAJ": "Rajasthan", | |
"RJ": "Rajasthan", | |
"SK": "Sikkim", | |
"SKM": "Sikkim", | |
"TG": "Telangana", | |
"TN": "Tamil Nadu", | |
"TR": "Tripura", | |
"TRP": "Tripura", | |
"TS": "Telangana", | |
"UA": "Uttarakhand", | |
"UK": "Uttarakhand", | |
"UP": "Uttar Pradesh", | |
"UT": "Uttarakhand", | |
"Uttaranchal": "Uttarakhand", | |
"WB": "West Bengal" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment