Create
Edit page Last modified: 14 January 2025There 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
DataFrame
create and initialize
DataFrame
directly from values usingvararg
variants of the corresponding functions.
To learn how to read dataframes from files and URLs, go to the next section.