https://github.com/estaheri7/sib-sales-analysis
This Python project aims to analyze the sales data of Sib company, the leading exporter of non-oil products to different countries worldwide.
https://github.com/estaheri7/sib-sales-analysis
jupyter-notebook matplotlib numpy pandas python3
Last synced: 3 months ago
JSON representation
This Python project aims to analyze the sales data of Sib company, the leading exporter of non-oil products to different countries worldwide.
- Host: GitHub
- URL: https://github.com/estaheri7/sib-sales-analysis
- Owner: Estaheri7
- Created: 2024-04-03T10:30:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T18:17:55.000Z (over 1 year ago)
- Last Synced: 2025-03-05T10:48:08.687Z (8 months ago)
- Topics: jupyter-notebook, matplotlib, numpy, pandas, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 23.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SIB Sales Analysis Project
## Overview
This Python project aims to analyze the sales data of Sib company, the leading exporter of non-oil products to different countries worldwide. The dataset includes information such as InvoiceNumber, ProductCode, ProductName, Quantity, InvoiceDate, UnitPrice, CustomerId, and Country. The analysis includes tasks such as identifying canceled orders, analyzing sales trends, and segmenting customers based on RFM (Recency, Frequency, Monetary) analysis.
## Requirements
- Python 3.x
- Pandas
- Matplotlib