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
Asteroide

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
Bólido

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
Asteroide

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
Asteroide
Spoiler
Week 23.PNG
danrh
Púlsar

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

OldDogNewTricks
Bola de fuego

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
Cuásar

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
Asteroide

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
Asteroide

 

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.