Hi all:
I have a column of just months...string, and month is identified in full.....'January', 'February'....'October'....
I'd like to convert them to dates, so ideally, January would be 2022-01-01, and February would be 2022-02-01, and October would be 2022-10-01.
Anyone know how to do this?
-prpatel