eakmanrq / sqlframe

Turning PySpark Into a Universal DataFrame API
https://sqlframe.readthedocs.io/en/stable/
MIT License
174 stars 3 forks source link

duckdb, implement last_day #113

Closed cristian-marisescu closed 1 week ago

cristian-marisescu commented 1 week ago

Hi,

I see that last_day is unsupported on duckdb engine: https://github.com/eakmanrq/sqlframe/blob/8959850b9f563b822fbee845b1325af9d405b381/sqlframe/base/functions.py#L923

Could you add it ? https://duckdb.org/docs/sql/functions/date.html#last_daydate Thank you!