To find all possible insights (minimum of 5) from two years of customer transaction details.
To evaluate the thinking capacity and analytical skills of the candidate.
The dataset is available at the following link:
Online Retail Dataset
- Shape: (1,067,371 rows, 8 columns)
- Columns:
- InvoiceNo: Unique invoice number. If it starts with 'C', it's a cancellation.
- StockCode: Unique product code.
- Description: Product name.
- Quantity: Number of items per transaction.
- InvoiceDate: Date and time of the transaction.
- UnitPrice: Price per unit in sterling (£).
- CustomerID: Unique customer identifier.
- Country: The customer's country of residence.
- Visualisation to understand customer behaviour and identify key takeaways.
- You are requested to share the `.sql`, `.py`, or `.ipynb` file to evaluate the result.
- Share your methodology, results, and recommendations in a presentation.