17 lines
371 B
Markdown
Vendored
17 lines
371 B
Markdown
Vendored
[//]: # (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).
|