We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding new functionality to quinn
Changing existing functionality in quinn
Removing existing functionality in quinn
Kind of weird syntax to compute beginning and end of month:
Add beginning_of_month and end_of_month functions that are easier to read.
beginning_of_month
end_of_month
Article on how to do this with Spark Scala: https://mungingdata.com/apache-spark/start-end-month-last-day-date-trunc/
The text was updated successfully, but these errors were encountered:
The last day already exists in pyspark
https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.functions.last_day.html
Sorry, something went wrong.
Is this enhancement still required @SemyonSinchenko ?
If so, can the end_of_month function be built on top of last_day function in Spark? And if that's the ask, can I take this up?
last_day
No branches or pull requests
Feature Type
Adding new functionality to quinn
Changing existing functionality in quinn
Removing existing functionality in quinn
Problem Description
Kind of weird syntax to compute beginning and end of month:
Feature Description
Add
beginning_of_month
andend_of_month
functions that are easier to read.Additional Context
Article on how to do this with Spark Scala: https://mungingdata.com/apache-spark/start-end-month-last-day-date-trunc/
The text was updated successfully, but these errors were encountered: