Skip to content

BUG: Fixed DataFrame info() for duplicated columns, GH11761 #11772

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

Closed
wants to merge 1 commit into from
Closed

BUG: Fixed DataFrame info() for duplicated columns, GH11761 #11772

wants to merge 1 commit into from

Conversation

yoongkang
Copy link
Contributor

See #11761.

@jreback jreback added Bug Output-Formatting __repr__ of pandas objects, to_string labels Dec 6, 2015
@jreback jreback added this to the 0.18.0 milestone Dec 6, 2015
@@ -7559,6 +7559,20 @@ def test_info_duplicate_columns(self):
columns=['a', 'a', 'b', 'b'])
frame.info(buf=io)

def test_info_duplicate_columns_shows_correct_dtypes(self):
io = StringIO()
Copy link
Contributor

Choose a reason for hiding this comment

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

add the issue number as a comment

@jreback
Copy link
Contributor

jreback commented Dec 6, 2015

pls add a whatsnew note (bug fix) as well

@jreback
Copy link
Contributor

jreback commented Dec 7, 2015

merged via 43edd83

thanks!

@jreback jreback closed this Dec 7, 2015
@yoongkang yoongkang deleted the bugfix/fix_frame_info branch December 7, 2015 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Output-Formatting __repr__ of pandas objects, to_string
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants