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
Asteroid

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
Bolide

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
Asteroid

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
Asteroid
Spoiler
Week 23.PNG
danrh
Pulsar

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

OldDogNewTricks
Feuerball

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
Quasar

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
Asteroid

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
Asteroid

 

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.