You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
3
3
This repository contains py files that analyze two different csv worksheets:
4
4
5
-
1) Financial Analysis (PyBank):
5
+
6
+
## 1) Financial Analysis (PyBank):
6
7
The accompanying csv mirrors a company's financial records, stored in a very basic csv worksheet (the dataset is composed of two columns: `Date` and `Profit/Losses`).
7
8
8
9
The python script analyzes the worksheet to calculate the following:
@@ -13,7 +14,7 @@ The python script analyzes the worksheet to calculate the following:
13
14
* The greatest decrease in losses (date and amount) over the entire period
14
15
15
16
16
-
1) Election Results Analysis (PyElection):
17
+
## 2) Election Results Analysis (PyElection):
17
18
The accompanying csv mirrors polling results from a local election in a small town. The dataset is composed of three columns: `Voter ID`, `County`, and `Candidate`.
18
19
19
20
The python script analyzes the votes and calculates each of the following:
@@ -23,4 +24,4 @@ The python script analyzes the votes and calculates each of the following:
23
24
* The total number of votes each candidate won
24
25
* The winner of the election based on popular vote.
25
26
26
-
For both analyses, the final code prints the analysis to the terminal and exports a text file with the results.
27
+
For both analyses, the final code prints the analysis to the terminal and exports a text file with the results.
0 commit comments