I have encoded values for Day(0,6), Month(1,12), Week(1,52) and the year is 2014 in a list. I need these encoded values to be transformed into a datetime object/string date in python.
For example,
Day Week Month
6 3 1
This must then been transformed to "2014-01-18"