Exploratory Data Analysis for Stock Information
In this group project, our goal is to exploratory data analysis of stock prices with visualization and pandas. We got the stock information using pandas datareader for the following banks:
- Bank of America
- CitiGroup
- Goldman Sachs
- JPMorgan Chase
- Morgan Stanley
- Wells Fargo
We used Pandas datareader to read stock information directly from the internet.
!pip install git+https://github.com/pydata/pandas-datareader.git
Code
Please see the Jupyter Notebook for details.