Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 887 Bytes

File metadata and controls

16 lines (12 loc) · 887 Bytes

PROJECT DESCRIPTION

This projects aims to make use of SQL to analyze product data for an online sports retail company. For such purpose, several common techniques in SQL are applied, including aggregation, cleaning, labeling, Common Table Expressions, and correlation to produce recommendations on how the company can maximize revenue. The dataset used contains several columns such as pricing and revenue, ratings, reviews, descriptions, and website traffic. Each column contains observations in various format, such as numeric, string, and timestamp. Those observations.

PROJECT TASK

  1. Counting missing values
  2. Nike vs Adidas pricing
  3. Labeling price ranges
  4. Average discount by brand
  5. Correlation between revenue and reviews
  6. Ratings and reviews by product description length
  7. Reviews by month and brand
  8. Footwear product performance
  9. Clothing product performance