Hi,
I'm currently learning Python 3 and I am struggling with converting date integers into another format.
The dates have the format 43831, 43832, etc. 43831 being 01-01-2020.
What line of code I need to use to convert my whole column into, let's say, a date format "dd-mm-yyyy"?
![[Image: Capture.png]](https://i.ibb.co/kxBQQ0v/Capture.png)
Screenshot if the above deson't work: https://ibb.co/rm044MN
I tried things, in vain.
Thank you.
I'm currently learning Python 3 and I am struggling with converting date integers into another format.
The dates have the format 43831, 43832, etc. 43831 being 01-01-2020.
What line of code I need to use to convert my whole column into, let's say, a date format "dd-mm-yyyy"?
![[Image: Capture.png]](https://i.ibb.co/kxBQQ0v/Capture.png)
Screenshot if the above deson't work: https://ibb.co/rm044MN
I tried things, in vain.
Thank you.