Challenge #274: Concattributes
- 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
A solution to last week's challenge can be found here.
Superheroes keep us entertained with epic tales of extraordinary feats and moral allegory about the lives we lead. Whether you are a fan of the genre or not, they provide an interesting reflection of human values. Ultimately the stories rely on the superpowers that define each superhero.
For this week’s challenge, we have a dataset containing superheroes with their attributes listed by column. Their superpowers are defined by true/false values in the columns and their measurements are listed in numeric form. Let’s make the dataset easier to read by creating a column of measurements and another for their powers. The measurements column should include all measurements in a single cell with each original column on its own line within the cell. The powers column should only include the superpowers that character has. Be sure to remove characters with no powers!
- Labels:
- Basic
- Core
- Data Preparation
- Join
- Parse
- Preparation
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Creative Concatenations!
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
My solution.
I think that some results of Output.yxdb are strange.
Vision Power is included in Measurements.
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I misunderstood the directions, here is round 2