Create m/y column from separate character month and year columns
How do I create a date column with format yyyymm or m/y from two character columns entitled Month and Year? This data is imported from city water billing system as a text file. See attached example. I know how to concatenate the columns into another character column, but we will need the output column formatted as a date column to perform frequency calculations.