init research
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
[//]: # (title: concat)
|
||||
|
||||
<!---IMPORT org.jetbrains.kotlinx.dataframe.samples.api.Modify-->
|
||||
|
||||
Returns [`DataFrame`](DataFrame.md) with the union of rows from several given [`DataFrame`](DataFrame.md) objects.
|
||||
|
||||
<!---FUN concatDataFrames-->
|
||||
|
||||
```kotlin
|
||||
df.concat(df1, df2)
|
||||
```
|
||||
|
||||
<!---END-->
|
||||
|
||||
<!---FUN concatIterable-->
|
||||
|
||||
```kotlin
|
||||
listOf(df1, df2).concat()
|
||||
```
|
||||
|
||||
<!---END-->
|
||||
|
||||
See [all use cases of 'concat' operation](concat.md).
|
||||
Reference in New Issue
Block a user