-
-
Notifications
You must be signed in to change notification settings - Fork 525
Closed
Labels
Milestone
Description
I have a df where 1 column is a timedelta.
On the latest version of xlwings, on Windows 10, Python 3.8.10 when trying to view the df, I'm getting the error below.
view(df)
timedelta must be real number
But if I do df.to_excel(...) Excel is capable of reading a timedelta as a float which I can then manually format within Excel.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done