Created
February 11, 2022 06:31
-
-
Save kvnkho/1d086d41971fa12bd848928e2cf6c13d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| with FugueWorkflow() as dag: | |
| dag = dag.df(df) | |
| dag.partition_by("col", presort="col2 desc").take(5) | |
| dag.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment