The rate at which data is being generated by business and the world at large is rapidly exceeding the speed at which leaders are equipping themselves to work with data.
Tag Archives: Data
Ten Time-Saving R Hacks
The more coding I do, the more sensitive I become to inefficiency. Here are ten hacks I use regularly to try to minimize distractions and keep up my production pace.
Why choose between R and Python when you can choose both?
The reticulate package allows R and Python to work together — here’s a tutorial
Ten more random useful things in R you may not know about
I struggled to keep it to ten last time, so here’s ten more for you
Five behaviors of great Data Science coders
With so many people jumping on the data science bandwagon, how can you tell a great R coder from the rest?
The force is strong in you if you abstract your R code
By writing a function to analyze Star Wars characters, learn the powerful abstraction capabilities of R
How to cut out the SQL middle-person in analytics
Constantly manually executing SQL queries for your clients? Here’s a way to get them to help themselves.
Utilizing quosures to create ultra flexible filtering controls in R Shiny
I build R Shiny apps quite a lot, and one of the common uses is to allow dynamic filtering of the underlying data, so that you can adjust a chart or a table based on some particular subset of interest.