Challenge #29: Alteryx '16 Grand Prix (Race1, L1)
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The link to last week’s challenge (challenge #28) is HERE
Hi everyone, what an awesome time we had at the Alteryx Inspire 2016 Conference in San Diego last week. It was so nice to meet many of the Community members in person. If you attended the conference and went to the Grand Prix event, this week’s challenge is the first of the four laps. We will cover all of laps as weekly challenges in the next weeks. See if you have what it takes to compete, keep in mind the contestants only had about 10 minutes per lap maximum so maybe time yourself.
Use Case: You are the commissioner for your fantasy baseball team. You recently completed your draft and you want to run some simple statistics about each fantasy team.
You have 3 inputs
1) Fantasy pick summary from your draft
2) Hitter stats on all field players (whether selected in your draft or not)
3) Pitchers stats on all pitchers (whether selected in your draft or not)
Objective: In order to run some stats on your draft, you first need to prep your data. Please combine all 3 files so that you have a single output that contains stats on each player drafted in your draft, ordered by "Overall_Pick."
Drivers start your engines!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Fantastic hoped we'd get to try these :)
Took me about 12 mins but under no pressure (+ another couple to verify result fully).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This is a cool one. jdunkerley79, your solution is better and faster. Always like to throw out different options when I can:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Added my spoiler above; very similar to @jdunkerley79, and took about the same time, including the verification joining to the expected output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
From the other posts, I get the impression I over-simplified but here it is. Appreciate any comments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@charlescolemansm, what were you calling with the run command tool?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@markp201, nice! I always believe simple is better...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@GeneR, I'm just saving a temporary .csv, leaving 'first row contains field headers' unchecked, and then reading it again, this time with field headers checked (i.e. as a more normal .csv).
All that said, <spoiler alert> Dynamic Rename is totally the better way to do this :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator