1. सीखें
  2. /
  3. पाठ्यक्रम
  4. /
  5. Reshaping Data with tidyr

Connected

अभ्यास

Imputing sales data

You've been asked to create a report that allows management to compare sales figures per quarter for two years. The problem is that the dataset (sales_df) contains missing values. You'll need to impute the values in the year column so that you can visualize the data.

The ggplot2 package has been pre-loaded for you.

निर्देश

100 XP
  • Inspect sales_df in the console, pay attention to the year column.
  • Use the fill() function to impute the year column in the correct direction.
  • Create a line plot where each year has a different color.