4 columns of sales transaction data categorized by geography and item type. The dataset records Country, Product, units, and sales to provide a clear view of international commerce performance.
Use Cases
- Calculate the average unit price by dividing the sales column by the units column.
- Identify high-growth markets by aggregating sales totals across the Country field.
- Evaluate product popularity by summing the units column for each Product label.
Strengths
- Contains a Country field for regional market analysis.
- Includes a Product column to differentiate between various inventory items.
- Provides both units and sales columns to allow for price-per-unit derivation.