Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 645 Bytes

File metadata and controls

20 lines (15 loc) · 645 Bytes

Python-Challenge

Python Challenge homework

The homework is divided into two challenge PyBank and PyPoll

PyBank contains:

Analysis folder which contains

  • main.py whiche contains the solution script
  • analysis.txt which is a printed result of the script Resources folder which contains:
  • budget_data.csv which is the datafile used for the analysis

PyPoll contains:

Analysis folder which contains

  • main.py whiche contains the solution script
  • election_Results.txt which is a printed result of the script Resources folder which contains:
  • election_data.csv which is the datafile used for the analysis