Re: [datameet] Re: Census 2011 - Geographical Code Directory - List of Towns and Villages in India

2015-07-02 Thread Nikhil VJ
Can anyone convert it to a more widely known format like CSV (if it's flat) or JSON or XML (if hierarchical) ? On Tuesday, May 26, 2015 at 10:27:45 PM UTC+5:30, Amiruddin Nagri wrote: Thanks. Regards, Amiruddin Nagri On Tue, May 26, 2015 at 9:35 PM, Eric Dodge edod...@gmail.com

Re: [datameet] Re: Census 2011 - Geographical Code Directory - List of Towns and Villages in India

2015-05-26 Thread mohit ranjan
Amiruddin, You can use R package 'haven' to read dta files [1] http://stackoverflow.com/questions/2536047/convert-stata-dta-file-to-csv-without-stata-software [2] https://github.com/hadley/haven - Mohit On Tue, May 26, 2015 at 7:48 AM, Amiruddin Nagri amir.na...@gmail.com wrote: Have come

Re: [datameet] Re: Census 2011 - Geographical Code Directory - List of Towns and Villages in India

2015-05-26 Thread Eric Dodge
Python pandas can also read .dta files with the read_stata() function. On Tue, May 26, 2015 at 10:26 AM, Sumit sumitm.mis...@gmail.com wrote: Hi, You can use the following package within R. It is called foreign. Once you'd installed the package, just add following lines to your code to read

Re: [datameet] Re: Census 2011 - Geographical Code Directory - List of Towns and Villages in India

2015-05-26 Thread Amiruddin Nagri
Thanks. Regards, Amiruddin Nagri On Tue, May 26, 2015 at 9:35 PM, Eric Dodge edodg...@gmail.com wrote: Python pandas can also read .dta files with the read_stata() function. On Tue, May 26, 2015 at 10:26 AM, Sumit sumitm.mis...@gmail.com wrote: Hi, You can use the following package