691 B
Vendored
691 B
Vendored
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
DataFrame - create and initialize
DataFramedirectly from values usingvarargvariants of the corresponding functions. - convert Kotlin objects into
DataFrame
To learn how to read dataframes from files and URLs, go to the next section.