Skip to content

RajBhadani/Projects-Data_Science_and_Analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projects — Data Science & Analytics

A collection of end-to-end data science and analytics projects covering EDA, machine learning, forecasting, and interactive dashboards. All notebooks run directly in Google Colab — no local setup required.


Projects

1. 🦠 COVID-19 Data Analysis & Prediction

Analyzes global COVID-19 trends with a deep focus on India. Compares trajectories across the US, Italy, and China. Uses Facebook Prophet for time-series forecasting of future case counts.

Tools: pandas · plotly · seaborn · fbprophet Open in Colab


2. 🛒 E-Commerce Data Insights

Extracts business intelligence from raw transactional data. Covers sales trend analysis, customer behavior, product performance, RFM segmentation, and cohort retention analysis.

Tools: pandas · numpy · plotly · seaborn · scikit-learn Open in Colab


3. 👥 Customer Segmentation Using K-Means Clustering

Segments customers into distinct groups using unsupervised ML. Determines optimal cluster count via the Elbow Method and Silhouette Score. Reduces dimensionality with PCA for 2D cluster visualization.

Tools: scikit-learn · pandas · matplotlib · seaborn Open in Colab


4. 📈 Sales Forecasting with Linear Regression

Builds a supervised regression model to predict future sales from historical data. Includes feature engineering (lag features, rolling averages, time-based features) and evaluates performance using MAE, RMSE, and R².

Tools: scikit-learn · pandas · numpy · matplotlib · seaborn Open in Colab


5. 🎓 Student Performance Analytics Dashboard

Analyzes academic, demographic, and socio-economic factors affecting student grades. Delivers findings through an interactive Plotly dashboard with filters for dynamic exploration.

Tools: pandas · plotly · seaborn · scikit-learn · scipy Open in Colab


Tech Stack

Category Tools
Data Manipulation pandas, numpy
Visualization matplotlib, seaborn, plotly
Machine Learning scikit-learn
Forecasting fbprophet
Environment Google Colab

Usage

Each project is self-contained in its own .ipynb notebook. Click any Open in Colab badge above to run it directly in your browser.

To run locally:

git clone https://github.com/RajBhadani/Projects-Data_Science_and_Analytics.git
cd Projects-Data_Science_and_Analytics
jupyter notebook

License

Distributed under the Apache 2.0 License.

About

End-to-end Data Science & Analytics projects — EDA, ML, forecasting, and dashboards. Topics: COVID-19 analysis, customer segmentation, e-commerce insights, sales forecasting, and student performance. Built with Python & Google Colab.

Topics

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors