1.

Point out the correct statement?(a) The data frame is a key data structure in statistics and in R(b) R has an internal implementation of data frames that is likely the one you will use most often(c) There are packages on CRAN that implement data frames via things like relational databases that allow you to operate on very very large data frames(d) All of the mentionedThe question was posed to me in an interview.I need to ask this question from dplyr in section R – Data Storage, Formats, Objects and Operations of R Programming

Answer»

Right option is (d) All of the mentioned

Explanation: The BASIC STRUCTURE of a data frame is that there is one OBSERVATION per row and each column represents a variable, a MEASURE, feature, or CHARACTERISTIC of that observation.



Discussion

No Comment Found

Related InterviewSolutions