Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

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 #3: Running Averages

Bluemoon
8 - Asteroid

Completed as a POC, couldn't be bothered to repeat for all categories...

Spoiler
clipboard_image_0.png
jusdespommes
8 - Asteroid

I'm sure there's a prettier solution - but here's mine 🙂


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

Jonathan-Sherman
15 - Aurora
15 - Aurora

Challenge 3 is done!

 


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

danuliatko
7 - Meteor

This one was more challenging, but managed to get the result


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

ericlaug
7 - Meteor

Like Bluemoon's, my solution is more of a POC. As @SeanAdams pointed out the error in calculating some of the initial averages, I found I needed to count the rows and their sums separately and then use a simple formula to compute the row's running average. I do like his use of the transpose and crosstab tools.


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

timrains
8 - Asteroid

Tricky one. All done. 

 


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

jaiswas1
7 - Meteor

Attaching the solution approach that I have taken to solve this challenge.

 

 


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

AMansour
11 - Bolide
Spoiler

This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

kmbutterfield
7 - Meteor

First evert Intermediate Challenge 🙂


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.

BSilverblatt
8 - Asteroid

Thanks for the challenge! This is my solution.


This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.