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 #23: Parsing CPG Data

justynam
アステロイド

My solution attached

 


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

Laurap1228
ボリード

This one was tough!

 


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

Jim7
アステロイド

I chose to separate out the dataset by brand, get everything looking good, then union back together.


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

dillon_bok
アステロイド
スポイラ
Week 23.PNG
danrh
パルサー

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

OldDogNewTricks
ファイアボール

I approached it a little different than the posted solution but ended up with the same result.

 

I did take things a bit further and updated the fields to the correct data types so that we could do analysis on them.

 


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

Kenda
16 - Nebula
16 - Nebula
Spoiler

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

kat
クエーサー

Definitely feel that I overcomplicated it a bit!


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

Mikkel_D_Karlsen
アステロイド

Hi Great Challenge

 

Here 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.

MarMu
アステロイド

 

Typical Pivot table parsing. gimme backend access 🙂

2 data stream solution. One for fixing the headers and one for data formatting

 


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