-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add row functions to "operations overview" to make it comprehensive #412
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,14 @@ Most multiplex operations end with `into` or `with` function. The following nami | |
* `into` defines column names for storing operation results. Used in [`move`](move.md), [`group`](group.md), [`split`](split.md), [`merge`](merge.md), [`gather`](gather.md), [`groupBy`](groupBy.md), [`rename`](rename.md). | ||
* `with` defines row-wise data transformation with [`row expression`](DataRow.md#row-expressions). Used in [`update`](update.md), [`convert`](convert.md), [`replace`](replace.md), [`pivot`](pivot.md). | ||
|
||
## List of DataRow operations | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since it's a title, probably write "Operations" with a capital. Same as for the other headers in the file. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Kotlin documentation and writerside documentation doesn't use title case, i think we probably shouldn't bother either? https://kotlinlang.org/docs/server-overview.html#deploying-kotlin-server-side-applications There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure! But then we do need to make sure to remove all title case usages in the rest of the file(s). I'll add it here |
||
|
||
<include from="DataRow.md" element-id="rowFunctions"/> | ||
|
||
## List of DataRow statistics | ||
|
||
<include from="DataRow.md" element-id="rowStatistics"/> | ||
|
||
## List of DataFrame operations | ||
|
||
* [add](add.md) — add columns | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Row statistics | ||
|
||
<include from="DataRow.md" element-id="rowStatistics"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Statistics