Classwork 7

Taxonomy of Data

Author

Byeong-Hak Choe

Published

October 17, 2025

Modified

October 22, 2025


Consider the following data.frame, netflix_data, displayed below:

Description of Variables in netflix_data:

  1. UserID: Identifier for each user
  2. Age: Age of the user in years
  3. Gender: Gender of the user
  4. SubscriptionPlan: Type of Netflix subscription
  5. FavoriteGenre: User’s favorite genre
  6. HoursWatched: Average hours watched per week
  7. LastLoginTime: Time of last login in hours since midnight
  8. AccountMonths: Age of the account in months
  9. Satisfaction: User satisfaction rating (1 to 5 stars)
  10. nDevices: Number of devices connected
  11. LastMovieRating: Rating of the last watched movie (1.0 to 10.0)
  12. nProfiles: Number of profiles on the account
  13. Language: User’s preferred language

Question 1

What type of variable is FavoriteGenre in the dataset?

  1. Nominal
  2. Ordinal
  3. Interval
  4. Ratio

βœ… Answer: a. Nominal β€” FavoriteGenre represents non-ordered categories.

Question 2

What type of variable is SubscriptionPlan in the dataset?

  1. Nominal
  2. Ordinal
  3. Interval
  4. Ratio

βœ… Answer: b. Ordinal β€” Subscription plans follow a natural order: Basic < Standard < Premium.

Question 3

What type of variable is LastLoginTime in the dataset?

  1. Nominal
  2. Ordinal
  3. Interval
  4. Ratio

βœ… Answer: c. Interval β€” Time since midnight has meaningful differences but no absolute zero.

Question 4

What type of variable is Satisfaction in the dataset?

  1. Nominal
  2. Ordinal
  3. Interval
  4. Ratio

βœ… Answer: b. Ordinal β€” Satisfaction rating is ranked, but the distance between levels is not precise.



Discussion

Welcome to our Classwork 7 Discussion Board! πŸ‘‹

This space is designed for you to engage with your classmates about the material covered in Classwork 7.

Whether you are looking to delve deeper into the content, share insights, or have questions about the content, this is the perfect place for you.

If you have any specific questions for Byeong-Hak (@bcdanl) or peer classmate (@GitHub-Username) regarding the Classwork 7 materials or need clarification on any points, don’t hesitate to ask here.

Let’s collaborate and learn from each other!

Back to top