DA0-001 · Question #20
A data analyst for a media company needs to determine the most popular movie genre. Given the table below: Which of the following must be done to the Genre column before this task can be completed?
The correct answer is D. Delimit. Delimit (D) is the correct answer. When multiple genres are stored together in a single cell (e.g., 'Action, Comedy, Drama'), the column must be delimited - meaning split or parsed using a separator character (like a comma or pipe) - so each genre can be counted individually…
Question
A data analyst for a media company needs to determine the most popular movie genre. Given the table below:
Which of the following must be done to the Genre column before this task can be completed?
Exhibit
Options
- AAppend
- BMerge
- CConcatenate
- DDelimit
How the community answered
(34 responses)- A6% (2)
- C3% (1)
- D91% (31)
Explanation
Delimit (D) is the correct answer. When multiple genres are stored together in a single cell (e.g., 'Action, Comedy, Drama'), the column must be delimited - meaning split or parsed using a separator character (like a comma or pipe) - so each genre can be counted individually. Without delimiting, a value like 'Action, Comedy' would be treated as one unique genre rather than two separate ones, making it impossible to accurately count the popularity of each genre. Append (A) adds rows, Merge (B) combines columns or tables, and Concatenate (C) joins strings together - none of these solve the problem of parsing multiple values out of a single field.
Topics
Community Discussion
No community discussion yet for this question.
