Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 467 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 467 Bytes

Statistics-from-Stock-Data

In this lab we will load stock data into a Pandas Dataframe and calculate some statistics on it. We will be working with stock data from Google, Apple, and Amazon. All the stock data was downloaded from yahoo finance in CSV format. In your workspace you should have a file named GOOG.csv containing the Google stock data, a file named AAPL.csv containing the Apple stock data, and a file named AMZN.csv containing the Amazon stock data.