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
This task modernises the vote-counting process
The python script analyses the votes and calculates:
- The total number of votes cast
- A Complete list of candidates who recevied votes
- The percentage of votes each candidate won
- The total number of votes each candidate won
- 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