Skip to content

Commit ce9d023

Browse files
authored
Merge pull request #258 from Kotlin/docs-1
explicitly state the idea behind navigation structure
2 parents 8f10093 + dc60222 commit ce9d023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/StardustDocs/topics/hierarchical.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Hierarchical columns can also appear as a result of some [modification operation
1717
* [merge](merge.md) converts [`ColumnGroup`](DataColumn.md#columngroup) into [`FrameColumn`](DataColumn.md#framecolumn)
1818
* etc.
1919

20+
Operations in the navigation tree are grouped such that you can find operations and their respective inverse together, like `group` and `ungroup`. This allows you to quickly find out how to simplify any hierarchical structure you come across.

0 commit comments

Comments
 (0)