1. Learn
  2. /
  3. Courses
  4. /
  5. Data Science Visualization - Module 2

Exercise

Exercise 1. Vector lengths

When analyzing data it's often important to know the number of measurements you have for each category.

Instructions

100 XP
  • Define a variable male that contains the male heights.
  • Define a variable female that contains the female heights.
  • Report the length of each variable.