On Tue, Mar 14, 2017 at 1:51 PM, Bhanu Kamapantula <talk2k...@gmail.com>
wrote:

> Hi Srinivas,
>
> Electors per constituency data has to be scraped out of the state PDFs at
> ECI website. Not sure if anyone's done it already.
>

For UP, there  is Polling Booth wise results available here:
http://ceouttarpradesh.nic.in/Form20.aspx It has data for 2012 assembly
elections and it gives excel sheet for each booth, and processing it might
be easier than parsing PDF. I am not sure if same is available for other
states(I didn't find any such listing for Punjab atleast). If you are using
Linux I was able to get all excel sheets from 403 booths using this shell
script/command:
for i in {1..403}; do wget http://ceouttarpradesh.nic.in/Form20_12/$i.xls;
done

-- 
Regards
Shantanu

-- 
Datameet is a community of Data Science enthusiasts in India. Know more about 
us by visiting http://datameet.org
--- 
You received this message because you are subscribed to the Google Groups 
"datameet" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to datameet+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to