Start Free Trial

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 #7: Download Data and Parse JSON

kmedici
8 - Asteroid
Spoiler
kmedici_0-1610549902805.png

 

selliott69
7 - Meteor
Spoiler
Possible spoiler for a small part of the solution

My solution is a little different from the one posted.  I used filter to get the headers separated from the data.  The other parts are very similar.  

 

That was a cool exercise!

-Shawn

TarunDeep
8 - Asteroid

Great Exercise of parsing the JSON data. Solutions by others are also very useful.

My solution in the attachment.

Spoiler
Solution.png
zkibz16
7 - Meteor

See attached for a Challenge #7 solution

PHinkel
7 - Meteor

Hi,

 

Attached is my solution.

Manonmani
6 - Meteoroid

Thanks for this exercise, played along with the solution

manny890-
7 - Meteor

My Solution:

apathetichell
20 - Arcturus

I believe this is correct but I also think that the browse output provided in the Challenge start file is incorrect. The description asks for "Outbound" tourism but the browse seemed to include Inbound...

robert-headington
8 - Asteroid

Looked at the solution file to see if my differences with the text solution were due to the API changing. They were and I was happy that my solution is more adaptable to new data (like extra columns) than the solution workflow

Vanzeup7
8 - Asteroid

Here's my solution. Great excersize. Thanks.