Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 21, 2021 15:24
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/31e36675a1e67096fe3c3c052be7bb52 to your computer and use it in GitHub Desktop.
Save 1ambda/31e36675a1e67096fe3c3c052be7bb52 to your computer and use it in GitHub Desktop.
df.agg(max("event_time"), min("event_time")).show(truncate=False)
+-----------------------+-----------------------+
|max(event_time) |min(event_time) |
+-----------------------+-----------------------+
|2020-01-31 23:59:58 UTC|2020-01-01 00:00:00 UTC|
+-----------------------+-----------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment