I have a csv file having the following with a Date
columns having the following format 2002-08-31
so YEAR-MONTH-DAY
.
I would like to split this columns in 3 different columns in such a way that the table will have a YEAR
column a MONTH
column and a DAY
column.
Does anyone knows how to achieve that