Big data? Lot's of time series? Traditionally you'd use ggplot facets. But that only works for a few datasets. Enter trelliscopejs. It's a game changer!
What is the Career Path for a Data Scientist? (From $75,000 to $150,000 salary in 1-year)
The data science career path is demystified in this article showing you 2 case studies and a ton of research on how to set your career up for going from $75,000 to $150,000 in 1-year.
Which data science skills are important (To get a $50,000 increase in salary)
Which skills are important to becoming a data scientist? How to pick a language? How to learn the skills? These questions and many more are answered in this post.
My 4 most important explainable AI visualizations (modelStudio)
The modelStudio library offers an interactive studio for developing and exploring explainable AI visualizations.
A new R package for Business Analytics... radiant
I'm super impressed by the radiant R package. With no prior exposure to radiant, I was able to complete a short business analytics report in under 10-minutes.
Introducing portfoliodown: The Data Science Portfolio Website Builder
I'm super excited to introduce a new R package that makes it painless for data scientists to create a professional.
Tidy Time Series Forecasting in R with Spark
I'm super excited to introduce the new Modeltime Backend for Spark. Let's use it to perform forecasting with tidymodels.
How to Make a Heatmap of Customers in R
The ggplot2 package is an essential tool in every data scientists toolkit. Today we show you how to use ggplot2 to make a professional heatmap that organizes customers by their sales purchasing habits.
3 Ways to Read Multiple CSV Files: For-Loop, Map, List Comprehension
Reading many CSV files is a common task for a data scientist. In this free tutorial, we show you 3 ways to streamline reading CSV files in Python.
Tidy Parallel Processing in R with furrr
Introducing Iterative (Nested) Forecasting with Modeltime
ggalt: Make a Lollipop Plot to Compare Categories in ggplot2
ggalt is a ggplot2 extension that adds many new ggplot geometries. In this tutorial, we'll learn how to make lollipop plots for comparing categories within our data using geom_lollipop().