Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1013 Bytes

File metadata and controls

38 lines (22 loc) · 1013 Bytes

Challenge - 164 : Retail Therapy

Problem Statement :

Determine the items of clothing that have the highest average rating.

The analysis should include :

  • Only items of clothing that have at least 10 positive feedback reviews.
  • The five highest rated clothing items from each class.

Here is the weekly challenge link in the Alteryx community: Challenge #164: Retail Therapy

Concept & Highlights Covered :

This challenge covers the following concepts:

  • Data Analysis
  • Data Preparation

The Alteryx tools and techniques that can be used to solve this challenge are as follows:

  • Prepare
  • Join
  • Transform

The proficiency level required to solve the challenge is : Basic

Solution :

Here is the snippet of the workflow that achieves the required result:

Workflow Snippet