Skip to content

BUG: with integer column labels, .info() throws KeyError #37256

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

Merged
merged 2 commits into from
Oct 20, 2020

Conversation

MarcoGorelli
Copy link
Member

@MarcoGorelli MarcoGorelli changed the title fix info when columns have integer labels BUG: with integer column labels, .info() throws KeyError Oct 19, 2020
@jorisvandenbossche jorisvandenbossche added this to the 1.1.4 milestone Oct 19, 2020
@jreback jreback added Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version labels Oct 20, 2020
@jreback jreback merged commit 294cbc8 into pandas-dev:master Oct 20, 2020
@jreback
Copy link
Contributor

jreback commented Oct 20, 2020

thanks @MarcoGorelli

@MarcoGorelli MarcoGorelli deleted the info-integer-labels branch October 20, 2020 07:40
@simonjayhawkins
Copy link
Member

@meeseeksdev backport 1.1.x

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Oct 20, 2020
simonjayhawkins pushed a commit that referenced this pull request Oct 21, 2020
…eyError (#37285)

Co-authored-by: Marco Gorelli <m.e.gorelli@gmail.com>
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Oct 26, 2020
kesmit13 pushed a commit to kesmit13/pandas that referenced this pull request Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Indexing Related to indexing on series/frames, not to indexes themselves Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: with integer column labels, .info() throws KeyError after column subsetting with .loc[]
4 participants