-
Notifications
You must be signed in to change notification settings - Fork 73
update groupBy documentation #465
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
Conversation
@@ -18,6 +18,15 @@ import kotlin.reflect.KProperty | |||
|
|||
// region DataFrame | |||
|
|||
/** | |||
* Column for grouping can be created inplace |
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.
The comment looks like a good candidate for a NOTE: section, but not like a documentation for a function (probably you leave id with TODO: add docs and with NOTE section
/*<!--*/ | ||
call_DataFrame(function() { DataFrame.addTable({ cols: [{ name: "<span title=\"firstName: String\">firstName</span>", children: [], rightAlign: false, values: ["Alice"] }, | ||
{ name: "<span title=\"lastName: String\">lastName</span>", children: [], rightAlign: false, values: ["Wolf"] }, | ||
{ name: "<span title=\"name: DataRow\">name</span>", children: [0, 1], rightAlign: false, values: ["<span class=\"formatted\" title=\"firstName: Alice\nlastName: Wolf\"><span class=\"structural\">{ </span><span class=\"structural\">firstName: </span>Alice<span class=\"structural\">, </span><span class=\"structural\">lastName: </span>Wolf<span class=\"structural\"> }</span></span>"] }, |
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.
Do we have described somewhere a process how to generate these html files?
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.
Please give some clarification to my comments
b878f88
to
7d7168d
Compare
@Jolanrensen Have a look at the last commit please, it's related to new static table |
add docs for moveToTop + emphasize important groupBy use case
7d7168d
to
d123db8
Compare
It was previously reported that moveToTop is undocumented :) Plus i want emphasize important
groupBy expr
use case for those who don't know