An open API service indexing awesome lists of open source software.

https://github.com/master-helix/ibm-data-analyst-certification-stock-analysis-project

This is a mini project repository of my IBM Certification involving stock analysis and plotting of Tesla and GameStop
https://github.com/master-helix/ibm-data-analyst-certification-stock-analysis-project

analytics data data-analysis data-visualization ibm matplotlib pandas python web-scraping

Last synced: about 2 months ago
JSON representation

This is a mini project repository of my IBM Certification involving stock analysis and plotting of Tesla and GameStop

Awesome Lists containing this project

README

          

# IBM Data Analyst Certification - Stock Analysis Project

This repository contains a project completed as part of the IBM Data Analyst Certification program. The project focuses on the analysis and visualization of stock data for Tesla and GameStop, incorporating web scraping techniques to gather relevant data.

## Project Overview

The objective of this project is to perform data analysis and visualization on stock data for Tesla and GameStop. The analysis includes:

- **Data Collection**: Utilizing web scraping methods to gather historical stock data.
- **Data Cleaning**: Processing and preparing the data for analysis.
- **Data Visualization**: Creating plots to visualize stock performance over time.

## Repository Contents

- `Coursera_Module5_Final_Assignment_Code_File.ipynb`: The main Jupyter Notebook containing the project's code and analysis.
- `Final Assignment-IBM Template.ipynb`: A template notebook provided for the assignment.
- `Final_Assignment_Snapshots/`: A directory containing snapshots related to the final assignment.
- `README.md`: This file, providing an overview of the project and repository.

## Technologies Used

- **Python**: The primary programming language used for analysis.
- **Pandas**: For data manipulation and analysis.
- **Matplotlib**: For creating static, animated, and interactive visualizations.
- **BeautifulSoup**: For web scraping to extract data from web pages.

## Getting Started

To explore this project:

1. **Clone the repository**:

```bash
git clone https://github.com/Master-Helix/IBM-Data-Analyst-Certification-Stock-Analysis-Project.git