-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
to_excel doesn't support dateutil.relativedelta #9372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What do you expect as the result in excel, as I think excel does not have such a datatype? A string representation? |
|
Maybe by default |
I can't reproduce this. issue on master; if you are still seeing feel free to ping and can reopen |
Thanks. I haven't try this feature recently. Here is Excel content (both
It's better than raising an exception. |
Hello,
to_excel doesn't support
dateutil.relativedelta
raises
Exception: Unexpected data type <type 'instance'>
raises
AttributeError: relativedelta instance has no attribute '__float__'
Not sure if it's a Pandas issue, an XLS writer issue or a dateutil issue.
The text was updated successfully, but these errors were encountered: