Reference Materials

Introduction

I have included some nice reference materials so that I can always get to this information quickly. These are pdf files that you can download.

  1. The Periodic Table of Alteryx Tools – Front Side
  2. The Periodic Table of Alteryx Tools – Back Side
  3. Regular Expressions Cheat Sheet

 

Periodic_Image

Click the image to go to the Alteryx community article that describes how Tara developed this great resource.


Alteryx Concepts

  1. The Finer Things In Alteryx July 2018
  2. All My Alteryx Articles

Tableau Concepts

  1. All My Tableau Articles
  2. Tableau Training Videos

Online References

  1. Tableau Mapping
  2. Parsing Command Line Parameters (thanks to Joe Mako)

Alteryx and R

Here are key links and cheat sheets. All of the cheat sheet information was developed by Alteryx User SydneyF. Look at the end of this page to find an entire data science curriculum based in R from the group called DataCamp.

From Sydney: The R Tool can be used to run any R code from Alteryx Designer. The R tool comes with a few Alteryx-specific R packages that allow you to use the R tool seamlessly in a workflow, or even create an R-based macro. To assist you in these endeavors, we’ve developed the R Tool Cheat Sheet with these functions, which you can download to have as your very own.

  1. Alteryx R Documentation Page
  2. A cheat sheet of R functions to use in Alteryx
  3. AlteryxRCheatSheet
  4. data-wrangling-cheatsheet
  5. devtools-cheatsheet
  6. ggplot2-cheatsheet
  7. Short-refcard
  8. YanchangZhao-refcard-data-mining

R-Based Data Science Curriculum

 

DataCamp Courses

DataCamp soundly believes in educating people to be the best data scientists possible.  As such, they allow students to take as many classes as they would like for free while enrolled…and there are a LOT to choose from, not only in R but in Python, SQL, and others.  Below is a comprehensive list of classes that were available in Jan 2017.

Make sure to register for Data Camp.


R Programming

  • Introduction to R  – Mostly working with data structures like vectors, matrices, factors, dataframes and lists.
  • Intermediate R – If/then, loops, functions, the apply family, functions and debugging, working with text via regular expressions and substitutions, working with dates.
  • Working With Dates and Times in R  – Using the lubridate package.
  • Writing Functions in R – Uses the purr package to help write functions and is the “dplyr” of function-writing; course covers handling errors, arguments, etc., and it a bit more advanced treatment.
  • Writing Efficient R Code – Benchmarking/timing, profiling, parallel programming, very advanced stuff.
  • Reporting with R Markdown  – Those .Rmd files you’re always using.

Reading in, Cleaning, and Manipulating Data

Working with and Summarizing (Structured) Data

Visualization

 

Regression 

Machine Learning and Data Mining 

Time Series and Forecasting 

Probability and Statistics 

Spatial Analysis (geo-spatial statistics)

Network Analysis in R (e.g., social networks)

  • igraph – Is an amazing package in R that handles nearly every aspect of network analysis.

Finance in RÂ