Skip to content

Instantly share code, notes, and snippets.

@BastinRobin
Last active May 27, 2019 08:08
Show Gist options
  • Select an option

  • Save BastinRobin/7c5d65d7ab0c5405c44537bf25434c2c to your computer and use it in GitHub Desktop.

Select an option

Save BastinRobin/7c5d65d7ab0c5405c44537bf25434c2c to your computer and use it in GitHub Desktop.
Data Science Internship

Data Science Internship

Candidates are required to finish the give exercise within the give timeslot that is 10 hours. We have provided you a dataset with this exercise. You must have ability to use python with pandas and numpy.

Data Structure

Download

party constituency name margin state votes color

Exercise

  1. Find the party with highest number of votes
  2. Find the party with lowest margin.
  3. Which states Bharatiya Janata Party is dominating ?
  4. Which candidate is has margin in Maharashtra ?
  5. Elections are happening in how many states ?
  6. Which party has highest margin.?
  7. Which party has highest votes in Jammu & Kashmir ?
  8. Name the candidate who has highest votes in Solapur.
  9. List all candidates name without duplicates.
  10. Plot a graph to compare Bharatiya Janata Party and Aam Aadmi Party.

note: You are requested to finish all the finding using Jupyter notebook. No manual analysis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment