Project Overview
The analysis of PyBank's financial records used budget_data.csv financial data. The dataset composed of two columns: Date and Profit/Losses. The Python script analyzed the dataset and calculated the financial analysis with an output of a .txt file.
PyPoll election analyzes a small, rural town voting process. The goal is to improve or modernize the voting process. PyPoll's datasets is pulled from election_data.csv. The latter is composed of three columns: Voter ID, County, and Candidate. The Python script will analyze the votes and calcuated election results into a .txt file.