Skip to content

Python Script that analyses a large set of raw financial company data and publishes results based on a set of parameters

Notifications You must be signed in to change notification settings

amatutuwaa/python-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-challenge

PYBANK

This is a python script that analyses the financial records of a company. The script analyses the financial records and calculates:

1. The total number of months included in the dataset

2. The net total amount of "Profit/Losess" over the entire period

3. The changes in "Profit/Losses" over the entire period, and then the average of those changes

4. The greatest increase in profits (date and amount) over the entire period

5. The greatest decrease in profits (date and amount) over the entire period

In Addition to this, the script prints the final analysis to the terminal and exports it as a text file


PYPOLL

This task modernises the vote-counting process

The python script analyses the votes and calculates:

  1. The total number of votes cast
  2. A Complete list of candidates who recevied votes
  3. The percentage of votes each candidate won
  4. The total number of votes each candidate won
  5. The winner of the election based on popular vote

In Addition to this, the script prints the final analysis to the terminal and exports it as a text file

About

Python Script that analyses a large set of raw financial company data and publishes results based on a set of parameters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages