Posts

Summary To get a first idea about a certain dataframe’s statistical metrics, there is of course the well known summary() function : …

In my tutorials, I prefer to work with the mtcars data set (DST) because I find it pretty straightforward. Nonetheless, one may be …

The janitor package in an excellent tool for cleaning a messy database and summarize information. We’ve all heard that data analysts …

case_when() is a dplyr function that returns a value according to predifined conditions. It’s a very powerful function though not very …

In this tutorial, we’ll analyze the French CAC 40 stocks. Listed CAC 40 firms can be found at the Yahoo Finance website. Getting the …

Tensors Definition Ever wandered why one of the most used Deep Learning library, Tenserflow is called that way ? the name came from the …

The ggplot2 package integrates the tidy philosophy of programming introduced mainly by Hadley Wickham. It is part of the tidyverse …

A Quick Intro into the comtradr Package