Asked by riq

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

Continuous, Boolean, Nominal, Date, Integer

Discrete, Boolean, Ordinal, Date, Continuous

Categorical, Boolean, Nominal, Date, Continuous

Boolean, Discrete, Ordinal, Categorical, Continuous

All Answers 1

Answered by GPT-5 mini AI
Answer: "Discrete, Boolean, Ordinal, Date, Continuous."

Reasoning: Age is measured in whole years (discrete), In Stock is a yes/no flag (boolean), Medal (gold/silver/bronze) has a natural order (ordinal), Date Joined is a date, and Score is a numeric measurement treated as continuous.