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
- Host: GitHub
- URL: https://github.com/master-helix/ibm-data-analyst-certification-stock-analysis-project
- Owner: Master-Helix
- Created: 2025-04-10T13:51:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T14:02:45.000Z (about 1 year ago)
- Last Synced: 2025-04-10T14:57:38.171Z (about 1 year ago)
- Topics: analytics, data, data-analysis, data-visualization, ibm, matplotlib, pandas, python, web-scraping
- Language: Jupyter Notebook
- Homepage:
- Size: 748 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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