Create
There are several ways to create DataFrame objects from data that is already loaded into memory:
create columns with data and then bundle them into a
DataFramecreate and initialize
DataFramedirectly from values usingvarargvariants of the corresponding functions.
To learn how to read dataframes from files and URLs, go to the next section.
24 October 2025