Sorts a DataFrame on one or more columns in ascending or descending order.Documentation Index
Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Description | Required |
|---|---|---|
| DataFrame | Input DataFrame to be sorted | True |
| Order columns | Columns to sort DataFrame by | True |
| Sort | Order of sorting - ascending or descending | True |
Example


