DA0-002 · Question #12
A data analyst is analyzing the following dataset: Which of the following methods should the analyst use to determine the total cost for each transaction?
The correct answer is D. Deriving. To determine a new value like total cost by combining existing fields, the analyst must create a new variable through calculation.
Question
A data analyst is analyzing the following dataset:
Which of the following methods should the analyst use to determine the total cost for each transaction?
Options
- AParsing
- BScaling
- CCompressing
- DDeriving
How the community answered
(42 responses)- A14% (6)
- B5% (2)
- C7% (3)
- D74% (31)
Why each option
To determine a new value like total cost by combining existing fields, the analyst must create a new variable through calculation.
Parsing is the process of analyzing a string of symbols according to grammar rules, typically to extract specific pieces of information, not to perform calculations to create new data.
Scaling refers to adjusting data values to a common range or distribution, often used in machine learning to normalize features, which does not directly calculate a total cost.
Compressing data involves reducing its size while maintaining its essential information, which is unrelated to calculating new values like total cost.
Deriving involves creating new variables or features from existing ones by applying calculations or transformations, such as calculating 'total cost' by multiplying 'quantity' by 'unit price' for each transaction in the dataset.
Concept tested: Data transformation - deriving new features
Topics
Community Discussion
No community discussion yet for this question.