Dataframe Components

The main components of a DataFrame are the index (row labels), columns (column labels) and data.

dataframe

Each of the components is a NumPy ndarray.

Updated: