Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #491: Behind the Blockbusters

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

My solution.

Spoiler

For Task 1, if I apply "1224" ranking method, there are 16 records within "top 10".
For Task 3, I would use count distinct for iso country code.


Workflow
workflow.png

By the way, I encountered an issue in Input Data Tool which reads tmdb_5000_movies.csv.
It works on the "Original Engine" without problem.
However, when I switch the workflow to "Use AMP Engine", I see the errors;
  "CSVFile: A field was missing a closing quote in record 3030: ... "

 

results.png

 

The error disappears with turning on "AMP Only: Allow Newlines in Quoted Fields" option in the Input Data Tool.
Today I learned the reason of existence of this option.😀

alrcuenca
5 - Atom

I was getting 86 languages for Step 3 when filtering via "iso_639_1".
I also noticed some of the "names" have unicode characters but the result for that is 26.

If you include the null in the count it'll be 87 or 27.

Spoiler
491_sol_ss.JPG
josephmadigan
5 - Atom

Updated my flow using Yoshiro's engine fix. All match (except for budget ties, which I consider to be an equivalently correct output)

 

Also, I feel like tokenized parse -> rows for this specific case is a much simpler solution than many of the JSON filters I've seen while peering through solutions. Wondering if there is a reason for the JSON searches that I'm not considering or if many people are just used to thinking this way from working with JSON syntax to construct objects.

 

 

josephmadigan_0-1758734608037.png

 

annbriceAB
8 - Asteroid

A fun challenge!

alexnajm
18 - Pollux
18 - Pollux

Done - same issues as most though

Spoiler
challenge 491 screenshot.png
Tej_Singh
8 - Asteroid

Soution. Answer for Q3 should be 87 and not 27

axelfalck
5 - Atom

 

 

Mamundankar
6 - Meteoroid

Mamundankar_0-1758788408328.pngMamundankar_1-1758788437318.png

my answer of 3 part are incorrect..i have tried to solve by simple parse function

axelfalck
5 - Atom

axelfalck_0-1758792338809.png

 

wbasuki
8 - Asteroid

Firstly, I have different result for task 3. The I have updated after I read reply from SylviaP (Moderator). Thanks for the clue.

Spoiler
wbasuki_0-1758801515846.png