DA0-001 · Question #538
A data set contains the gender and age in weeks of calves born at four different farms. Which of the following charts is the best type of visualization for this scenario?
The correct answer is A. Bubble. A bubble chart is best because the dataset has three variables: age in weeks (continuous), gender (categorical), and farm location (categorical, 4 farms). A bubble chart can encode all three simultaneously - for example, x-axis for age, grouped or colored by gender, with bubble…
Question
A data set contains the gender and age in weeks of calves born at four different farms. Which of the following charts is the best type of visualization for this scenario?
Options
- ABubble
- BScatter
- CPie
- DBar
How the community answered
(20 responses)- A80% (16)
- B10% (2)
- C5% (1)
- D5% (1)
Explanation
A bubble chart is best because the dataset has three variables: age in weeks (continuous), gender (categorical), and farm location (categorical, 4 farms). A bubble chart can encode all three simultaneously - for example, x-axis for age, grouped or colored by gender, with bubble size or position representing farm. A scatter plot handles two variables well but struggles with a third. Pie charts show proportions of one variable. Bar charts handle one or two categorical/quantitative combinations but not three concurrent dimensions as naturally.
Topics
Community Discussion
No community discussion yet for this question.