...
Additional reading list |
---|
Data frame
...
, tibbles, and data table
...
A data frame is a data structure that stores data as a two-dimensional table, with some rows and columns. Similarly has a table in a database, each column can store data of the same data type. For that reason, each row may have an heterogenous collection of data. Each row must have the same length.
...
Additional reading list |
---|
Practice - Creating a data frame using some vectors
...