https://github.com/abhijeet107/final-project
Final project summation INTERNSHIP PROJECTS (2 WEEKS)
https://github.com/abhijeet107/final-project
data-analysis data-cleaning-and-preprocessing excel mysql-database python tableau-public
Last synced: 4 months ago
JSON representation
Final project summation INTERNSHIP PROJECTS (2 WEEKS)
- Host: GitHub
- URL: https://github.com/abhijeet107/final-project
- Owner: Abhijeet107
- Created: 2025-05-04T03:46:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T13:27:48.000Z (about 1 year ago)
- Last Synced: 2025-10-24T23:46:29.844Z (8 months ago)
- Topics: data-analysis, data-cleaning-and-preprocessing, excel, mysql-database, python, tableau-public
- Language: Jupyter Notebook
- Homepage:
- Size: 6.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Final-project
Final project summation
# Elevate Lab Final Project: Shark Tank India & Telecom Churn Analysis
## Overview
This repository contains two complementary data analysis components. First, an interactive Shark Tank India dashboard built in Tableau, visualizing startup deal metrics (e.g. funding amounts, investor offers, and founder demographics). Second, a comprehensive exploratory data analysis (EDA) of a telecom customer churn dataset using Python and SQL. For the telecom analysis, data was extracted from the database using SQL (a common data analyst task
mrcet.com
) and then analyzed in Python, performing EDA to understand the data’s structure and churn-related distributions
mrcet.com
. Together, these projects demonstrate end-to-end data processing skills: pulling and querying data, and creating rich visual insights.
## Features
- Shark Tank India Dashboard (Tableau): Interactive visualizations including Funding Amount by Industry, Offer & Acceptance Rates by Industry, Founder Gender Composition, Deal Conversion by Startup, and an Ask vs Deal Amount scatter plot. These charts help highlight trends and patterns in Shark Tank deals.
- Telecom Churn Analysis (Python & SQL): SQL scripts extract and aggregate the telecom dataset (e.g. total customers, churn rates by segment). A Jupyter Notebook performs thorough EDA: data cleaning, summary statistics, and visualizations (such as churn distribution, correlations, demographics vs. churn). Insights include factors contributing to churn, as well as usage and demographic patterns.
## Technologies Used
- Tableau: Dashboard creation for Shark Tank India analytics.
- Python: Pandas, NumPy, Matplotlib, Seaborn used in Jupyter for data cleaning, analysis, and plotting.
- SQL: MySQL (or any SQL engine) used to query and summarize the telecom churn data.
- Jupyter Notebook: Interactive environment for executing the telecom EDA code.
- Git & GitHub: Version control and collaboration platform for the project.
## How to Run
1. Clone the repository:
git clone
2. Shark Tank Dashboard: Open the provided Tableau workbook (e.g. SharkTankDashboard.twbx) in Tableau Desktop or Tableau Public to view and interact with the dashboard. No code execution is needed for this visualization.
3. Telecom Churn EDA: Ensure Python 3 is installed. Install the required libraries (pandas, numpy, matplotlib, seaborn) via pip. Launch Jupyter Notebook and open EDA OF TELECOM CHURN.ipynb. Run all cells to reproduce the analysis and plots.
4. SQL Analysis: Optionally, load the telecom customer data into a SQL database. Then execute the SQL analysis.sql script in your SQL environment (for example: mysql> SOURCE SQL analysis.sql;) to run the example queries and summaries.
## Screenshots

Figure: Shark Tank India Tableau dashboard showing funding and deal metrics by industry, offer/acceptance rates, founder gender distribution, and conversion funnel. The dashboard presents key insights at a glance, making complex startup data easy to understand and enabling users to identify trends visually
tableau.com
. Stakeholders can explore filters (industry, season, etc.) to dive deeper into the Shark Tank performance metrics.
## Folder Structure
- SharkTankDashboard/ – Tableau workbook files and dashboard screenshots for the Shark Tank India analysis.
- TelecomChurnAnalysis/ – Jupyter Notebook (EDA OF TELECOM CHURN.ipynb) and SQL script (SQL analysis.sql) for the telecom churn EDA.
- README.md – Project documentation (this file).
- LICENSE – MIT license file for the project.
## License
This projects is licicened under the MIT License. See the LICENSE file for details.