Skip to content

jserra01/python-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

python-challenge

Name

UCF Data Analysis - Module 3 Challenge: Python

Description

2 distinct Python code to read csv files, analyze contents, print results to terminal, and store results to txt file. PyBank: Analyze profit/loss over a period of time (monthly). Key statistics:

  • Total records/months in data (1 entry per month)
  • Net total profit/loss for data
  • Average of change in profit/loss from month to month over entire period
  • Greatest increase and greatest decrease in profit (month and increase/decrease)

PyPoll: Analyze voting records, tally results, and identify winner. Key statistics:

  • Total votes
  • Individual Candidate results: votes and percent of vote
  • Election winner

Visuals

PyBank pybank

PyPoll pypoll

Authors and acknowledgment

Thank you to:

Project status

Project has been completed and submitted for grading for the 2023 UCF Data Analysis and Visualization course.

About

Module 3 Python Homework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages