I want to read xlsb file in pandas. and I have 3 datetime column 1st column format is (2021-5-31 01:20:23 ) 2nd column format (total time) is ( 01:20:23 ) 3st column format is ( 01:20:23 am )
but when I am reading the file I am getting column 46090.0
Is there any method that can read the excel column as it is?