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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
2
2
3
3
**Python-challenge**
4
-
Created two python scripts:
4
+
5
+
For this assignment I created two python scripts, Pybank and Pypoll.
5
6
6
7
7
8
**Pybank**
9
+
8
10
In this assignment I created a Python script for analyzing the financial records of the company. I used the financial data called [budget_data.csv](PyBank/Resources/budget_data.csv). The dataset is composed of two columns: `Date` and `Profit/Losses`.
9
11
10
12
* Created a Python script that analyzes the records to calculate each of the following:
0 commit comments