An open API service indexing awesome lists of open source software.

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.

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