This project analyzes a dataset of bank transactions to uncover insights into customer behavior, peak sales times, and top-selling products.
The primary goals of this analysis are to answer the following questions:
- Q1: Is there a specific pattern in customer purchase timing (day of the week, time of day)?
- Q2: Which stores have the most sales?
- Q3: What are the best-selling products?
The following Python libraries are required to run the analysis:
pandas
: For data manipulation and analysis.matplotlib
: For data visualization.jdatetime
: For converting Shamsi (Jalali) dates to Gregorian dates.
You can install these dependencies using pip:
pip install pandas matplotlib jdatetime
For further improvements to this project, I have planned some advancements. Follow this repository to stay updated on them.😃