https://github.com/patopesto/mais-202-coding-challenge
This is my submission to the MAIS 202 Coding Challenge for the Winter 2019 Term
https://github.com/patopesto/mais-202-coding-challenge
Last synced: 3 months ago
JSON representation
This is my submission to the MAIS 202 Coding Challenge for the Winter 2019 Term
- Host: GitHub
- URL: https://github.com/patopesto/mais-202-coding-challenge
- Owner: patopesto
- Created: 2018-12-29T16:12:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T20:38:30.000Z (over 6 years ago)
- Last Synced: 2025-01-08T16:07:36.127Z (5 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MAIS-202-Coding-Challenge
This is my submission to the MAIS 202 Coding Challenge for the Winter 2019 TermMy python script is data.py and is coded in python 2.7
It can be run in a Terminal. eg: $python2.7 data.py
It runs on the data.csv and creates the result.xlsx where the graph is created and stored.
I have added the result.xlsx just as an example of what my code produces but is run again, my script will overwrite the resulst.xlsx file with a new one.Thank you