data.table pop quiz
Which of the following statements are true about data.table
s?
- A
data.table
is adata.frame
. It inherits and builds on top of it. data.table
s can have columns of different lengths.- Columns of
data.table
s cannot be of data typelist
. data.table
s never use or need row names.
Este exercício faz parte do curso
Data Manipulation with data.table in R
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
