Tanisha Cooper Logo Image
Tanisha Cooper

Project 8: Python

The Python project's output are two scripts that analyzed financial records of a company, PyBank, and modernize a small, rural town vote counting process, PyPoll.

Project 8 Image

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.

Tools Used

Python
Statistics
Intertools
CSV
Github
GIT