init research
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
[//]: # (title: head)
|
||||
|
||||
<!---IMPORT org.jetbrains.kotlinx.dataframe.samples.api.Analyze-->
|
||||
|
||||
Returns [`DataFrame`](DataFrame.md) containing first `n` (default 5) rows.
|
||||
|
||||
<!---FUN head-->
|
||||
|
||||
```kotlin
|
||||
df.head(3)
|
||||
```
|
||||
|
||||
<inline-frame src="resources/org.jetbrains.kotlinx.dataframe.samples.api.Analyze.head.html" width="100%"/>
|
||||
<!---END-->
|
||||
|
||||
Similar to [`take`](sliceRows.md#take).
|
||||
Reference in New Issue
Block a user