8000 BUG: set index of DataFrame.apply(f) when f returns dict (#37544) by ma3da · Pull Request #37606 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

BUG: set index of DataFrame.apply(f) when f returns dict (#37544) #37606

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

Merged
merged 3 commits into from
Nov 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
BUG: set index of DataFrame.apply(f) when f returns dict
update doc: whatsnew/v1.2.0
  • Loading branch information
ma3da committed Nov 4, 2020
commit eb6905c3262781ef753e52ca5a42d6af9f5a23d8
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:`DataFrame.apply` not setting index of return value when ``func`` return type is ``dict`` (:issue:`37544`)

Sparse
^^^^^^
Expand Down
0