init research

This commit is contained in:
2026-02-08 11:20:43 -10:00
commit bdf064f54d
3041 changed files with 1592200 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[//]: # (title: Create)
<show-structure depth="3"/>
<!---IMPORT org.jetbrains.kotlinx.dataframe.samples.api.Create-->
There are several ways to create [`DataFrame`](DataFrame.md) objects from data that is already loaded into memory:
* [create columns with data](createColumn.md) and then [bundle them](createDataFrame.md) into a [`DataFrame`](DataFrame.md)
* create and initialize [`DataFrame`](DataFrame.md) directly from values using `vararg` variants of the [corresponding functions](createDataFrame.md).
* [convert Kotlin objects](createDataFrame.md#todataframe) into [`DataFrame`](DataFrame.md)
To learn how to read dataframes from files and URLs, go to the [next section](read.md).