Exploratory Data Analysis For Stock Price Description : In this data project we will focus on exploratory data analysis of stock prices. This project is just meant for visualization and pandas skills, it is not meant to be a robust financial analysis or be taken as financial advice. We'll focus on bank stocks and see how they progressed throughout the financial crisis all the way to early 2016. Prerequisites : Required Python Programming Language Not compulsory(given below), but pior knowledge would be beneficial Pandas library for Python Numpy library for Python Seborn library for Python Installations : Install Python pip install pandas pip install numpy Now follow along the Python Notebook to use Pandas, Numpy and Seaborn to do Exploratory Data Analysis For Stock Price