I have an Excel .xlsb sheet with data, some columns have number as output data, other columns should have dates as output. After uploading the data in Python, some columns have a number in stead of date. How can I convert the number in that specific column to a date?
I tried to find an answer, but didn't succeed
Columns Datafile Date of Birth, Age, Gender Rows 1 integer must be date integer String 2 integer must be date integer String etc. 3 4 5