InterviewSolution
Saved Bookmarks
| 1. |
Which of the following package is used for tidy data?(a) tidyr(b) souryr(c) NumPy(d) all of the mentionedI have been asked this question in my homework.My doubt is from Tidy Data topic in portion Getting Data of Data Science |
|
Answer» CORRECT choice is (a) TIDYR For explanation: tidyr is used for tidy DATA with spread and gather FUNCTIONS. |
|