Skip to content

McGillAISociety/mais-202-coding-challenge-w2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

MAIS 202 - Application Coding Challenge

Loans are an extremely powerful financial instrument; they have the potential to create opportunities and foster growth. To learn more about loans and what influence them, we have provided you with a csv file called data.csv that contains information about loans such as their interest rate, purpose, length, grade, and amount in a comma seperated format as shown below.

screen shot 2018-11-20 at 12 46 36 pm

Instructions

Your challenge will be as follows:

  1. Make a copy of this repository on your own personal github account (you can fork or download it).

  2. Write a python script which loads the dataset, parses the information, and uses it to calculate the average interest rates for each of the listed purposes.

  3. Plot the results onto a graph.

Sample Results

The output of your script should be similar to the results shown below.

screen shot 2018-11-20 at 12 53 02 pm screen shot 2018-11-20 at 2 04 19 pm

All your source code should be pushed to the personal repository which you have created in step 1, along any necessary documentation explaining how to run your script. Be sure to understand your full solution process, as we will be asking you to explain your results in the interview.

The url to the repository should be included in your application and made public by January 1st, 2019 in order for it to be evaluated. If you have any questions regarding this challenge, please reach out to us through our Facebook page.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published