Skip to content
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

Merged
merged 1 commit into from
Oct 16, 2013
Merged

BUG/TST: Fix Excel writers with duplicated column names. #5237

merged 1 commit into from
Oct 16, 2013

Conversation

jmcnamara
Copy link
Contributor

Test and fix for issue #5235

_skip_if_no_xlrd()
ext = self.ext
path = '__tmp_to_excel_duplicated_columns__.' + ext

Copy link
Contributor

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

@jmcnamara
Copy link
Contributor Author

@jreback Added comment with issue number.

@jreback
Copy link
Contributor

jreback commented Oct 16, 2013

gr8....also need a release notes entry.....thanks...then can merge

@jmcnamara
Copy link
Contributor Author

@jreback Added the following to release.rst:

  - 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`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be (:issue:5235)

@jmcnamara
Copy link
Contributor Author

@jreback Fixed :issue: typo.

@jreback
Copy link
Contributor

jreback commented Oct 16, 2013

gr8 waiting for Travis

then will merge

@jreback jreback merged commit 362e898 into pandas-dev:master Oct 16, 2013
@jreback
Copy link
Contributor

jreback commented Oct 16, 2013

thank you for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants