We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2adfd2 commit 24b8fa7Copy full SHA for 24b8fa7
homework01/README.md
@@ -0,0 +1,6 @@
1
+In this assignment, a csv file containing historic stock data for the Tesla company was read and processed.
2
+Functionalities of the program include the following:
3
+ Printing all stock data into a readable stock object in an output file created by the program
4
+ Displaying select stocks such as the first and last ten on the console
5
+ Computing the average opening and closing price of all stock data and displaying it on console
6
+ Finding the stock with lowest and highest price and printing it on console as a single object
0 commit comments