Project Introduction

Practice your skills by analyzing data related to oil and banks during the recession.

Now that we’ve covered all the basics when it comes to data science, it’s time to practice what you’ve learned by applying your knowledge to analyzing real world situations. In this practice project, you’ll analyze stock market data.

The datasets for this project are generated using pandas DataReader, which allows us to read stock information directly from the internet.

This project will focus on Exploratory Data Analysis (EDA) of stock prices. Although the stock price ...