News

I created an Excel sheet using pd.to_excel(). The data contains one column with a float number and one column with a datetime.datetime object. Then, I want to set the column type using the num_format ...