DA0-001 · Question #449
A retail data analyst needs to create a new variable that represents the total purchase amount for each customer. Which of the following data manipulation techniques should the analyst use?
The correct answer is A. Derived variables. Derived variables are new variables created from existing data by performing calculations or transformations. In this case, the retail data analyst can create a new variable representing the total purchase amount for each customer by summing up the purchase amounts of all…
Question
A retail data analyst needs to create a new variable that represents the total purchase amount for each customer. Which of the following data manipulation techniques should the analyst use?
Options
- ADerived variables
- BNormalize data
- CRecoding data
- DData aggregation
How the community answered
(40 responses)- A90% (36)
- B3% (1)
- C5% (2)
- D3% (1)
Explanation
Derived variables are new variables created from existing data by performing calculations or transformations. In this case, the retail data analyst can create a new variable representing the total purchase amount for each customer by summing up the purchase amounts of all transactions for that customer. This involves deriving a new variable based on the existing data.
Topics
Community Discussion
No community discussion yet for this question.