Skip to content

A repository showcasing my first Python assignment for the UT Data Analytics Boot Camp.

Notifications You must be signed in to change notification settings

dhickman81/python-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Challenge

A repository showcasing my first Python assignment for the UT Data Analytics Boot Camp. The assignment consisted of three challenges, PyBank, PyPoll, and PyBoss. Python's csv and pandas modules were leveraged throughout.

PyBank

Included in the PyBank folder is a main.py file that takes as input budget_data.csv and returns a summary of the financial data included in the csv file. The summary is output to both the terminal and a txt file.

PyPoll

Also included in the PyPoll folder is a main.py file which provides a quick analysis of the polling data found in the election_results.csv file. The analysis is displayed on the terminal and written to a txt file.

PyBoss

This challenge is an exercise in data munging. Employee data is stored in a csv and needs to be cleaned before the data can be loaded into a new system, a fairly common occurance when migrating from legacy systems. The main.py file loads the csv into a pandas data frame, transforms the data into the required format, then exports the clean data to a csv.

About

A repository showcasing my first Python assignment for the UT Data Analytics Boot Camp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages