I have a dataframe and one of the columns is called 'Step-up date' which contains objects and it looks like:
|Step-up date
0|Mar-24
1|Jul-22
2|Feb-21
etc...
Mar-24 represents March 2024, so i was wondering if there is a way to convert that column into a date, so Mar-24 would be 2024-03-01 (yyyy-mm-dd) and just have it automatically become the 1st of the month for each value to make it easier