Skip to content

dnyaneshdahibhate/SQL-Python-SalesData-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SQL-Python E-commerce Analysis

This project demonstrates how to analyze an E-commerce dataset using Python (Pandas, Matplotlib, Seaborn) and MySQL for querying and managing data. The project focuses on extracting insights from customers, orders, payments, sellers, products, and geolocation datasets.

πŸ“Œ Project Overview Loaded CSV files into MySQL database tables. Performed SQL queries for data analysis. Connected MySQL with Python using mysql-connector. Cleaned, transformed, and explored datasets using Pandas. Created visualizations for better insights.

Created visualizations for better insights.

πŸ“‚ Dataset The project uses E-commerce datasets (CSV files): customers.csv orders.csv sellers.csv products.csv geolocation.csv payments.csv order_items.csv

βš™οΈ Technologies Used Python 🐍 (Pandas, Matplotlib, Seaborn, MySQL Connector) MySQL (Data storage and queries) Jupyter Notebook (Development environment) πŸ“Š Key Insights

Order distribution by months and years Customer and seller analysis Payment method trends Product performance Geographical patterns πŸš€ How to Run the Project

  1. Clone this repository: git clone https://github.com/your-username/SQL-python-Ecom.git cd SQL-python-Ecom

  2. Install required libraries: pip install pandas mysql-connector-python matplotlib seaborn

  3. Import the dataset into MySQL (update credentials in the notebook).

  4. Open the Jupyter Notebook: jupyter notebook SQL-python-Ecom.ipynb

βš™οΈ Technologies Used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published