InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function is used for casting data frames?(a) dcast(b) ucast(c) rcast(d) all of the mentionedThe question was asked in final exam.My doubt is from Summarizing and Merging Data in section Getting Data of Data Science |
|
Answer» CORRECT option is (a) dcast The EXPLANATION: USE acast or dcast depending on WHETHER you want vector/matrix/array output or data frame output. |
|