InterviewSolution
Saved Bookmarks
| 1. |
Spread function is known as ___________ in spreadsheets.(a) pivot(b) unpivot(c) cast(d) orderI have been asked this question in final exam.I need to ask this question from Data Wrangling in section Profiling, Simulation and Data Analysis of R Programming |
|
Answer» CORRECT option is (B) UNPIVOT For explanation I would say: Spread is known by other names in other places: it’s cast in reshape2, unpivot in SPREADSHEETS and unfold in databases. |
|