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 #451: Cryptocurrency Environmental Impact Analysis

jeprime
8 - Asteroid

Not as difficult as I expected.

Spoiler
Solution Image.png

alineruizcampos
8 - Asteroid
Spoiler
Screenshot 2025-01-29 100626.png
dcbadgley2
5 - Atom

Spoiler

Pilsner
13 - Pulsar

My solution:

Spoiler
451.png

mgaronson
11 - Bolide
Spoiler
Challenge 451 Workflow Pic.png

 Json Parse made this straightforward

arihant_jain
8 - Asteroid

Solution without using JSON and Regex:

Step1: Use text-to-column to split the data on basis of delimeters (:,)

Step2: Use replaceChar in formula to remove all the unnecessary special characters

Step3: Summarize on the basis of Year-Month and average the required parameters.

Step4: Sort the data and use the output again to Summarize the median for both the parameters.

 

Solution.png

Erin
11 - Bolide

Did some fancy schmancy new (to me) things! Pretty cool!

Spoiler
451.jpg
prachitakotangale
7 - Meteor

Solution to challenge #451

Kilbyflow_Designer
8 - Asteroid

Done!

Amy_smart
11 - Bolide

Here is my solution.