Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAIn this week's challenge, we are trying to prep our data for a time lapse visualization of certification exams passed in each country. In order to achieve this visualization, we have to make sure that each country has a running total for every day between 10/1/2018 and today (datetimenow). However, we only have dates for when a certificate was earned by each country. For each country, add in all the date gaps, calculate a running totals and update the running totals to report '0' for a running total in time before the first exam was passed.
Here's my solution
@patrick_digan. Pure unadulterated speed on that solution.
@JoeM My speed was a little slow last week for the first leg of the grand prix (I didn't finish it in under 12 minutes) so I tried to make up for it this week!
My solution!
PS. @patrick_digan, I agree, that was impressive. You must just sit with mouse at the ready, waiting for the next challenge to come out each week!!! Blazing fast!
Cheers,
NJ
Everyone is very fast this week LOL! Love the viz by the way @JoeM.
Here's my solution:
Loved this challenge, really shows off some of the important steps in creating cool visualizations like the one above.
This was a fun one! I have to scaffold with dates frequently for work, so a very familiar topic.