How do I parse and analyze demographic data using Python?
-
I am having an Excel sheet with following information: 1.Personal Details(Name,Age,Gender,City of Residence,City of Interest,Ethnicity), 2.Contact Details(Mobile,Landline,Email), 3.Employment Details(Employer,Sector,Salary,Experience,Job Profile), 4.Ownership of Assets(Property,Other assets like Car). How should I proceed now? Please guide me with your valuable suggestions.
-
Answer:
Firstly, do some data munging for making it easy to proceed to the analytics part. This is the first and the most important, and also the most time-consuming step. (but things like outlier detection, etc would be super-exciting) If you're still confused about the munging part, pl go through this: http://nbviewer.ipython.org/github/herrfz/dataanalysis/blob/master/week2/data_munging_basics.ipynb Then, you can proceed towards the most exciting part: The analytics. Depending on the nature of your data and the outcome you want (be it regression or classification or something else), select a model and implement it on the data. Then comes the optimization techniques (and cross-validation too.)
Jalem Raj Rohit at Quora Visit the source
Related Q & A:
- How do I remove a site from IIS7 using JavaScript?Best solution by Server Fault
- How can I use real time social data from Datasift and perform real time analytics on it?Best solution by Quora
- How do I parse nested JSON object?Best solution by Stack Overflow
- How can I parse a complex XML with PHP and CDATA?Best solution by Stack Overflow
- How do I upload a picture instead of using a generic avatar?Best solution by answers.yahoo.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.