<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Challenge #33: Reshaping Nielsen Data in Weekly Challenges</title>
    <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/52244#M571</link>
    <description>&lt;P&gt;Yes, I think "hacky" was the best description for my solution :)&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2017 10:05:18 GMT</pubDate>
    <dc:creator>mceleavey</dc:creator>
    <dc:date>2017-03-30T10:05:18Z</dc:date>
    <item>
      <title>Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/36436#M10</link>
      <description>&lt;P&gt;Hopefully everyone had fun with the Grand Prix challenges and a few of you are ready to jump in the ring next year for the 2017 Grand Prix at Inspire in Las Vegas.&amp;nbsp; The solution for the final lap (challenge #32) is &lt;A href="https://community.alteryx.com/t5/Weekly-Challenge/Weekly-Exercise-32-Alteryx-Grand-Prix-Race-2-Lap-2-Intermediate/m-p/36435#M9" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let’s dial it back this week and look another real world example of using Alteryx to reshape data into a usable format for analysis. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use Case:&amp;nbsp; A radio station is trying to analyze data they receive from Nielsen disclosing the number of listeners the station has on a weekly basis by program.&amp;nbsp; The challenge is that the data is formatted in a way that makes it challenging to use for analytics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Objective:&amp;nbsp; Reshape the data detailing the listening stats for the 30 programs listed in the data.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 16:56:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/36436#M10</guid>
      <dc:creator>GeneR</dc:creator>
      <dc:date>2022-09-13T16:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Exercise #33: Reshaping Nielsen Data (Intermediate)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/27445#M169</link>
      <description>&lt;P&gt;Gotta love ETL reports. &amp;nbsp;This is rather brute force - sure there is a better way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;IMG src="https://community.alteryx.com/t5/image/serverpage/image-id/7121i9F2D8019FA628F90/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Fri, 15 Jul 2016 17:40:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/27445#M169</guid>
      <dc:creator>markp201</dc:creator>
      <dc:date>2016-07-15T17:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Exercise #33: Reshaping Nielsen Data (Intermediate)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/27590#M168</link>
      <description>&lt;P&gt;Here's&amp;nbsp;a solution:&lt;/P&gt;
&lt;LI-SPOILER&gt;&lt;IMG src="https://community.alteryx.com/t5/image/serverpage/image-id/7168iF484D3F6E4E4F2C6/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="2016-07-18 11_48_02-Alteryx Designer x64 BETA - DataPrep_ReshapingNielsenData_Solution_33.yxmd_.png" title="2016-07-18 11_48_02-Alteryx Designer x64 BETA - DataPrep_ReshapingNielsenData_Solution_33.yxmd_.png" /&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 18 Jul 2016 17:49:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/27590#M168</guid>
      <dc:creator>TaraM</dc:creator>
      <dc:date>2016-07-18T17:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/44089#M341</link>
      <description>&lt;P&gt;Ok, quick and dirty (hold your comments, please).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;I first isolated the rows containing the identifying codes:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Isolate Codes.PNG" style="width: 565px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/11959iFCFBBFE784226234/image-size/large?v=v2&amp;amp;px=999" role="button" title="Isolate Codes.PNG" alt="Isolate Codes.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;To do this I simply filtered the rows with the unique combination of null fields, then dynamically renamed the columns by taking the headers from the first row.&lt;BR /&gt;&lt;BR /&gt;I then isolated the rows containing the pertinent data relating to the two age groups:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Isolate required rows and split to age groups.PNG" style="width: 429px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/11960iFC330B5F3668B0CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Isolate required rows and split to age groups.PNG" alt="Isolate required rows and split to age groups.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;As you can see, I used the "In-Tab" row as a divider. I then split into two streams for the two age brackets. I then generated a row id and named this "Code".&lt;BR /&gt;&lt;BR /&gt;I then joined the two age bracket streams to the code stream, renamed the columns and filtered out any null lines.&lt;BR /&gt;&lt;BR /&gt;Not the most elegent solution, but I'm on a post-Christmas diet so leave me alone.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Fri, 20 Jan 2017 12:05:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/44089#M341</guid>
      <dc:creator>mceleavey</dc:creator>
      <dc:date>2017-01-20T12:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/52109#M567</link>
      <description>&lt;P&gt;:-) I went the longest way round possible&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 questions on the provided solution (from&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4"&gt;@TaraM&lt;/a&gt;&amp;nbsp;/&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/101"&gt;@GeneR&lt;/a&gt;)&lt;/P&gt;&lt;P&gt;- it seems&amp;nbsp;like there's a first row of ratings data which this solution misses. &amp;nbsp; Both&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3589"&gt;@mceleavey&lt;/a&gt;&amp;nbsp;and I have hacked around this by starting to count the ratings data from 0 instead of 1&lt;/P&gt;&lt;P&gt;- one field is called "P25_34Consume"&amp;nbsp;instead of "P25_54Consume"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached my super-awkward, super-long-way-round solution :-)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2017 16:14:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/52109#M567</guid>
      <dc:creator>SeanAdams</dc:creator>
      <dc:date>2017-03-29T16:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/52244#M571</link>
      <description>&lt;P&gt;Yes, I think "hacky" was the best description for my solution :)&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 10:05:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/52244#M571</guid>
      <dc:creator>mceleavey</dc:creator>
      <dc:date>2017-03-30T10:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/54971#M709</link>
      <description>&lt;P&gt;My (verrrry long) solution... this one was &lt;EM&gt;brutal&lt;/EM&gt; for me... ouch. :)&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WeeklyChallenge33.JPG" style="width: 870px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/15422i280F155AB9BF8611/image-size/large?v=v2&amp;amp;px=999" role="button" title="WeeklyChallenge33.JPG" alt="WeeklyChallenge33.JPG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Wed, 12 Apr 2017 23:45:09 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/54971#M709</guid>
      <dc:creator>NicoleJohnson</dc:creator>
      <dc:date>2017-04-12T23:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/55001#M717</link>
      <description>&lt;P&gt;But you got there. The beauty of Alteryx in action, get the answer in the most roundabout way, then work backwards to clean up your processes for speed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It means everyone can get there eventually.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 08:37:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/55001#M717</guid>
      <dc:creator>mceleavey</dc:creator>
      <dc:date>2017-04-13T08:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/55347#M726</link>
      <description>&lt;P&gt;I solved this in a round about way. This would have been a lot easier if I knew Regex!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="challenge33.jpg" style="width: 900px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/15493iAB27D9D186BFFAEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="challenge33.jpg" alt="challenge33.jpg" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Sat, 15 Apr 2017 13:37:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/55347#M726</guid>
      <dc:creator>Laurap1228</dc:creator>
      <dc:date>2017-04-15T13:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/57751#M838</link>
      <description>&lt;P&gt;More ETL fun?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-SPOILER&gt;Spoiler&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/16118i1808B9E255D96374/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 01 May 2017 17:22:43 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/57751#M838</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2017-05-01T17:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/57808#M842</link>
      <description>&lt;P&gt;Another solution, without the need to rename fields manually. This workflow, though long, finds, formats, and assigns the header row.&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 19:27:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/57808#M842</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2017-05-01T19:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/61588#M1088</link>
      <description>&lt;P&gt;I went down a rabbit hole with this one trying to be too clever and then realised there was a much simpler solution...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Weekly Challenge 33.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/17181iC3891D760E4ACFC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Weekly Challenge 33.png" alt="Weekly Challenge 33.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Wed, 24 May 2017 07:12:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/61588#M1088</guid>
      <dc:creator>LordNeilLord</dc:creator>
      <dc:date>2017-05-24T07:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/76967#M1584</link>
      <description>&lt;P&gt;Probably not the best way to go about it but got the solution!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:20:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/76967#M1584</guid>
      <dc:creator>nick_ceneviva</dc:creator>
      <dc:date>2017-08-17T14:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/81750#M1867</link>
      <description>&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 946px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/21842i0E4B8940239E773E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 19 Sep 2017 15:54:21 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/81750#M1867</guid>
      <dc:creator>patrick_digan</dc:creator>
      <dc:date>2017-09-19T15:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/88387#M2181</link>
      <description>&lt;P&gt;I feel like my solution is not long, but very cumbersome&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-10-28 at 13.28.39.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/23713iC6B2209D902EE584/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2017-10-28 at 13.28.39.png" alt="Screen Shot 2017-10-28 at 13.28.39.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Sat, 28 Oct 2017 12:31:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/88387#M2181</guid>
      <dc:creator>Natasha</dc:creator>
      <dc:date>2017-10-28T12:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/89079#M2245</link>
      <description>&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="33.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/23956i46D169E415AD7BC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="33.PNG" alt="33.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;not very pretty and I lost some coloumn names in the process, but somehow got there...&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 14:15:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/89079#M2245</guid>
      <dc:creator>dominiklz</dc:creator>
      <dc:date>2017-11-01T14:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/94157#M2549</link>
      <description>&lt;P&gt;Pretty Simple reformatting and configuring&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 04:06:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/94157#M2549</guid>
      <dc:creator>samN</dc:creator>
      <dc:date>2017-12-01T04:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/94662#M2593</link>
      <description>&lt;P&gt;It helped to look at the file in excel first to understand how it was structured....&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 04:39:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/94662#M2593</guid>
      <dc:creator>ggruccio</dc:creator>
      <dc:date>2017-12-05T04:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/95898#M2729</link>
      <description>&lt;P&gt;Could have reduced the tools by having the data 'flags' in the filter itself. Solution attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="challenge_33 - Snip.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/25939iC3B7863F2E9E421E/image-size/large?v=v2&amp;amp;px=999" role="button" title="challenge_33 - Snip.PNG" alt="challenge_33 - Snip.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 12 Dec 2017 17:51:16 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/95898#M2729</guid>
      <dc:creator>philipmannering</dc:creator>
      <dc:date>2017-12-12T17:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #33: Reshaping Nielsen Data</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/101949#M2898</link>
      <description>&lt;P&gt;Solution attached.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2017 03:20:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-33-Reshaping-Nielsen-Data/m-p/101949#M2898</guid>
      <dc:creator>jasperlch</dc:creator>
      <dc:date>2017-12-15T03:20:45Z</dc:date>
    </item>
  </channel>
</rss>

