Python Homework for the Data Analysis Bootcamp: Py me Up Charlie! This repository contains the code for the analysis of two different CSV files called PyPoll and PyBank.
This repository contains the following:
- main.py: Python script to analyzing the financial records of a company.
- Resources_Pybank
- Budget_data.csv: Csv file that contains a set of financial data (Date and profit)
- Analysis_PyBank:
- main2.py: Python script that modernizes the local vote counting process. It counts the total number of votes cast, gives a complete list of candidates who received votes with the total number of votes and their respective percentages and gives the name of the winner of the election based on popular vote.
- Resources_Poll:
- Poll_data.csv: Csv file that contains the set of voters, candidates and their votes.
- Analysis_Poll:
- PyPoll_results.txt: Text file that shows the results of the analsis of poll_data.csv after running the python script. It shows the total vote count, the names of the candidates with their percentage and votes as well as the winner of the election.
This was created by: Mariana Geffroy for the Tecnológico de Monterrey Data Analysis Bootcamp

