Search⌘ K

Project Introduction

Explore how to apply exploratory data analysis techniques to real-world stock market data focusing on Canadian oil companies, banks, and the US Oil Fund from 2006 to 2017. Learn to use Python libraries to visualize and analyze the impact of economic events on stock prices.

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 ...