-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Conversation
(this was present in 0.19.2)
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
@@ -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`) |
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.
you don't need a whats new if its not actually a change (and I don't think it is)
aside from the whatsnew lgtm. |
thanks! |
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
Closes #16114