Skip to content

Conversation

@hammoumi123
Copy link

Objective: This PR processes and consolidates transaction data from Soul Foods’s morsel line, focusing exclusively on Pink Morsels. The goal is to generate a clean, unified dataset suitable for downstream analysis and visualization.

Summary of Changes:

✅ Filtered all rows to include only records where product == "Pink Morsel".

✅ Calculated total daily sales by multiplying quantity and price → new field: sales.

✅ Preserved date and region fields for temporal and geographic filtering.

✅ Merged all three source CSV files into a single, formatted output file with the following schema: sales,date,region

Why It Matters: This transformation ensures that Soul Foods can focus exclusively on Pink Morsel performance across regions and time, enabling more targeted insights and visualizations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant