yet another covid19 workflow
- 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
It would be interesting to see all the permutations but here's my entry. I'm just getting back into alteryx after maybe 8 years working with pentaho (not bad but lacking features). The challenge was the data source - https://github.com/CSSEGISandData/COVID-19 - which was cumulative and the daily numbers are much more interesting. After refreshing my alteryx knowledge I found Multi-row formula which replaced 3-4 steps.
Step 1 - get the data from github.
Step 2 - combine all 5 files, columns to rows, sort and create daily counts
I've done this now in Power Query, Pentaho and Alteryx. For me, the latter is the most elegant with Power Query (m-code) a very close second place.
Now on to the fun part - visuals. Maybe tableau this time.
- Labels:
- Tips and Tricks
- Transformation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I like it. Interesting to see former Pentaho user migrating to Alteryx. These people usually have a strong background in IT and they think Alteryx is really limited to ETL processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks - fun to be back here. We were using the (free) community edition of pentaho which I totally understand from a business cost but I've had a better experience with commercial software (alteryx, ssis, etc). Concentrating on features in alteryx I only touched on prior - macro, reporting/visualization and automation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
FYI - forgot about dynamic data fields in the transpose step. Attachment updated.
