Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 814 Bytes

File metadata and controls

18 lines (13 loc) · 814 Bytes

Python_Challenge

Module 3 Homework Challenge

A script that transforms information from a elections poll csv file and a transaction csv.

Description

The script runs through the rows of the two different spreadsheets to locate data that can be totaled, averaged and transformed into a percentage based on conditional if statements. The information is then placed into a text file and printed on the terminal.

Authors and acknowledgment

Jodee Harris as Author. Reza Abasaltian as my instructor for teaching the basics of coding in Python. Mark Fullton as a scheduled tutor assisted guiding me to properly format the code. AskBCSLearningSupport as a code reviewer for final draft. Website Used For Coding Reference

License

None