Skip to content

Commit

Permalink
BUG: set index of DataFrame.apply(f) when f returns dict
Browse files Browse the repository at this point in the history
update doc: whatsnew/v1.2.0
  • Loading branch information
ma3da committed Nov 4, 2020
1 parent 3758a9b commit d660aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ Reshaping
- Bug in :func:`join` returned a non deterministic level-order for the resulting :class:`MultiIndex` (:issue:`36910`)
- Bug in :meth:`DataFrame.combine_first()` caused wrong alignment with dtype ``string`` and one level of ``MultiIndex`` containing only ``NA`` (:issue:`37591`)
- Fixed regression in :func:`merge` on merging DatetimeIndex with empty DataFrame (:issue:`36895`)
- 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`)

Sparse
^^^^^^
Expand Down

0 comments on commit d660aae

Please sign in to comment.