Data Capstone Projects:
1) 911 Calls Capstone Project:
Exploratory data analysis of 911 call data from Kaggle's Emergency -911 Calls (details: https://www.kaggle.com/mchirico/montcoalert).
Utilization of Python libraries like pandas, Numpy, seaborn, and matplotlib to do visualization of data-fields
2) Finance Data Project:
In this data project, the main focus was on exploratory data analysis of stock prices. This project involved financial data e.g. stock price visualization with pandas, matplotlib, and NumPy. The key part of this project was to analyze the bank stocks and see how they progressed throughout the financial crisis in early 2016. Remote Data Access feature was used to get the financial data of the following banks:
Bank of America
Citi Group
Goldman Sachs
JPMorgan Chase
Morgan Stanley
Wells Fargo
details: https://pandasdatareader.readthedocs.io/en/latest/remote_data.html
Exploratory data analysis was done using visualization libraries like seaborn, matplotlib, plotly, cufflinks.