Skip to content

Commit 4c7f0d4

Browse files
authored
Update README.md
1 parent d779ea1 commit 4c7f0d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
This repository contains py files that analyze two different csv worksheets:
44

5-
1) Financial Analysis (PyBank):
5+
6+
## 1) Financial Analysis (PyBank):
67
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`).
78

89
The python script analyzes the worksheet to calculate the following:
@@ -13,7 +14,7 @@ The python script analyzes the worksheet to calculate the following:
1314
* The greatest decrease in losses (date and amount) over the entire period
1415

1516

16-
1) Election Results Analysis (PyElection):
17+
## 2) Election Results Analysis (PyElection):
1718
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`.
1819

1920
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:
2324
* The total number of votes each candidate won
2425
* The winner of the election based on popular vote.
2526

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

Comments
 (0)