Kotlin / Kotlin/dataframe

Add column path KDoc.

Open
#1,069 0 comments 0 reactions 1 assignee Claimed by @Allex-Nik View on GitHub
KDocs
Dominant language
Kotlin
Stars
1.1k
Forks
83
Avg merge
4d 12h
Merged PRs (30d)
30

Description

Sometimes column selection DSL is not enough (for example in `move`, when you want to move column into a new path not existing yet). And it's not that obvious. Example:

```
df.move { age and weight }.into { pathOf("info", it.name()) }
df.move { age and weight }.into { "info"[it.name()] }
```

Should be added in move/into Kdoc (#813).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.