Create

Edit pageLast modified: 05 June 2025

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 DataFrame directly from values using vararg variants of the corresponding functions.

  • convert Kotlin objects into DataFrame

To learn how to read dataframes from files and URLs, go to the next section.

OperationsCreate DataColumn

Powered by JetBrains Writerside