Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP old to new constituency numbers mapping (data, snippet sharing) #46

Open
answerquest opened this issue Apr 10, 2019 · 0 comments
Open

Comments

@answerquest
Copy link
Collaborator

Sharing in case it's useful to anyone.

CSV format

name1,2014PC,2019PC,name2
ARAKU (ST),18,1,Araku
SRIKAKULAM,19,2,Srikakulam
VIZIANAGARAM,20,3,Vizianagaram
VISAKHAPATNAM,21,4,Visakhapatnam
ANAKAPALLE,22,5,Anakapalli
KAKINADA,23,6,Kakinada
AMALAPURAM (SC),24,7,Amalapuram
RAJAHMUNDRY,25,8,Rajahmundry
NARSAPURAM,26,9,Narsapuram
ELURU,27,10,Eluru
MACHILIPATNAM,28,11,Machilipatnam
VIJAYAWADA,29,12,Vijayawada
GUNTUR,30,13,Guntur
NARASARAOPET,31,14,Narasaraopet
BAPATLA (SC),32,15,Bapatla
ONGOLE,33,16,Ongole
NANDYAL,34,17,Nandyal
KURNOOL,35,18,Kurnool
ANANTAPUR,36,19,Anantapuramu
HINDUPUR,37,20,Hindupur
KADAPA,38,21,Kadapa
NELLORE,39,22,Nellore
TIRUPATI (SC),40,23,Tirupati
RAJAMPET,41,24,Rajampet
CHITTOOR (SC),42,25,Chittoor

As a JSON object:

{ 18:1, 19:2, 20:3, 21:4, 22:5, 23:6, 24:7, 25:8, 26:9, 27:10, 28:11, 29:12, 30:13, 31:14, 32:15, 33:16, 34:17, 35:18, 36:19, 37:20, 38:21, 39:22, 40:23, 41:24, 42:25 }

Sample usage:

newNum = correctionJSON[ oldNum ]

Data Sources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant