-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
BUG/TST: Fix Excel writers with duplicated column names. #5237
BUG/TST: Fix Excel writers with duplicated column names. #5237
Conversation
_skip_if_no_xlrd() | ||
ext = self.ext | ||
path = '__tmp_to_excel_duplicated_columns__.' + ext | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you put he issue number here a comment
@jreback Added comment with issue number. |
gr8....also need a release notes entry.....thanks...then can merge |
@jreback Added the following to - Fixed bug in Excel writers where frames with duplicate column names weren't
written correctly. (:issue `5235`) If you wish to reword let me know and I will amend. |
@@ -611,6 +611,8 @@ Bug Fixes | |||
the original ordering (:issue:`4621`). | |||
- Fixed ``Period`` with a business date freq to always roll-forward if on a | |||
non-business date. (:issue:`5203`) | |||
- Fixed bug in Excel writers where frames with duplicate column names weren't | |||
written correctly. (:issue `5235`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be (:issue:
5235)
@jreback Fixed |
gr8 waiting for Travis then will merge |
thank you for the PR! |
Test and fix for issue #5235