Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

...

Practice - Creating a data frame using some vectors

...