Skip to content

Commit

Permalink
Merge pull request #258 from Kotlin/docs-1
Browse files Browse the repository at this point in the history
explicitly state the idea behind navigation structure
  • Loading branch information
koperagen authored Mar 7, 2023
2 parents 8f10093 + dc60222 commit ce9d023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/StardustDocs/topics/hierarchical.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ Hierarchical columns can also appear as a result of some [modification operation
* [merge](merge.md) converts [`ColumnGroup`](DataColumn.md#columngroup) into [`FrameColumn`](DataColumn.md#framecolumn)
* etc.

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 comments on commit ce9d023

Please sign in to comment.