how to get the max value of a column #360
Answered
by
xiaodaigh
SMousavi90
asked this question in
Q&A
-
Considering this line of code which in dataframes returns the max value of the "date" column, how can we do the same with diskframe? I tried multiple ways but none of them works.
this is the one that didn't work:
it returns an integer which is not a date obviously. |
Beta Was this translation helpful? Give feedback.
Answered by
xiaodaigh
Sep 22, 2021
Replies: 1 comment 4 replies
-
you might be just missing
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
SMousavi90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you might be just missing
collect
which is needed.