1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Feature Engineering in R

Exercise

Visualizing the distribution

The online_retail dataset contains information about online sales, including how many items were purchased per transaction.

Instructions

100 XP
  • Get a summary of the Quantity column in the online_retail dataset.
  • Create a histogram to visualize the distribution of the Quantity variable.