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
Asteroide

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

Saqueador
clipboard_image_0.png
jusdespommes
Asteroide

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
Meteoro

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
Meteoro

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
Asteroide

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
Meteoro

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
Bólide
Spoiler

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

kmbutterfield
Meteoro

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
Asteroide

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.