You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v3.0.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,7 @@ Bug fixes
293
293
~~~~~~~~~
294
294
- Fixed bug in :class:`SparseDtype` for equal comparison with na fill value. (:issue:`54770`)
295
295
- Fixed bug in :meth:`DataFrame.join` inconsistently setting result index name (:issue:`55815`)
296
+
- Fixed bug in :meth:`DataFrame.join` join with a list of a single element should behave as a join with a single element (:issue:`57676`)
296
297
- Fixed bug in :meth:`DataFrame.to_string` that raised ``StopIteration`` with nested DataFrames. (:issue:`16098`)
297
298
- Fixed bug in :meth:`DataFrame.update` bool dtype being converted to object (:issue:`55509`)
298
299
- Fixed bug in :meth:`DataFrameGroupBy.apply` that was returning a completely empty DataFrame when all return values of ``func`` were ``None`` instead of returning an empty DataFrame with the original columns and dtypes. (:issue:`57775`)
0 commit comments