SortBy¶
It sorts the incoming DataFrame on the fields specified.
Type¶
transform
Class¶
fire.nodes.etl.NodeSortBy
Fields¶
| Name | Title | Description |
|---|---|---|
| description | Description | Description |
| sortByColNames | Columns | Columns on which to Sort By |
| ascDesc | Sorting Order | Whether to sort in ascending or descending order |