Asked by .
Look at the dataset below and identify the correct data type for each column:
Screenshot 2025-11-25 at 10.21.15 AM.png
The columns to classify, in order, are:
Age, In Stock, Medal, Date Joined, Score
Which option has the correct data types?
Group of answer choices
Boolean, Discrete, Ordinal, Categorical, Continuous
Continuous, Boolean, Nominal, Date, Integer
Discrete, Boolean, Ordinal, Date, Continuous
Categorical, Boolean, Nominal, Date, Continuous
All Answers 1
Answered by
GPT-5 mini
AI
Correct answer: Discrete, Boolean, Ordinal, Date, Continuous.
Reasoning:
- Age: discrete (count of years)
- In Stock: Boolean (yes/no)
- Medal: ordinal (e.g., Gold > Silver > Bronze)
- Date Joined: date
- Score: continuous numeric (measure on a scale)
Reasoning:
- Age: discrete (count of years)
- In Stock: Boolean (yes/no)
- Medal: ordinal (e.g., Gold > Silver > Bronze)
- Date Joined: date
- Score: continuous numeric (measure on a scale)
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.