We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0663098 commit 7f7a32eCopy full SHA for 7f7a32e
doc/source/whatsnew/v0.20.0.txt
@@ -1727,4 +1727,5 @@ Other
1727
- Compat with SciPy 0.19.0 for testing on ``.interpolate()`` (:issue:`15662`)
1728
- Compat for 32-bit platforms for ``.qcut/cut``; bins will now be ``int64`` dtype (:issue:`14866`)
1729
- Bug in interactions with ``Qt`` when a ``QtApplication`` already exists (:issue:`14372`)
1730
+- Bug in DataFrame constructor failing to handle dtypes with passed a Series with a falsey name (:issue:`16114`)
1731
- Avoid use of ``np.finfo()`` during ``import pandas`` removed to mitigate deadlock on Python GIL misuse (:issue:`14641`)
0 commit comments