I was given a tiny dataset in Excel (less than 250 rows) with only 4 columns, i.e. dateordered, datereturned, orderstatus & orders Exercise 1: Crunch the data and tell us whether our return rate is trending up or down. Additional insights are welcome, but not required Exercise 2: Write the SQL code to produce number of completed orders by date
Sigiloso
I completed the exercises in both R (using tidyverse, e.g. dplyr, ggplot2) and SQL. I even tidied up the messy data and provided visualization for the output, in addition to answer the questions.