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 #182: Word Sleuthing

JamesMA
Alteryx Alumni (Retired)

This was a fun challenge. I couldn't get the same record count until I found the trick listed in the hint below:

Spoiler
Use Regex to replace any non-word characters with a '|' or ',' for example. This is necessary as using Text to columns and parsing on \s will not work due to some words not being separated by a space. Using this approach, you ensure each word is split up correctly by a delimeter. 
Spoiler
James Marks Week 182.PNG
meganhan
7 - Meteor

My answer, it is the same as solution.

kmcdaniel
8 - Asteroid

Very simple, elegant and far better than my solution.  Congrats.

wcorujo
5 - Atom

First attempt at the Weekly Challenges. Had a lot of fun trying to complete.

kelly_gilbert
13 - Pulsar

I wish I could have figured out a way to avoid the second filter using regex, but oh well!

 

Hints that weren't in the requirements:

Spoiler
1 - "Words" for the purpose of this challenge include any string of alphanumeric characters and underscores
2 - Capitalization is not normalized ("The" and "the" are considered different words)

My workflow (pretty similar to everyone else's):

Spoiler
Capture.PNG
Hannah_Lissaman
11 - Bolide

My solution 🙂

Niklas
8 - Asteroid

Not sure I agree with the parsing approach, but managed to get the matching result 🙂

jamielaird
14 - Magnetar

Here's my solution. Similar to others I'm getting higher totals than the posted file.

 

Spoiler
Screenshot 2019-09-28 at 22.07.20.png

 

 

nivi_s
8 - Asteroid

Challenge #182 solved!

 

Didn't get the same values as the output, but apparently I am not alone in this!

Sebenius
8 - Asteroid

A fast one to get back into the habbit.

 

As for for giving a tip for books to count words in : Project Gutenberg

 

 

 

Spoiler
weekly 182weekly 182