Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 21, 2021 15:26
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 1ambda/3db5acff5fa1f114882f8a64fe3fcf4a to your computer and use it in GitHub Desktop.
Save 1ambda/3db5acff5fa1f114882f8a64fe3fcf4a to your computer and use it in GitHub Desktop.
df.select("event_type").distinct().show()
+----------------+
| event_type|
+----------------+
| purchase|
| view|
| cart|
|remove_from_cart|
+----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment