Skip to content

Instantly share code, notes, and snippets.

@NeerajBhadani
Created May 25, 2020 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NeerajBhadani/8273f93fe7e1bcacd16e0fec334d990b to your computer and use it in GitHub Desktop.
Save NeerajBhadani/8273f93fe7e1bcacd16e0fec334d990b to your computer and use it in GitHub Desktop.
shuffle
val arr_shuffle_df = df.withColumn("result", shuffle($"array_col2"))
arr_shuffle_df.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment