1.

Point out the correct statement?(a) Each row is an observation in tidy data(b) Each column is a variable in tidy data(c) Arranging your data in tidy way makes it easier to work(d) All of the mentionedThe question was asked during an interview.My question is taken from Data Wrangling in division Profiling, Simulation and Data Analysis of R Programming

Answer»

Right choice is (d) All of the mentioned

The explanation: When use TIDY data and tidy tools, you spend less TIME worrying about how to feed the output from one FUNCTION into the input of another.



Discussion

No Comment Found

Related InterviewSolutions