Skip to content

BUG: Compare names with None in DataFrame ctor #16117

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 2 commits into from

Conversation

TomAugspurger
Copy link
Contributor

Closes #16114

@TomAugspurger TomAugspurger added Bug Dtype Conversions Unexpected or buggy dtype conversions Regression Functionality that used to work in a prior pandas version labels Apr 24, 2017
@TomAugspurger TomAugspurger added this to the 0.20.0 milestone Apr 24, 2017
(this was present in 0.19.2)
@codecov
Copy link

codecov bot commented Apr 24, 2017

Codecov Report

Merging #16117 into master will decrease coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #16117      +/-   ##
==========================================
- Coverage   90.84%   90.83%   -0.01%     
==========================================
  Files         159      159              
  Lines       50771    50771              
==========================================
- Hits        46122    46120       -2     
- Misses       4649     4651       +2
Flag Coverage Δ
#multiple 88.61% <100%> (-0.01%) ⬇️
#single 40.34% <100%> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/frame.py 97.59% <100%> (-0.05%) ⬇️
pandas/core/common.py 90.68% <0%> (-0.35%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 844013b...7f7a32e. Read the comment docs.

@@ -1727,4 +1727,5 @@ Other
- Compat with SciPy 0.19.0 for testing on ``.interpolate()`` (:issue:`15662`)
- Compat for 32-bit platforms for ``.qcut/cut``; bins will now be ``int64`` dtype (:issue:`14866`)
- Bug in interactions with ``Qt`` when a ``QtApplication`` already exists (:issue:`14372`)
- Bug in DataFrame constructor failing to handle dtypes with passed a Series with a falsey name (:issue:`16114`)
Copy link
Contributor

Choose a reason for hiding this comment

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

you don't need a whats new if its not actually a change (and I don't think it is)

@jreback
Copy link
Contributor

jreback commented Apr 24, 2017

aside from the whatsnew lgtm.

@jreback jreback closed this in 4ca4fca Apr 25, 2017
@jreback
Copy link
Contributor

jreback commented Apr 25, 2017

thanks!

@TomAugspurger TomAugspurger deleted the int_dtypes branch May 1, 2017 15:50
pcluo pushed a commit to pcluo/pandas that referenced this pull request May 22, 2017
Closes pandas-dev#16114

Author: Tom Augspurger <[email protected]>

Closes pandas-dev#16117 from TomAugspurger/int_dtypes and squashes the following commits:

7f7a32e [Tom Augspurger] DOC: Add a release note
0663098 [Tom Augspurger] BUG: Compare names with None in DataFrame ctor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Dtype Conversions Unexpected or buggy dtype conversions Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants