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 ...
File "C:\Users\mdarnall\mdarnall-local-dev\tma-venv-prod.venv\lib\site-packages\pandas\core\generic.py", line 8141, in replace new_data = self._mgr.replace( File "C ...