Skip to content

Commit d660aae

Browse files
committed
BUG: set index of DataFrame.apply(f) when f returns dict
update doc: whatsnew/v1.2.0
1 parent 3758a9b commit d660aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.2.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ Reshaping
536536
- Bug in :func:`join` returned a non deterministic level-order for the resulting :class:`MultiIndex` (:issue:`36910`)
537537
- Bug in :meth:`DataFrame.combine_first()` caused wrong alignment with dtype ``string`` and one level of ``MultiIndex`` containing only ``NA`` (:issue:`37591`)
538538
- Fixed regression in :func:`merge` on merging DatetimeIndex with empty DataFrame (:issue:`36895`)
539+
- Bug in :meth:`FrameRowApply.wrap_results_for_axis` not setting index of return value when ``results`` argument has ``dict`` values. Affects :meth:`DataFrame.apply`. (:issue:`37544`)
539540

540541
Sparse
541542
^^^^^^

0 commit comments

Comments
 (0)