Skip to content

ERIDEZ/Python_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Python Analysis - Poll and Income Data

By Erick Hernandez

For this project, I had to make an analysis for two different datasets that were about election results and income data for a given timeframe.

Bank Analysis

For the income analysis, I had to first read it from the attached csv file and map it into integers for further operations. I performed an average from the difference between each element and total sum of them.

Bank

The results were:

Bank_Results

Polls Analysis

With the elections analysis, I created a count loop using set option in order to identify the participants and subsequently adding a count for each one of them.

Polls

After that, I printed out the winner candidate to a text file.

Polls_Results

About

Usage of Python native library for numerical analysis and result stating.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages