Challenge #468: Many-to-Many Like it Hot – Part 1
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Community members,
A solution to last week’s challenge can be found here.
We are back with another exciting challenge, and this one is all about hot sauces! A big thank you to James Gust for creating this spicy challenge!
This week’s challenge is the first of two parts. For Part 1, you have a collection of individual reviews of hot sauces, but the data is spread across multiple tables due to how it was stored in a relational database. Now, it is your job to bring it all together and extract meaningful insights!
Your datasets include the following:
- Hot Sauce Data.xlsx: Contains details about the sauce names, manufacturing information, ratings, spiciness, viscosity labels, tastings, and flavors.
- Tasting and Flavors1 Text Input: Maps tasting IDs to Flavor IDs.
- Flavors Text Input: Maps Flavor IDs to their corresponding flavor names.
Your goal in this challenge is to identify the viscosity and flavor labels associated with each sauce. To do so, you need to:
- Find the viscosity labels for each sauce (how thick or runny they are).
- Find the flavor labels associated with each sauce (for example, spicy, tangy, garlicky).
- Ensure each Sauce ID is unique in the final output, avoiding duplicate entries.
Your output should include Sauce ID, viscosity, and flavors.
HINT: Joining data by flavor and tastings is key to finding your answers!
Need a refresher? Review the following lessons in Academy to gear up:
We can’t wait to review your solutions!
Happy solving!
The Academy Team
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Did you submit your challenge idea yet? Use the link below to submit until March 31st for a chance to win prizes!
Read more about the contest here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@AYXAcademy there's no dataset currently attached to the post?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for pointing that out! The download file link is there now!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Great challenge, definitely took me a minute or two to realise what needed to be joined. Here's my solution:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Great Challenge!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Took me a sec to work out what I needed to keep but after that a good challenge.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator