How do you define pandas dataframe?

Pandas DataFrame

A two-dimensional, size-mutable, tabular data structure with labelled axes is called a Pandas DataFrame (rows and columns). Data is arranged in rows and columns in a data frame, which is a two-dimensional data structure. The data, rows, and columns are the three main parts of a Pandas DataFrame.

In order to create a data frame from a list of values, you can follow the following example: