data.table pop quiz
Which of the following statements are true about data.tables?
- A
data.tableis adata.frame. It inherits and builds on top of it. data.tables can have columns of different lengths.- Columns of
data.tables cannot be of data typelist. data.tables never use or need row names.
Diese Übung ist Teil des Kurses
Data Manipulation with data.table in R
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten