Add column path KDoc.
Open
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
Assessment
This issue has not been assessed yet.