-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationeffort - lowquick & simple issuequick & simple issueenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Goal: Add a MONTHNAME function to PyDough which takes in a Date/Timestamp value and returns the 3-letter abbreviation of the month name as a string (e.g. "Jan", "Feb", "Mar", etc.)
Specific dialects have ways to do this, but the general base structure can be done by extracting the MONTH and doing a case statement like so: CASE MONTH(d) WHEN 1 THEN 'Jan' WHEN 2 THEN 'FEB' ...
This feature need to be documented in the function list documentation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationeffort - lowquick & simple issuequick & simple issueenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers